Skip to content

Commit 19fb677

Browse files
Update drivers documentation, nav bar
1 parent 7c0c592 commit 19fb677

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

core-concepts/modules/ROOT/pages/drivers/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Authentication
1+
= Users & Authentication
22
:pageTitle: Authentication
33
:Summary: Understanding authentication with TypeDB drivers.
44
:keywords: typedb, driver, authentication, credentials, security

core-concepts/modules/ROOT/pages/drivers/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TypeDB driver connections.
2020
.xref:{page-version}@core-concepts::drivers/authentication.adoc[]
2121
[.clickable]
2222
****
23-
TypeDB driver authentication.
23+
TypeDB driver users and authentication.
2424
****
2525

2626
.xref:{page-version}@core-concepts::drivers/transactions.adoc[]

examples/modules/ROOT/pages/social-network.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ In this tutorial, we'll build a sample application capable of basic interaction
1414
* Send different types of queries.
1515

1616
Follow the steps below or see the
17-
https://github.com/typedb/typedb-examples[full source code,window=_blank].
17+
https://github.com/typedb/typedb-examples/full-stack[full-stack full source code,window=_blank] or the
18+
https://github.com/typedb/typedb-examples/webapp[equivalent webapp source code,window=_blank].
1819

1920
This example can communicate with TypeDB using one of the following service layers:
2021

2122
* Rust backend (using Axum)
2223
* Java backend (using Spring Boot)
2324
* Python backend (using Flask)
24-
* Directly from the Typescript frontend
25+
* Directly from the Typescript webapp
2526

2627
== Running the application
2728

reference/modules/ROOT/partials/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* xref:{page-version}@reference::typedb-http-api.adoc[]
99
1010
* xref:{page-version}@reference::typedb-http-drivers/index.adoc[]
11+
** xref:{page-version}@reference::typedb-http-drivers/typescript.adoc[]
1112
1213
* xref:{page-version}@reference::cloud-http-api.adoc[]
1314

0 commit comments

Comments
 (0)