doc updates

This commit is contained in:
John Lancaster
2026-06-21 18:12:58 -05:00
parent 69cd9037a3
commit 1f7e63267a
10 changed files with 75 additions and 52 deletions
+19 -38
View File
@@ -32,55 +32,35 @@ treeView-beta
"zensical.toml"
"docs"
"index.md"
"architecture.md"
"content.md"
"frontmatter.md"
"<project-docs>.md"
"contracts"
"index.md"
"<contract-pages>.md"
"mcp_layout.md"
"uris.md"
"prompts"
"<prompt-id>"
"PROMPT.md"
"references"
"skills"
"new-skill"
"SKILL.md"
"references"
"copilot-customization"
"SKILL.md"
"references"
"fastapi-async-sqlalchemy-modernization"
"SKILL.md"
"references"
"fastapi-uv-docker"
"SKILL.md"
"references"
"nicegui"
"SKILL.md"
"references"
"nicegui-ui-customization"
"SKILL.md"
"references"
"pytest-scaffolding"
"SKILL.md"
"references"
"python-logging-dictconfig"
"SKILL.md"
"references"
"vscode-configuration"
"SKILL.md"
"references"
"zensical-docs"
"<skill-id>"
"SKILL.md"
"references"
"<reference>.md"
"site"
"static build output"
"src"
"personal_mcp"
"__init__.py"
"main.py"
"mcp.py"
"web"
"app.py"
"docs_mount.py"
"catalog"
"server.py"
"<catalog-modules>.py"
"registry"
"<registry-modules>.py"
"web"
"<web-modules>.py"
"skills"
"document_loader.py"
"<skills-modules>.py"
```
Notes:
@@ -88,7 +68,8 @@ Notes:
1. docs contains both project-authored pages and the canonical skill Markdown tree.
2. site contains static build output only.
3. docs/skills contains canonical skill Markdown and reference Markdown.
4. MCP resources and docs site read from the same Markdown sources.
4. docs/prompts contains canonical prompt Markdown used for prompt catalog and document surfaces.
5. MCP resources and docs site read from the same Markdown sources.
## Runtime Composition