This commit is contained in:
John Lancaster
2026-06-18 22:34:31 -05:00
parent a4db33531e
commit 1254cc5432
5 changed files with 149 additions and 1 deletions
@@ -4,6 +4,7 @@ Use this index to load only the source references needed for the current task.
## Zensical Official Docs
- New project scaffolding (`uv run zensical new`): https://zensical.org/docs/
- Home: https://zensical.org/docs/
- Setup basics: https://zensical.org/docs/setup/basics/
- Navigation setup: https://zensical.org/docs/setup/navigation/
@@ -36,3 +37,9 @@ Use this index to load only the source references needed for the current task.
- Markdown guide: https://www.markdownguide.org/
- MkDocs configuration reference: https://www.mkdocs.org/user-guide/configuration/
- Material for MkDocs setup reference: https://squidfunk.github.io/mkdocs-material/setup/
- mkdocstrings: https://mkdocstrings.github.io/
## Skill-Specific Deep Dives
- Theme customization, colors, icons: [./theme-customization-and-icons.md](./theme-customization-and-icons.md)
- Code-heavy docs with mkdocstrings: [./code-heavy-docs-and-mkdocstrings.md](./code-heavy-docs-and-mkdocstrings.md)