@@ -61,50 +61,60 @@ extra:
61
61
release : 3.1.0
62
62
explorer :
63
63
base100 : 1.0.0
64
- release : 2.0.0
64
+ release : 2.1.0
65
+ exchange_ent :
66
+ release : 2.6.0
67
+ branch : v2.6
65
68
exchange :
66
- release : 2.5.1
67
- branch : v2.5
69
+ release : 2.6.1
70
+ branch : v2.6
71
+ tag : v2.6.1
68
72
importer :
69
- release : 2.5 .0
70
- branch : release- v2.0.0-ga
73
+ release : 2.6 .0
74
+ branch : v2.6.0
71
75
algorithm :
72
76
release : 2.5.1
73
77
branch : v2.5
74
78
sparkconnector :
75
- release : 2.5.1
76
- branch : v2.5
79
+ release : 2.6.1
80
+ branch : v2.6
81
+ tag : v2.6.1
77
82
flinkconnector :
78
- release : 2.5.0
79
- branch : v2.5
83
+ release : 2.6.1
84
+ branch : v2.6
85
+ tag : v2.6.1
80
86
dockercompose :
81
- release : 2.5 .0
82
- branch : v2.5 .0
87
+ release : 2.6 .0
88
+ branch : v2.6 .0
83
89
common :
84
90
release : 2.5.1
85
91
dashboard :
86
- release : 1.0.1
92
+ release : 1.0.2
87
93
base100 : 1.0.0
88
- branch : v1.0.1
94
+ branch : v1.0.2
95
+ dashboard_ent :
96
+ release : 1.0.0
89
97
console :
90
- release : 2.5.0
98
+ release : 2.6.0
99
+ branch : v2.6.0
91
100
br :
92
101
release : 0.5.0
93
102
cpp :
94
103
release : 2.5.0
95
104
branch : v2.5.0
96
105
java :
97
- release : 2.5.0
98
- branch : v2.5.0
106
+ release : 2.6.1
107
+ branch : v2.6.1
99
108
python :
100
- release : 2.5 .0
101
- branch : v2.5 .0
109
+ release : 2.6 .0
110
+ branch : v2.6 .0
102
111
go :
103
- release : 2.5 .0
104
- branch : release- v2.5 .0
112
+ release : 2.6 .0
113
+ branch : v2.6 .0
105
114
bench :
106
115
release : 1.0.0
107
116
branch : master
117
+ tag : v1.0.0
108
118
operator :
109
119
release : 0.9.0
110
120
branch : v0.9.0
129
139
- Step 2 Manage Nebula Graph Service : 2.quick-start/5.start-stop-service.md
130
140
- Step 3 Connect to Nebula Graph : 2.quick-start/3.connect-to-nebula-graph.md
131
141
- Step 4 Use nGQL (CRUD) : 2.quick-start/4.nebula-graph-crud.md
142
+ - nGQL cheatsheet : 2.quick-start/6.cheatsheet-for-ngql.md
132
143
133
144
- nGQL guide :
134
145
- nGQL overview :
149
160
- Set : 3.ngql-guide/3.data-types/7.set.md
150
161
- Map : 3.ngql-guide/3.data-types/8.map.md
151
162
- Type conversion : 3.ngql-guide/3.data-types/9.type-conversion.md
152
- - GEOGRAPHY : 3.ngql-guide/3.data-types/10.geography.md
163
+ - Geography : 3.ngql-guide/3.data-types/10.geography.md
153
164
154
165
- Variables and composite queries :
155
166
- Composite queries : 3.ngql-guide/4.variable-and-composite-queries/1.composite-queries.md
193
204
- SHOW COLLATION : 3.ngql-guide/7.general-query-statements/6.show/2.show-collation.md
194
205
# - SHOW CONFIGS: 3.ngql-guide/7.general-query-statements/6.show/3.show-configs.md
195
206
- SHOW CREATE SPACE : 3.ngql-guide/7.general-query-statements/6.show/4.show-create-space.md
196
- - SHOW CREATE TAGS/EDGES : 3.ngql-guide/7.general-query-statements/6.show/5.show-create-tags-edges .md
207
+ - SHOW CREATE TAG/EDGE : 3.ngql-guide/7.general-query-statements/6.show/5.show-create-tag-edge .md
197
208
- SHOW HOSTS : 3.ngql-guide/7.general-query-statements/6.show/6.show-hosts.md
198
209
- SHOW INDEX STATUS : 3.ngql-guide/7.general-query-statements/6.show/7.show-index-status.md
199
210
- SHOW INDEXES : 3.ngql-guide/7.general-query-statements/6.show/8.show-indexes.md
233
244
- SHOW TAGS : 3.ngql-guide/10.tag-statements/4.show-tags.md
234
245
- DESCRIBE TAG : 3.ngql-guide/10.tag-statements/5.describe-tag.md
235
246
- DELETE TAG : 3.ngql-guide/10.tag-statements/6.delete-tag.md
247
+ - Add or delete tag : 3.ngql-guide/10.tag-statements/improve-query-by-tag-index.md
236
248
237
249
- Edge type statements :
238
250
- CREATE EDGE : 3.ngql-guide/11.edge-type-statements/1.create-edge.md
@@ -288,14 +300,15 @@ nav:
288
300
- Compile and install Nebula Graph :
289
301
- Install Nebula Graph by compiling the source code : 4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md
290
302
- Install Nebula Graph with RPM or DEB package : 4.deployment-and-installation/2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md
291
- - Install Nebula graph with the tar.gz file : 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md
303
+ - Install Nebula Graph with the tar.gz file : 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md
292
304
- Deploy Nebula Graph with Docker Compose : 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md
293
- - Deploy Nebula Graph cluster : 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md
305
+ - Deploy a Nebula Graph cluster on multiple servers : 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md
306
+ - Deploy license : 4.deployment-and-installation/deploy-license.md
294
307
- Manage Service : 4.deployment-and-installation/manage-service.md
295
308
- Connect to Service : 4.deployment-and-installation/connect-to-nebula-graph.md
296
309
- Upgrade :
297
- - Upgrade Nebula Graph to v2.6.0 : 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-260 .md
298
- - Upgrade Nebula Graph from v2.0.x to v2.6.0 : 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-260 .md
310
+ - Upgrade Nebula Graph to the current version : 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest .md
311
+ - Upgrade Nebula Graph from v2.0.x to the current version : 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-latest .md
299
312
- Uninstall Nebula Graph : 4.deployment-and-installation/4.uninstall-nebula-graph.md
300
313
301
314
- Configurations and logs :
334
347
- System design suggestions : 8.service-tuning/3.system-design.md
335
348
- Execution plan : 8.service-tuning/4.plan.md
336
349
- Processing super vertices : 8.service-tuning/super-node.md
337
- - Add or delete tag : 8.service-tuning/improve-query-by-tag-index .md
350
+ - Best practices : 8.service-tuning/practice .md
338
351
339
352
- Client :
340
353
- Clients overview : 14.client/1.nebula-client.md
@@ -376,13 +389,31 @@ nav:
376
389
- Cannot access to Studio : nebula-studio/troubleshooting/st-ug-connection-errors.md
377
390
- FAQ : nebula-studio/troubleshooting/st-ug-faq.md
378
391
379
- - Nebula Dashboard :
392
+ - Nebula Dashboard Community Edition :
380
393
- What is Nebula Dashboard : nebula-dashboard/1.what-is-dashboard.md
381
394
- Deploy Dashboard : nebula-dashboard/2.deploy-dashboard.md
382
395
- Connect Dashboard : nebula-dashboard/3.connect-dashboard.md
383
396
- Use Dashboard : nebula-dashboard/4.use-dashboard.md
384
397
- Monitor Parameter : nebula-dashboard/6.monitor-parameter.md
385
398
399
+ - Nebula Dashboard Enterprise Edition :
400
+ - What is Nebula Dashboard : nebula-dashboard-ent/1.what-is-dashboard-ent.md
401
+ - Deploy Dashboard : nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
402
+ - Create and Import Cluster :
403
+ - Create clusters : nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
404
+ - Import clusters : nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md
405
+ - Cluster Operation :
406
+ - Cluster Overview : nebula-dashboard-ent/4.cluster-operator/1.overview.md
407
+ - Cluster Monitoring : nebula-dashboard-ent/4.cluster-operator/2.monitor.md
408
+ - Cluster Information : nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md
409
+ - Cluster Operation : nebula-dashboard-ent/4.cluster-operator/4.manage.md
410
+ - Operation Record : nebula-dashboard-ent/4.cluster-operator/5.operation-record.md
411
+ - Other Settings : nebula-dashboard-ent/4.cluster-operator/6.settings.md
412
+ - Authority Management : nebula-dashboard-ent/5.account-management.md
413
+ - System Settings : nebula-dashboard-ent/6.system-settings.md
414
+ - Monitor Parameter : nebula-dashboard-ent/7.monitor-parameter.md
415
+ - FAQ : nebula-dashboard-ent/8.faq.md
416
+
386
417
- Nebula Explorer :
387
418
- What is Nebula Explorer : nebula-explorer/about-explorer/ex-ug-what-is-explorer.md
388
419
- Deploy and connect :
406
437
- Introduction :
407
438
- What is Nebula Exchange : nebula-exchange/about-exchange/ex-ug-what-is-exchange.md
408
439
- Limitations : nebula-exchange/about-exchange/ex-ug-limitations.md
409
- - Compile Exchange : nebula-exchange/ex-ug-compile.md
440
+ - Get Exchange : nebula-exchange/ex-ug-compile.md
410
441
- Exchange configurations :
411
442
- Options for import : nebula-exchange/parameter-reference/ex-ug-para-import-command.md
412
443
- Parameters in the configuration file : nebula-exchange/parameter-reference/ex-ug-parameter.md
424
455
- Import data from Pulsar : nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md
425
456
- Import data from Kafka : nebula-exchange/use-exchange/ex-ug-import-from-kafka.md
426
457
- Import data from SST files : nebula-exchange/use-exchange/ex-ug-import-from-sst.md
458
+ - Export data from Nebula Graph : nebula-exchange/use-exchange/ex-ug-export-from-nebula.md
427
459
- Exchange FAQ : nebula-exchange/ex-ug-FAQ.md
428
460
429
461
- Nebula Operator :
@@ -491,6 +523,9 @@ plugins:
491
523
glob :
492
524
# Exclude all files in a directory. The path starts with the directory name in docs-2.0, such as `20.appendix/*`.
493
525
- 7.data-security/2.backup-restore/*
526
+ - nebula-flink/*
527
+ - CHANGELOG.md
528
+ - spark-connector/*
494
529
# Exclude the file with the following file name.
495
530
# - abc.md
496
531
# Exclude files with regular expressions (regexes)
@@ -499,7 +534,7 @@ plugins:
499
534
500
535
- with-pdf :
501
536
copyright : 2021 Vesoft Inc.
502
- cover_subtitle : master since v2.5 .1
537
+ cover_subtitle : master since v2.6 .1
503
538
author : Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Max Zhu, Abby Huang
504
539
cover : true
505
540
back_cover : true
0 commit comments