Skip to content

Commit d8b65dc

Browse files
committed
docs: list contents on the front page
1 parent 2e72964 commit d8b65dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/source/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@ Although optimized for ScyllaDB, the driver is also compatible with [Apache Cass
1111

1212

1313
## Contents
14-
TODO
14+
* {doc}`API Reference <api/index>` - Listing of the whole Driver API.
15+
* [Getting Started](topics/getting-started.md) - Getting the driver built, executing CQL statements and examining query results.
16+
* [Architecture Overview](topics/architecture-overview.md) - Grasping main driver's concepts.
17+
* [Installation](topics/installation.md) - How to instal the driver.
18+
* [Building](topics/building.md) - How to build the driver from source.
19+
* [Testing](topics/testing.md) - Integration testing architecture of the driver.
20+
* [Using The Driver](topics/using/index.md) - How to use the driver in your application.
21+
* [Configuration](topics/configuration/index.md) - Various configuration options and performance tips for the driver.
22+
* [Security](topics/security/index.md) - Security features, such as authentication and encryption.
23+
* [Observability](topics/observability/index.md) - Ways to observe driver's activities and performance.

0 commit comments

Comments
 (0)