UNPKG

2.45 kBJSONView Raw
1{
2 "app": "Bük",
3 "version": "2.x",
4 "description": "Markdown based Javascript wiki engine.",
5 "sub": "Bük is a flat file markdown based wiki engine written in Javascript.",
6
7 "options": {
8 "advanced_slugs": true
9 },
10
11 "articles" : {
12 "Getting Started": [
13 {
14 "title": "About Bük",
15 "tags": [
16 "getting started",
17 "about",
18 "fuzzy",
19 "search",
20 "no server"
21 ]
22 },
23 {
24 "title": "Quickstart",
25 "tags": [
26 "installation",
27 "how to"
28 ]
29 },
30 {
31 "title": "References",
32 "tags": [
33 "licence",
34 "author",
35 "misc"
36 ]
37 }
38 ],
39
40 "Usage": [
41 {
42 "title": "Manifest.json",
43 "tags": [
44 "usage",
45 "manifest.js",
46 "how to write"
47 ]
48 }
49 ],
50
51 "Example Nested Categories": {
52 "Category 1": [
53 {
54 "title": "About Bük",
55 "tags": [
56 "getting started",
57 "about",
58 "fuzzy",
59 "search",
60 "no server"
61 ],
62 "slug": "getting-started-about-buk"
63 },
64 {
65 "title": "About Bük",
66 "tags": [
67 "getting started",
68 "about",
69 "fuzzy",
70 "search",
71 "no server"
72 ],
73 "slug": "getting-started-about-buk"
74 }
75 ],
76 "Category 2" : {
77 "Nested Again": [
78 {
79 "title": "References",
80 "tags": [
81 "licence",
82 "author",
83 "misc"
84 ],
85 "slug": "getting-started-references"
86 }
87 ]
88 }
89 }
90 }
91}