-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy path_meta.js
44 lines (40 loc) · 879 Bytes
/
_meta.js
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
// introduction: "Introduction",
// "getting-started": "Getting Started",
// configuration: "Configuration",
// "data-modeling": "Data Modeling",
// caching: "Caching",
// auth: "Authentication & Authorization",
// "rest-api": "REST API",
// "graphql-api": "GraphHQL API",
// "sql-api": "SQL API",
// "frontend-integrations": "Frontend Integrations",
// workspace: "Workspace",
// deployment: "Deployment",
// monitoring: "Monitoring",
module.exports = {
// index: {
// title: "Home",
// theme: {
// layout: "raw",
// sidebar: false,
// toc: false,
// },
// },
docs: {
// type: "page",
title: "[Demo] MDX Components",
display: "hidden",
},
product: {
type: "page",
title: "Documentation",
},
reference: {
type: "page",
title: "Reference",
},
guides: {
type: "page",
title: "Guides",
},
};