Improve documentation (#349)

* Improve documentation content
* Improve documentation style
This commit is contained in:
Félix Malfait
2023-06-21 16:23:31 -07:00
committed by GitHub
parent e679f45615
commit a65853dc2e
31 changed files with 15592 additions and 2194 deletions

View File

@ -13,8 +13,8 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
docsSidebar: [{type: 'autogenerated', dirName: 'dev-docs'}],
userGuideSidebar: [{type: 'autogenerated', dirName: 'user-guide'}]
docsSidebar: [{type: 'autogenerated', dirName: '.'}],
// userGuideSidebar: [{type: 'autogenerated', dirName: 'user-guide'}]
};
module.exports = sidebars;