Skip to content

Commit 6c60467

Browse files
Merge pull request #9 from lukasz-antoniak/doc-5
Fix ToC
2 parents 97a5eb3 + aae294b commit 6c60467

2 files changed

Lines changed: 39 additions & 36 deletions

File tree

.github/workflows/publish-docs-gp-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: publish-docs-gp-pages
1+
name: publish-docs-gh-pages
22

33
on:
4-
# TODO: Can we trigger action manually?
5-
# push:
6-
# branches:
7-
# - 4.x
84
workflow_dispatch:
95

106
jobs:

mkdocs.yml

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ markdown_extensions:
2424
- pymdownx.superfences
2525
- pymdownx.tabbed
2626
- toc:
27-
toc_depth: 1
27+
toc_depth: 2-3
2828
permalink: true
2929

3030
nav:
@@ -40,47 +40,54 @@ nav:
4040
- Configuration:
4141
- Overview: manual/core/configuration/README.md
4242
- Reference: manual/core/configuration/reference/README.md
43-
- Authentication: manual/core/authentication/README.md
44-
- SSL: manual/core/ssl/README.md
45-
- Load Balancing: manual/core/load_balancing/README.md
46-
- Pooling: manual/core/pooling/README.md
47-
- Reconnection: manual/core/reconnection/README.md
48-
- Retries: manual/core/retries/README.md
49-
- Speculative Execution: manual/core/speculative_execution/README.md
50-
- Metrics: manual/core/metrics/README.md
51-
- Logging: manual/core/logging/README.md
43+
- Connection Management:
44+
- Authentication: manual/core/authentication/README.md
45+
- SSL: manual/core/ssl/README.md
46+
- Pooling: manual/core/pooling/README.md
47+
- Load Balancing: manual/core/load_balancing/README.md
48+
- Reconnection: manual/core/reconnection/README.md
49+
- Address Resolution: manual/core/address_resolution/README.md
5250
- Statements:
5351
- Overview: manual/core/statements/README.md
5452
- Batch: manual/core/statements/batch/README.md
5553
- Per Query Keyspace: manual/core/statements/per_query_keyspace/README.md
5654
- Prepared: manual/core/statements/prepared/README.md
5755
- Simple: manual/core/statements/simple/README.md
58-
- Paging: manual/core/paging/README.md
59-
- Async Programming: manual/core/async/README.md
60-
- Reactive Streams: manual/core/reactive/README.md
61-
- Custom Codecs: manual/core/custom_codecs/README.md
62-
- Temporal Types: manual/core/temporal_types/README.md
63-
- Tuples: manual/core/tuples/README.md
64-
- UDTs: manual/core/udts/README.md
65-
- Compression: manual/core/compression/README.md
66-
- Address Resolution: manual/core/address_resolution/README.md
67-
- Request Tracker: manual/core/request_tracker/README.md
68-
- Request ID: manual/core/request_id/README.md
69-
- Throttling: manual/core/throttling/README.md
70-
- Tracing: manual/core/tracing/README.md
71-
- Performance: manual/core/performance/README.md
56+
- Query Execution:
57+
- Retries: manual/core/retries/README.md
58+
- Idempotence: manual/core/idempotence/README.md
59+
- Speculative Execution: manual/core/speculative_execution/README.md
60+
- Paging: manual/core/paging/README.md
61+
- Query Timestamps: manual/core/query_timestamps/README.md
62+
- Advanced Types:
63+
- Custom Codecs: manual/core/custom_codecs/README.md
64+
- Temporal Types: manual/core/temporal_types/README.md
65+
- Tuples: manual/core/tuples/README.md
66+
- UDTs: manual/core/udts/README.md
67+
- Detachable Types: manual/core/detachable_types/README.md
68+
- Non-blocking:
69+
- Overview: manual/core/non_blocking/README.md
70+
- Async Programming: manual/core/async/README.md
71+
- Reactive Streams: manual/core/reactive/README.md
72+
- Observability:
73+
- Request Tracker: manual/core/request_tracker/README.md
74+
- Request ID: manual/core/request_id/README.md
75+
- Metrics: manual/core/metrics/README.md
76+
- Logging: manual/core/logging/README.md
77+
- Tracing: manual/core/tracing/README.md
78+
- Performance:
79+
- Overview: manual/core/performance/README.md
80+
- Throttling: manual/core/throttling/README.md
81+
- Compression: manual/core/compression/README.md
7282
- Metadata:
7383
- Overview: manual/core/metadata/README.md
7484
- Node: manual/core/metadata/node/README.md
7585
- Schema: manual/core/metadata/schema/README.md
7686
- Token: manual/core/metadata/token/README.md
77-
- Control Connection: manual/core/control_connection/README.md
78-
- Native Protocol: manual/core/native_protocol/README.md
79-
- Non-blocking: manual/core/non_blocking/README.md
80-
- Query Timestamps: manual/core/query_timestamps/README.md
81-
- Idempotence: manual/core/idempotence/README.md
82-
- Detachable Types: manual/core/detachable_types/README.md
83-
- DSE:
87+
- Driver Internals:
88+
- Control Connection: manual/core/control_connection/README.md
89+
- Native Protocol: manual/core/native_protocol/README.md
90+
- DataStax DSE:
8491
- Overview: manual/core/dse/README.md
8592
- Geotypes: manual/core/dse/geotypes/README.md
8693
- Graph:

0 commit comments

Comments
 (0)