Skip to content

Commit 10dbf8b

Browse files
docs: add explicit titles to all pages in config file
1 parent 0dbdf58 commit 10dbf8b

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

zensical.toml

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,45 @@ repo_name = "book-of-bdk"
2020
nav = [
2121
{ "Getting Started" = [
2222
{ "About" = "getting-started/about.md" },
23-
"getting-started/why-book.md",
24-
"getting-started/organization.md",
25-
"getting-started/api-documentation.md",
26-
"getting-started/bdk-cli.md",
27-
"getting-started/migrating.md",
28-
"getting-started/3rd-party-bindings.md",
29-
"getting-started/more.md",
30-
"getting-started/tiers.md",
23+
{ "Why This Book?" = "getting-started/why-book.md" },
24+
{ "Project Organization" = "getting-started/organization.md" },
25+
{ "API Documentation" = "getting-started/api-documentation.md" },
26+
{ "BDK CLI" = "getting-started/bdk-cli.md" },
27+
{ "Migrating from 0.X" = "getting-started/migrating.md" },
28+
{ "3rd Party Bindings" = "getting-started/3rd-party-bindings.md" },
29+
{ "More BDK Content" = "getting-started/more.md" },
30+
{ "Library Tiers" = "getting-started/tiers.md" },
3131
]},
3232
{ "Cookbook" = [
33-
"cookbook/starter-example.md",
33+
{ "Starter Example" = "cookbook/starter-example.md" },
3434
{ "Syncing" = [
35-
"cookbook/syncing/electrum.md",
36-
"cookbook/syncing/esplora.md",
37-
"cookbook/syncing/kyoto.md",
38-
"cookbook/syncing/rpc.md",
39-
"cookbook/syncing/full-scan-vs-sync.md",
35+
{ "Full Scan vs Sync" = "cookbook/syncing/full-scan-vs-sync.md" },
36+
{ "Electrum Sync" = "cookbook/syncing/electrum.md" },
37+
{ "Esplora Sync" = "cookbook/syncing/esplora.md" },
38+
{ "CBF Sync" = "cookbook/syncing/kyoto.md" },
39+
{ "RPC Sync" = "cookbook/syncing/rpc.md" },
4040
]},
4141
{ "Persistence" = [
42-
"cookbook/persistence/sqlite.md",
43-
"cookbook/persistence/memory.md",
42+
{ "SQLite Database" = "cookbook/persistence/sqlite.md" },
43+
{ "In-Memory Wallets" = "cookbook/persistence/memory.md" },
4444
]},
4545
{ "Keys and Descriptors" = [
46-
"cookbook/keys-descriptors/descriptors.md",
47-
"cookbook/keys-descriptors/recovery-phrases.md",
46+
{ "Creating Descriptors" = "cookbook/keys-descriptors/descriptors.md" },
47+
{ "Recovery Phrases to Descriptors" = "cookbook/keys-descriptors/recovery-phrases.md" },
4848
]},
4949
{ "Transactions" = [
50-
"cookbook/transactions/transaction-builder.md",
50+
{ "Transaction Builder" = "cookbook/transactions/transaction-builder.md" },
5151
]},
5252
{ "Language Bindings" = [
53-
"cookbook/bindings/about.md",
54-
"cookbook/bindings/starter-example.md",
55-
"cookbook/bindings/wasm.md",
53+
{ "About Our Bindings" = "cookbook/bindings/about.md" },
54+
{ "Starter Example" = "cookbook/bindings/starter-example.md" },
55+
{ "WASM Example" = "cookbook/bindings/wasm.md" },
5656
]},
5757
]},
5858
{ "Design" = [
5959
{ "Compact Block Filters" = "design/cbf.md" },
60+
{ "Chain Crate" = "design/chain-crate.md" },
61+
{ "Language Bindings" = "design/bindings.md" },
6062
]},
6163
{ "Release Guide" = [
6264
{ "About" = "release-guide/guide.md" },

0 commit comments

Comments
 (0)