|
1 | 1 | # HugeGraph Docs |
2 | 2 |
|
3 | | -* [Download](download.md) |
| 3 | +* [Download](download/download) |
4 | 4 |
|
5 | 5 | ## Quickstart |
6 | | -* [Install HugeGraph-Server](quickstart/hugegraph-server.md) |
7 | | -* [Load data with HugeGraph-Loader](quickstart/hugegraph-loader.md) |
8 | | -* [Visual with HugeGraph-Hubble](quickstart/hugegraph-hubble.md) |
9 | | -* [Develop with HugeGraph-Client](quickstart/hugegraph-client.md) |
10 | | -* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md) |
11 | | -* [Analysis with HugeGraph-Computer](quickstart/hugegraph-computer.md) |
12 | | -* [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md) |
| 6 | +* [Install HugeGraph-Server](quickstart/hugegraph/hugegraph-server) |
| 7 | +* [Load data with HugeGraph-Loader](quickstart/toolchain/hugegraph-loader) |
| 8 | +* [Visual with HugeGraph-Hubble](quickstart/toolchain/hugegraph-hubble) |
| 9 | +* [Develop with HugeGraph-Client](quickstart/client/hugegraph-client) |
| 10 | +* [Manage with HugeGraph-Tools](quickstart/toolchain/hugegraph-tools) |
| 11 | +* [Analysis with HugeGraph-Computer](quickstart/computing/hugegraph-computer) |
13 | 12 |
|
14 | 13 | ## Config |
15 | | -* [Config Guide](config/config-guide.md) |
16 | | -* [Config Options](config/config-option.md) |
17 | | -* [Config Authentication](config/config-authentication.md) |
18 | | -* [Config HTTPS](config/config-https.md) |
19 | | -* [Config Computer](config/config-computer.md) |
| 14 | +* [Config Guide](config/config-guide) |
| 15 | +* [Config Options](config/config-option) |
| 16 | +* [Config Authentication](config/config-authentication) |
| 17 | +* [Config HTTPS](config/config-https) |
| 18 | +* [Config Computer](quickstart/computing/hugegraph-computer) |
20 | 19 |
|
21 | 20 | ## API |
22 | | -* [RESTful API](clients/hugegraph-api.md) |
23 | | - * [Schema](clients/restful-api/schema.md) |
24 | | - * [PropertyKey](clients/restful-api/propertykey.md) |
25 | | - * [VertexLabel](clients/restful-api/vertexlabel.md) |
26 | | - * [EdgeLabel](clients/restful-api/edgelabel.md) |
27 | | - * [IndexLabel](clients/restful-api/indexlabel.md) |
28 | | - * [Rebuild](clients/restful-api/rebuild.md) |
29 | | - * [Vertex](clients/restful-api/vertex.md) |
30 | | - * [Edge](clients/restful-api/edge.md) |
31 | | - * [Traverser](clients/restful-api/traverser.md) |
32 | | - * [Rank](clients/restful-api/rank.md) |
33 | | - * [Variable](clients/restful-api/variable.md) |
34 | | - * [Graphs](clients/restful-api/graphs.md) |
35 | | - * [Task](clients/restful-api/task.md) |
36 | | - * [Gremlin](clients/restful-api/gremlin.md) |
37 | | - * [Cypher](clients/restful-api/cypher.md) |
38 | | - * [Authentication](clients/restful-api/auth.md) |
39 | | - * [Other](clients/restful-api/other.md) |
40 | | -* [Java Client](clients/hugegraph-client.md) |
41 | | -* [Gremlin Console](clients/gremlin-console.md) |
| 21 | +* [RESTful API](clients/restful-api) |
| 22 | + * [Schema](clients/restful-api/schema) |
| 23 | + * [PropertyKey](clients/restful-api/propertykey) |
| 24 | + * [VertexLabel](clients/restful-api/vertexlabel) |
| 25 | + * [EdgeLabel](clients/restful-api/edgelabel) |
| 26 | + * [IndexLabel](clients/restful-api/indexlabel) |
| 27 | + * [Rebuild](clients/restful-api/rebuild) |
| 28 | + * [Vertex](clients/restful-api/vertex) |
| 29 | + * [Edge](clients/restful-api/edge) |
| 30 | + * [Traverser](clients/restful-api/traverser) |
| 31 | + * [Rank](clients/restful-api/rank) |
| 32 | + * [Variable](clients/restful-api/variable) |
| 33 | + * [Graphs](clients/restful-api/graphs) |
| 34 | + * [Task](clients/restful-api/task) |
| 35 | + * [Gremlin](clients/restful-api/gremlin) |
| 36 | + * [Cypher](clients/restful-api/cypher) |
| 37 | + * [Authentication](clients/restful-api/auth) |
| 38 | + * [Other](clients/restful-api/other) |
| 39 | +* [Java Client](clients/hugegraph-client) |
| 40 | +* [Gremlin Console](clients/gremlin-console) |
42 | 41 |
|
43 | 42 | ## Guides |
44 | | -* [Architecture Overview](guides/architectural.md) |
45 | | -* [Design Concepts](guides/desgin-concept.md) |
46 | | -* [Custom Plugins](guides/custom-plugin.md) |
47 | | -* [Backup Restore](guides/backup-restore.md) |
48 | | -* [FAQ](guides/faq.md) |
| 43 | +* [Architecture Overview](guides/architectural) |
| 44 | +* [Design Concepts](guides/desgin-concept) |
| 45 | +* [Custom Plugins](guides/custom-plugin) |
| 46 | +* [Backup Restore](guides/backup-restore) |
| 47 | +* [FAQ](guides/faq) |
49 | 48 |
|
50 | 49 | ## Query Language |
51 | | -* [Gremlin Query Language](language/hugegraph-gremlin.md) |
52 | | -* [HugeGraph Examples](language/hugegraph-example.md) |
| 50 | +* [Gremlin Query Language](language/hugegraph-gremlin) |
| 51 | +* [HugeGraph Examples](language/hugegraph-example) |
53 | 52 |
|
54 | 53 | ## Performance |
55 | | -* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6.md) |
56 | | -* [HugeGraph API Performance-Outdated](content/cn/docs/performance/api-performance/_index.md) |
57 | | - * [v0.5.6 Stand-alone(RocksDB)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-rocksdb.md) |
58 | | - * [v0.5.6 Cluster(Cassandra)](content/cn/docs/performance/api-performance/hugegraph-api-0.5.6-cassandra.md) |
59 | | - * [v0.4.4](content/cn/docs/performance/api-performance/hugegraph-api-0.4.4.md) |
60 | | - * [v0.2](content/cn/docs/performance/api-performance/hugegraph-api-0.2.md) |
61 | | -* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance.md) |
| 54 | +* [HugeGraph Benchmark Performance](performance/hugegraph-benchmark-0.5.6) |
| 55 | +* [HugeGraph API Performance-Outdated](performance/api-performance) |
| 56 | + * [v0.5.6 Stand-alone(RocksDB)](performance/api-performance/hugegraph-api-0.5.6-rocksdb) |
| 57 | + * [v0.5.6 Cluster(Cassandra)](performance/api-performance/hugegraph-api-0.5.6-cassandra) |
| 58 | + * [v0.4.4](performance/api-performance/hugegraph-api-0.4.4) |
| 59 | + * [v0.2](performance/api-performance/hugegraph-api-0.2) |
| 60 | +* [HugeGraph-Loader Performance](performance/hugegraph-loader-performance) |
62 | 61 |
|
63 | 62 | ## ChangeLogs |
64 | | -* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes.md) |
65 | | -* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes.md) |
66 | | -* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes.md) |
67 | | - |
68 | | ---- |
69 | | - |
70 | | -* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes.md) |
71 | | -* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes.md) |
72 | | -* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes.md) |
73 | | -* [Release-0.9.2](changelog/hugegraph-0.9.2-release-notes.md) |
74 | | -* [Release-0.8.0](changelog/hugegraph-0.8.0-release-notes.md) |
75 | | -* [Release-0.7.4](changelog/hugegraph-0.7.4-release-notes.md) |
76 | | -* [Release-0.6.1](changelog/hugegraph-0.6.1-release-notes.md) |
77 | | -* [Release-0.5.6](changelog/hugegraph-0.5.6-release-notes.md) |
78 | | -* [Release-0.4.4](changelog/hugegraph-0.4.4-release-notes.md) |
79 | | -* [Release-0.3.3](changelog/hugegraph-0.3.3-release-notes.md) |
80 | | -* [Release-0.2.4](changelog/hugegraph-0.2.4-release-notes.md) |
81 | | -* [Release-0.2](changelog/hugegraph-0.2-release-notes.md) |
| 63 | +* [Release-1.3.0](changelog/hugegraph-1.3.0-release-notes) |
| 64 | +* [Release-1.2.0](changelog/hugegraph-1.2.0-release-notes) |
| 65 | +* [Release-1.0.0](changelog/hugegraph-1.0.0-release-notes) |
| 66 | +* [Release-0.12.0](changelog/hugegraph-0.12.0-release-notes) |
| 67 | +* [Release-0.11.2](changelog/hugegraph-0.11.2-release-notes) |
| 68 | +* [Release-0.10.4](changelog/hugegraph-0.10.4-release-notes) |
| 69 | +* [Release-0.9.2](changelog/hugegraph-0.9.2-release-notes) |
| 70 | +* [Release-0.8.0](changelog/hugegraph-0.8.0-release-notes) |
| 71 | +* [Release-0.7.4](changelog/hugegraph-0.7.4-release-notes) |
| 72 | +* [Release-0.6.1](changelog/hugegraph-0.6.1-release-notes) |
| 73 | +* [Release-0.5.6](changelog/hugegraph-0.5.6-release-notes) |
| 74 | +* [Release-0.4.4](changelog/hugegraph-0.4.4-release-notes) |
| 75 | +* [Release-0.3.3](changelog/hugegraph-0.3.3-release-notes) |
| 76 | +* [Release-0.2.4](changelog/hugegraph-0.2.4-release-notes) |
| 77 | +* [Release-0.2](changelog/hugegraph-0.2-release-notes) |
0 commit comments