-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path_meta.ts
More file actions
45 lines (45 loc) · 885 Bytes
/
_meta.ts
File metadata and controls
45 lines (45 loc) · 885 Bytes
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
export default {
"-- 1": {
type: "separator",
title: "Learn",
},
index: {
/**
* The Learn aggregator is hidden from the Sidebar.
*/
type: "hidden",
theme: {
layout: "raw",
},
},
introduction: "Introduction",
schema: "Schemas and Types",
queries: "",
mutations: "",
subscriptions: "",
validation: "",
execution: "",
response: "",
introspection: "",
"-- 2": {
type: "separator",
title: "Best Practices",
},
"best-practices": "Introduction",
"thinking-in-graphs": "",
"serving-over-http": "",
"file-uploads": "",
authorization: "",
pagination: "",
"schema-design": "Schema Design",
"global-object-identification": "",
caching: "",
performance: "",
security: "",
federation: "",
"-- 3": {
type: "separator",
title: "Schema Governance",
},
"governance-tooling": "",
}