This directory is a standalone docs site for BERT protocol.
It is intentionally isolated so you can move it into a separate repository later (bert-docs).
cd bert-docs
python3 -m http.server 4040Open: http://localhost:4040
index.html- docs app shellassets/styles.css- minimal docs stylingassets/docs-data.js- documentation pages and contentassets/app.js- sidebar routing + full-text search
Search checks:
- page title
- page summary
- full page text content
It supports topic search (e.g. subgraph, voting) and plain text search (e.g. setVotingDuration, sepolia eth).
cd ..
cp -R bert-docs /path/to/new/location/bert-docs
cd /path/to/new/location/bert-docs
git init
git add .
git commit -m "init bert docs"- Split
docs-data.jsinto per-page markdown files and add build step. - Add version switcher (
v1,v2). - Add command-copy buttons for code blocks.
- Add print-friendly mode for audits and compliance reviews.