forked from typedb/typedb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.yml
192 lines (192 loc) · 4.17 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
chapters:
-
title: General
hideTitle: true
pages:
-
title: Introduction
url: ../general/introduction
-
title: Quickstart
url: ../general/quickstart
-
title: TypeDB
sections:
-
title: Running TypeDB
baseUrl: /docs/running-typedb/
pages:
-
title: Install & Run
url: install-and-run
-
title: Configuration
url: configuration
-
title: Running TypeDB Cluster
baseUrl: /docs/running-typedb-cluster/
pages:
-
title: Install & Run
url: install-and-run
-
title: Kubernetes
url: kubernetes
- title: Console
baseUrl: /docs/console/
pages:
- title: Console
url: console
-
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: Other Languages
url: other-languages
-
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: Management
baseUrl: /docs/management/
pages:
-
title: Databases
url: database
-
title: ACID
url: acid
-
title: Users
url: users
-
title: Migration & Backup
url: migration-and-backup
-
title: Studio
baseUrl: /docs/studio/
pages:
-
title: Overview
url: overview
-
title: Quickstart
url: quickstart
-
title: Examples
baseUrl: /docs/examples/
pages:
-
title: Overview
url: 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: TypeQL
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: update-query
-
title: Aggregate
url: aggregate-query
-
title: Comparisons
baseUrl: /docs/comparisons/
pages:
-
title: Property Graphs
url: graph-databases-and-typedb
-
title: Semantic Web
url: semantic-web-and-typedb
-
title: SQL
url: sql-and-typeql