Book
The docs navigation link should display the pages from feather-rs/feather/docs/src.
API
- The
SUMMARY.md should be parsed and returned on api/docs/summary
- Each page from in the src should be built and served through
api/docs/page/[...src_path]
- The built pages should be cached and a build should be triggered via webhooks.
Useful dependencies
Frontend
- The result of
api/docs/summary should be displayed in the aside on frontend/docs/*
- The content of every page should be loaded from the api
api/docs/page/[...src_path] displayed on frontend/docs/[...src_path].
- On
frontend/docs the first chapter from api/docs/summary should be displayed.
Book
The
docsnavigation link should display the pages fromfeather-rs/feather/docs/src.API
SUMMARY.mdshould be parsed and returned onapi/docs/summaryapi/docs/page/[...src_path]Useful dependencies
Frontend
api/docs/summaryshould be displayed in the aside onfrontend/docs/*api/docs/page/[...src_path]displayed onfrontend/docs/[...src_path].frontend/docsthe first chapter fromapi/docs/summaryshould be displayed.