-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate frontend framework from mdbook to vocs #185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Is there a reason why you moved the listings
directory to docs/snippets
?
Default rootDir
is ./docs
, but it can be changed in vocs.config.ts. You should try to change it torootDir: '.'
and see if we can keep listings
and docs
separated.
That way we can import the repository either as a scarb project (listings
) or as a vocs project (docs
)
* feat: migration to vocs * Update CONTRIBUTING.md * Update README.md * fix: pr review requested changes
* feat: migrate frontend framework from mdbook to vocs (#185) * feat: migration to vocs * Update CONTRIBUTING.md * Update README.md * fix: pr review requested changes * temp: remove pages * chore: Anchors in listings * feat: voc sidebar config * feat: migrate listings and book to vocs * chore: npm -> pnpm * ci/cd: fix build * feat: footer * feat: add tailwindcss * feat: styling and configuration * feat: mathjax support * feat: collapsible sidebar css * ci/cd: remove mdbook workflow * feat: cairo syntax hl * style: minor improvements * fix: mdbook leftover anchors * feat: collapsible sidebar * feat: themes, inline highlighting, minor fixes * ci/cd: add .npmrc file --------- Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
Issue(s): Closes #167
Description
Frontend migrated from mdbook to vocs