1.0.0 • Published 3 years ago
@devbookhq/docusaurus-plugin v1.0.0
Devbook Docusaurus Plugin
Devbook plugin for Docusaurus
Development
npm run watchin the top directorynpm run link ../in theexampledirectorynpm run startin theexampledirectory- (TEMPORARY) When you change the plugin code you may need to restart the docusaurus server and delete the
example/.docusauruscache directory.
Usage
Install plugin
npm install @devbookhq/docusaurus-pluginAdd 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
3 years ago