1.0.0 • Published 2 years ago
@devbookhq/docusaurus-plugin v1.0.0
Devbook Docusaurus Plugin
Devbook plugin for Docusaurus
Development
npm run watch
in the top directorynpm run link ../
in theexample
directorynpm run start
in theexample
directory- (TEMPORARY) When you change the plugin code you may need to restart the docusaurus server and delete the
example/.docusaurus
cache directory.
Usage
Install plugin
npm install @devbookhq/docusaurus-plugin
Add plugin to docusaurus.config.js
:
module.exports = {
...
plugins: ['@devbookhq/docusaurus-plugin'],
...
}
TODO
- Fix development reloading
- Check if customizable language support (solidity) works
- Sort deps (versions, not-needed, eslint)
- Sort tsconfigs
- Sort withWrapper CodeBlock syntax and custom types
- Finish github release workflow (secrets)
1.0.0
2 years ago