Automatically build API documentation (#11)
* Automatically build API documentation using Typedoc and Docusaurus * Move MD and move to MDX for Docusaurus Guides
This commit is contained in:
6
docs/sidebars.js
Normal file
6
docs/sidebars.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
someSidebar: {
|
||||
Guides: ['setup', 'devices', 'formats', 'frame-processors', 'animated', 'errors', 'troubleshooting'],
|
||||
API: require('./typedoc-sidebar.js'),
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user