diff options
Diffstat (limited to 'docs/tutorial/examples/tut_bson_build.json')
-rw-r--r-- | docs/tutorial/examples/tut_bson_build.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/tutorial/examples/tut_bson_build.json b/docs/tutorial/examples/tut_bson_build.json new file mode 100644 index 0000000..078cf53 --- /dev/null +++ b/docs/tutorial/examples/tut_bson_build.json @@ -0,0 +1,16 @@ +{ + author: "Gergely Nagy", + pages: [ + { + title: "BSON tutorial", + content: "...", + importance: 1 + }, + { + title: "Some other thing", + content: "...", + importance: 0 + } + ], + inline: true +} |