chore(web): drop dead bundled docs — app uses external docs.pezkuwichain.io

The in-app /docs route (web/src/pages/Docs.tsx, since c56e021a, Apr 2026) only
redirects to https://docs.pezkuwichain.io; it no longer reads the local
docs-structure.json or web/public/docs/*.md. The 907 bundled markdown + rustdoc
files under web/public/docs and web/public/sdk_docs are generated from
Pezkuwi-SDK by generate-docs-structure.cjs and are not served at runtime, so
they are removed from tracking and gitignored to stop the recurring tree churn.
This commit is contained in:
2026-06-20 06:05:51 -07:00
parent 35d7ab38fa
commit 56b442fdff
909 changed files with 8 additions and 57255 deletions
+8
View File
@@ -162,3 +162,11 @@ mobile/credentials.json
# Backup files
*.bak
# Generated docs artifacts — the in-app /docs route now redirects to the
# external docs.pezkuwichain.io (see web/src/pages/Docs.tsx, since c56e021a).
# These are (re)built from Pezkuwi-SDK by web/generate-docs-structure.cjs on
# pre(dev|build); they are NOT served at runtime, so we don't track them.
/web/public/docs/
/web/public/sdk_docs/
/web/public/docs-structure.json