Skip to content

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:preview

Production

  • URL: website-docs.feelyourprotocol.org
  • Output: dist/website-docs/ (rebuilt on deploy via npm 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, fonts

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.

Structural base v0.1.1 — latest docs always apply. See changelog for history.