mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-21 04:01:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user