Skip to content

Commit 164a57b

Browse files
committed
configuration section index
1 parent bd6109e commit 164a57b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

File renamed without changes.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ val users = some<List<User>> {
109109
// [User(name=string-1234, age=17), User(name=string-5678, age=23)]
110110
```
111111

112-
For more configuration use cases and details, see the [Configuration overview](configuration/overview.md).
112+
For more configuration use cases and details, see the [Configuration overview](configuration/index.md).
113113

114114
## Requirements
115115

zensical.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ copyright = "© 2026 AppOutlet, Lda"
77
repo_url = "https://github.com/MessiasLima/Some"
88

99
nav = [
10-
{ "Overview" = "index.md" },
11-
{ "Getting Started" = "getting-started.md" },
10+
"index.md",
11+
"getting-started.md",
1212
{ "Configuration" = [
13-
"configuration/overview.md" ,
14-
{ "Nullable Strategy" = "configuration/nullable-strategy.md" },
15-
{ "String Strategy" = "configuration/string-strategy.md" },
16-
{ "Collection Strategy" = "configuration/collection-strategy.md" },
17-
] },
18-
{ "Supported Types" = "supported-types.md" },
19-
{ "Custom Factories" = "custom-factories.md" },
13+
"configuration/index.md" ,
14+
"configuration/nullable-strategy.md",
15+
"configuration/string-strategy.md",
16+
"configuration/collection-strategy.md,
17+
] },
18+
"supported-types.md",
19+
"custom-factories.md" ,
2020
{ "API Reference" = "https://some.appoutlet.dev/reference/latest/" }
2121
]
2222

0 commit comments

Comments
 (0)