๐Ÿ“ฆ YMFE / ydoc

๐Ÿ“„ search_json.js ยท 45 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45window.ydoc_plugin_search_json = {
  "documents": [
    {
      "title": "ydoc",
      "content": "This is home page of documents book.",
      "url": "/documents/index.html",
      "children": []
    },
    {
      "title": "Installation",
      "content": "...",
      "url": "/documents/installation.html",
      "children": []
    },
    {
      "title": "Introduction",
      "content": "Introduction",
      "url": "/documents/intro.html",
      "children": [
        {
          "title": "title",
          "url": "/documents/intro.html#title",
          "content": "titlecontent"
        }
      ]
    },
    {
      "title": "env",
      "content": "env",
      "url": "/documents/env.html",
      "children": [
        {
          "title": "title",
          "url": "/documents/env.html#title",
          "content": "titlecontent"
        },
        {
          "title": "sub-title",
          "url": "/documents/env.html#title-sub-title",
          "content": "sub-titlecontent"
        }
      ]
    }
  ]
}