diff options
| author | Stefan Boberg <[email protected]> | 2026-03-23 12:23:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-23 12:23:19 +0100 |
| commit | 26aa50677403e4c5ad053b221bc7264fe1d249f2 (patch) | |
| tree | de196528390e8875b0551d52071038120d969f73 /docs/_index.json | |
| parent | Process management improvements (#881) (diff) | |
| download | zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.tar.xz zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.zip | |
Documentation updates (#882)
Restructured the docs folder in preparation for more docs. Improved the contents a bit.
Diffstat (limited to 'docs/_index.json')
| -rw-r--r-- | docs/_index.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/_index.json b/docs/_index.json new file mode 100644 index 000000000..6dea6a987 --- /dev/null +++ b/docs/_index.json @@ -0,0 +1,34 @@ +[ + { + "title": "Overview", + "path": "overview.md" + }, + { + "title": "Sessions", + "path": "sessions.md" + }, + { + "title": "Cache", + "path": "cache.md" + }, + { + "title": "Projects", + "path": "projects.md" + }, + { + "title": "Compute", + "path": "compute.md" + }, + { + "title": "Glossary", + "path": "glossary.md" + }, + { + "title": "Compact Binary Format", + "path": "specs/CompactBinary.md" + }, + { + "title": "Compressed Buffer Format", + "path": "specs/CompressedBuffer.md" + } +] |