forked from typedb/typedb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.yml
193 lines (193 loc) · 4.16 KB
/
sidebar.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
chapters:
-
title: General
hideTitle: true
pages:
-
title: Quickstart
url: ../general/quickstart
-
title: Grakn
sections:
-
title: Running Grakn
baseUrl: /docs/running-grakn/
pages:
-
title: Install & Run
url: install-and-run
-
title: Console
url: console
-
title: Configuration
url: configuration
-
title: Client API
baseUrl: /docs/client-api/
pages:
-
title: Overview
url: overview
-
title: Java
url: java
-
title: Node.js
url: nodejs
-
title: Python
url: python
-
title: New Client
url: new-client
-
title: Concept API
baseUrl: /docs/concept-api/
pages:
-
title: Overview
url: overview
-
title: Concept
url: concept
-
title: Type
url: type
-
title: Rule
url: rule
-
title: Thing
url: thing
-
title: Cloud Deployment
baseUrl: /docs/cloud-deployment/
pages:
-
title: KGMS
url: kgms
-
title: Google Cloud
url: google-cloud
-
title: AWS
url: aws
-
title: Management
baseUrl: /docs/management/
pages:
-
title: Keyspaces
url: keyspace
-
title: Users
url: users
-
title: Migration and Backup
url: migration-and-backup
-
title: Workbase
baseUrl: /docs/workbase/
pages:
-
title: Overview
url: overview
-
title: Connection
url: connection
-
title: Visualisation
url: visualisation
-
title: Investigation
url: investigation
-
title: Schema Designer
url: schema-designer
-
title: Examples
baseUrl: /docs/examples/
pages:
-
title: Overview
url: phone-calls-overview
-
title: Schema
url: phone-calls-schema
-
title: Migrate - Java
url: phone-calls-migration-java
-
title: Migrate - Node.js
url: phone-calls-migration-nodejs
-
title: Migrate - Python
url: phone-calls-migration-python
-
title: Queries
url: phone-calls-queries
-
title: Graql
sections:
-
title: Schema
baseUrl: /docs/schema/
pages:
-
title: Overview
url: overview
-
title: Concepts
url: concepts
-
title: Rules
url: rules
-
title: Pattern
baseUrl: /docs/pattern/
pages:
-
title: Overview
url: overview
-
title: Negation
url: negation
-
title: Query
baseUrl: /docs/query/
pages:
-
title: Overview
url: overview
-
title: Match
url: match-clause
-
title: Get
url: get-query
-
title: Insert
url: insert-query
-
title: Delete
url: delete-query
-
title: Update
url: updating-data
-
title: Aggregate
url: aggregate-query
-
title: Compute
url: compute-query
-
title: Comparisons
baseUrl: /docs/comparisons/
pages:
-
title: SQL
url: sql-and-graql
-
title: Semantic Web
url: semantic-web-and-grakn