Skip to content

Commit e62bd96

Browse files
committed
docs: update
1 parent 771ee06 commit e62bd96

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

File renamed without changes.

docs/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Next, it would like us to fill in metadata in the `docset.html` file which is st
229229
```json
230230
{
231231
"name": "structlog",
232-
"version": "22.1.0",
232+
"version": "24.1.0",
233233
"archive": "structlog.tgz",
234234
"author": {
235235
"name": "Hynek Schlawack",

mkdocs.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@ nav:
1313
- About: index.md
1414
- Installation: installation.md
1515
- Supported Formats: formats.md
16-
- CLI Usage: usage.md
17-
- Building & Submitting Docsets: how-to.md
18-
- Extending: extending.md
19-
- License & Credits: credits.md
20-
- Changelog: https://github.com/hynek/doc2dash/blob/main/CHANGELOG.md
21-
- Funding: https://hynek.me/say-thanks/
16+
- Usage:
17+
- CLI Reference: cli.md
18+
- Building & Submitting Docsets: how-to.md
19+
- Extending: extending.md
20+
- Meta:
21+
- License & Credits: credits.md
22+
- Changelog: https://github.com/hynek/doc2dash/blob/main/CHANGELOG.md
23+
- Funding: https://hynek.me/say-thanks/
2224

2325
theme:
2426
name: material
27+
features:
28+
- navigation.expand
29+
- navigation.sections
2530
font: false
2631
icon:
2732
repo: fontawesome/brands/github

0 commit comments

Comments
 (0)