forked from graphql/graphql.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_meta.ts
More file actions
25 lines (25 loc) · 685 Bytes
/
_meta.ts
File metadata and controls
25 lines (25 loc) · 685 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
export default {
index: {
title: "FAQ",
type: "hidden",
theme: {
sidebar: false,
timestamp: false,
breadcrumb: false,
toc: [
{ value: "Getting Started", id: "getting-started", depth: 2 },
{ value: "General", id: "general", depth: 2 },
{ value: "Best Practices", id: "best-practices", depth: 2 },
{ value: "Specification", id: "specification", depth: 2 },
{ value: "Frontend", id: "frontend", depth: 2 },
{ value: "Foundation", id: "foundation", depth: 2 },
],
},
},
"getting-started": "",
general: "",
"best-practices": "",
specification: "",
frontend: "",
foundation: "",
}