UNPKG

2.48 kBJSONView Raw
1{
2 "app": "Bük",
3 "version": "2.1.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 "theme": "medium"
10 },
11
12 "articles" : {
13 "Getting Started": [
14 {
15 "title": "About Bük",
16 "tags": [
17 "getting started",
18 "about",
19 "fuzzy",
20 "search",
21 "no server"
22 ]
23 },
24 {
25 "title": "Quickstart",
26 "tags": [
27 "installation",
28 "how to"
29 ]
30 },
31 {
32 "title": "References",
33 "tags": [
34 "licence",
35 "author",
36 "misc"
37 ]
38 }
39 ],
40
41 "Usage": [
42 {
43 "title": "Manifest.json",
44 "tags": [
45 "usage",
46 "manifest.js",
47 "how to write"
48 ]
49 }
50 ],
51
52 "Example Nested Categories": {
53 "Category 1": [
54 {
55 "title": "About Bük",
56 "tags": [
57 "getting started",
58 "about",
59 "fuzzy",
60 "search",
61 "no server"
62 ],
63 "slug": "getting-started-about-buk"
64 },
65 {
66 "title": "About Bük",
67 "tags": [
68 "getting started",
69 "about",
70 "fuzzy",
71 "search",
72 "no server"
73 ],
74 "slug": "getting-started-about-buk"
75 }
76 ],
77 "Category 2" : {
78 "Nested Again": [
79 {
80 "title": "References",
81 "tags": [
82 "licence",
83 "author",
84 "misc"
85 ],
86 "slug": "getting-started-references"
87 }
88 ]
89 }
90 }
91 }
92}