Website Docs
VitePress site for website-docs.feelyourprotocol.org — contributor guide and architecture for the Feel Your Protocol explorations website (E-Components, explorations, styling, video pipeline).
The docs hub at docs.feelyourprotocol.org is the fleet entrypoint; this site is the deep contributor documentation.
Local dev
bash
npm run website-docs:dev # http://localhost:5173 (VitePress default)
npm run website-docs:build
npm run website-docs:previewProduction
- URL: website-docs.feelyourprotocol.org
- Output:
dist/website-docs/(rebuilt on deploy vianpm run build:deploy;dist/is not in git) - Legacy SEO: indexed URLs under
docs.feelyourprotocol.org/*(except the hub landing) permanently redirect here with the same path
Structure
website-docs/
├── .vitepress/ # Theme, config, custom CSS (cyan "Builder's Workshop" skin)
├── guide/ # Getting started, architecture, changelog
├── contributing/ # How to contribute, E-Components, video, conventions
├── special-actions/ # One-off operational write-ups
└── public/ # llms.txt, robots.txt, OG assets, fontsCross-links
Nav links to the docs hub, MCP docs, roadmap, and main website. Fleet URL constants live in src/libs/docsUrls.ts and src/libs/roadmapUrls.ts.