Skip to main content

sol-docs

Technical documentation site for Sol Helps (sol-app) built with Docusaurus.

Local development

cd sol-docs
npm install
npm run start -- --port 3001

Build and verify

npm run build
npm run serve

Content scope

This docs site tracks real implementation behavior in:

  • sol-app/app
  • sol-app/lib
  • sol-app/hooks

Update docs in the same PR as behavior changes.