Skip to content

Commit af7bef5

Browse files
committed
Update documentation index with hidden toctree
Added a hidden toctree section in docs/index.md to include 404 and README entries. This improves the structure and navigation of the documentation.
1 parent 27e1809 commit af7bef5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ api/index
2222
examples
2323
```
2424

25+
```{toctree}
26+
:hidden:
27+
28+
404
29+
README
30+
```
31+
2532
## What is tzst?
2633

2734
**tzst** is a modern Python library built exclusively for Python 3.12+ that provides comprehensive support for creating, extracting, and managing `.tzst` and `.tar.zst` archives. It combines the proven reliability of the tar format with the superior compression efficiency of Zstandard (zstd) to deliver:

0 commit comments

Comments
 (0)