Skip to content

Commit 161ab98

Browse files
mark-terminusdbgitbook-bot
authored andcommitted
GitBook: [#28] No subject
1 parent 81d5538 commit 161ab98

File tree

12 files changed

+101
-50
lines changed

12 files changed

+101
-50
lines changed

SUMMARY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
* [Overview](readme/terminusdb/overview/README.md)
1616
* [Introduction to TerminusDB](readme/terminusdb/overview/introduction.md)
1717
* [Get Started](readme/terminusdb/overview/get-started.md)
18-
* [Install](readme/terminusdb/install/README.md)
18+
* [Install Options](readme/terminusdb/install/README.md)
1919
* [Install from Source Code](readme/terminusdb/install/install-from-source-code.md)
2020
* [Install as a Docker Container](readme/terminusdb/install/install-as-docker-container.md)
2121
* [TerminusX and DB](readme/terminusx-db/README.md)
22+
* [Tutorials](readme/terminusx-db/tutorials/README.md)
23+
* [JavaScript and Python Tutorials](readme/terminusx-db/tutorials/javascript-and-python-tutorials.md)
2224
* [Explanations](readme/terminusx-db/explanations/README.md)
2325
* [ACID Transactions](readme/terminusx-db/explanations/acid.md)
2426
* [Datalog](readme/terminusx-db/explanations/datalog.md)

readme/terminusdb/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# terminusdb
1+
---
2+
description: Links to discover more about TerminusDB and get started.
3+
---
4+
5+
# TerminusDB
26

readme/terminusdb/install/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# install
1+
---
2+
description: Links to the ways of installing TerminusDB.
3+
---
4+
5+
# Install Options
26

readme/terminusdb/overview/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# overview
1+
---
2+
description: Links to learn more about TerminusDB and an overview of getting started.
3+
---
4+
5+
# Overview
26

readme/terminusx-db/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# terminusx-db
1+
---
2+
description: Links to resources applicable to TerminusDB and TerminusX.
3+
---
4+
5+
# TerminusX and DB
26

Lines changed: 33 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,33 @@
1-
# Client and WOQL Reference
2-
3-
> **On this page:** JavaScript and Python client and web object Query Language (WOQL) reference guides and tutorials.
4-
5-
## Key topics
6-
7-
[JavaScript client reference](#javascript-reference)
8-
9-
[Python client reference](#javascript-reference)
10-
11-
[Tutorials](#Tutorials)
12-
13-
## JavaScript client reference
14-
15-
These links open new windows to a site dedicated to JavaScript client references.
16-
17-
### Client reference
18-
19-
[Javascript client reference](https://terminusdb.github.io/terminusdb-client-js/)
20-
21-
### WOQL reference
22-
23-
[JavaScript WOQL client reference](https://terminusdb.github.io/terminusdb-client-js/#/api/woql.js?id=woql)
24-
25-
## Python client reference
26-
27-
These links open new windows to a site dedicated to Python client references.
28-
29-
### Client reference
30-
31-
[Python client reference](https://terminusdb.github.io/terminusdb-client-python/)
32-
33-
### WQOL reference
34-
35-
[Python WOQL client reference](https://terminusdb.github.io/terminusdb-client-python/woqlClient.html)
36-
37-
## Tutorials
38-
39-
This link opens a new window to JavaScript and Python client tutorials on GitHub.
40-
41-
[JavasScript and Python client tutorials](https://github.com/terminusdb/terminusdb-tutorials)
1+
# Client and WOQL Reference
2+
3+
> **On this page:** JavaScript and Python client and Web Oobject Query Language (WOQL) reference guides.
4+
5+
## Key topics
6+
7+
[JavaScript client reference](client.md#javascript-reference)
8+
9+
[Python client reference](client.md#javascript-reference)
10+
11+
## JavaScript client reference
12+
13+
These links open new windows to a site dedicated to JavaScript client references.
14+
15+
### Client reference
16+
17+
[Javascript client reference](https://terminusdb.github.io/terminusdb-client-js/)
18+
19+
### WOQL reference
20+
21+
[JavaScript WOQL client reference](https://terminusdb.github.io/terminusdb-client-js/#/api/woql.js?id=woql)
22+
23+
## Python client reference
24+
25+
These links open new windows to a site dedicated to Python client references.
26+
27+
### Client reference
28+
29+
[Python client reference](https://terminusdb.github.io/terminusdb-client-python/)
30+
31+
### WQOL reference
32+
33+
[Python WOQL client reference](https://terminusdb.github.io/terminusdb-client-python/woqlClient.html)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Tutorials
2+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# JavaScript and Python Tutorials
2+
3+
> **On this page:** Link to JavaScript and Python Client tutorials on GitHub.
4+
5+
[JavasScript and Python Client tutorials](https://github.com/terminusdb/terminusdb-tutorials)
6+
7+
## See Also
8+
9+
### JavaScript Client reference
10+
11+
[Javascript Client reference](https://terminusdb.github.io/terminusdb-client-js/)
12+
13+
### JavaScript WOQL Client reference
14+
15+
[JavaScript WOQL Client reference](https://terminusdb.github.io/terminusdb-client-js/#/api/woql.js?id=woql)
16+
17+
### Python Client reference
18+
19+
[Python Client reference](https://terminusdb.github.io/terminusdb-client-python/)
20+
21+
### Python WQOL Client reference
22+
23+
[Python WOQL Client reference](https://terminusdb.github.io/terminusdb-client-python/woqlClient.html)

readme/terminusx/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# terminusx
1+
---
2+
description: Links to discover more about TerminusX and get started.
3+
---
4+
5+
# TerminusX
26

readme/terminusx/install/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# install
1+
---
2+
description: Links to detailed installation instructions for JavaScript and Python clients.
3+
---
4+
5+
# Install
26

0 commit comments

Comments
 (0)