-
Notifications
You must be signed in to change notification settings - Fork 4
Docs and book #4
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Book
The docs navigation link should display the pages from feather-rs/feather/docs/src.
API
- The
SUMMARY.mdshould be parsed and returned onapi/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/summaryshould be displayed in the aside onfrontend/docs/* - The content of every page should be loaded from the api
api/docs/page/[...src_path]displayed onfrontend/docs/[...src_path]. - On
frontend/docsthe first chapter fromapi/docs/summaryshould be displayed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed