mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-21 16:55:40 +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:
@@ -1,16 +0,0 @@
|
||||
flowchart TB
|
||||
subgraph Node[Node's View Of The State 🙈]
|
||||
direction LR
|
||||
0x1234 --> 0x2345
|
||||
0x3456 --> 0x4567
|
||||
0x5678 --> 0x6789
|
||||
:code --> code[wasm code]
|
||||
end
|
||||
|
||||
subgraph Runtime[Runtime's View Of The State 🙉]
|
||||
direction LR
|
||||
ab[alice's balance] --> abv[known value]
|
||||
bb[bob's balance] --> bbv[known value]
|
||||
cb[charlie's balance] --> cbv[known value]
|
||||
c2[:code] --> c22[wasm code]
|
||||
end
|
||||
Reference in New Issue
Block a user