forked from invertase/docs.page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
56 lines (56 loc) · 1.61 KB
/
docs.json
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "docs.page",
"logo": "https://static.invertase.io/assets/docs.page/docs-page-logo.png",
"theme": "#36B9B9",
"twitter": "invertaseio",
"anchors": [
{ "title": "Homepage", "icon": "house", "link": "https://docs.page" },
{ "title": "Discord", "icon": "discord", "link": "https://invertase.link/discord" }
],
"sidebar": [
[
"Getting Started",
[
["Overview", "/"],
["Getting Started", "/getting-started"],
["Configuration", "/configuration"],
["Writing Content", "/writing-content"]
]
],
[
"Components",
[
["Accordion", "/components/accordion"],
["Code Blocks", "/components/code-blocks"],
["Callouts", "/components/callouts"],
["Headings", "/components/headings"],
["Tweet", "/components/tweet"],
["Tabs", "/components/tabs"],
["Images", "/components/images"],
["YouTube", "/components/youtube"],
["Vimeo", "/components/vimeo"],
["Video", "/components/video"],
["Zapp!", "/components/zapp"],
["Custom Components", "/components/custom"]
]
],
[
"Advanced",
[
["Frontmatter", "/frontmatter"],
["Previews", "/previews"],
["Search", "/search"],
["Custom Domains", "/custom-domains"],
["Locales", "/locales"],
["GitHub Bot", "/github-bot"]
]
],
["Misc.", [["Contributing", "/contributing"]]]
],
"docsearch": {
"apiKey": "9b58d13ee3195094105d528fc6161a01",
"appId": "BH4D9OD16A",
"indexName": "use_docs_page"
},
"googleTagManager": "GTM-W89J6BX"
}