Changes on sidebar styles, and content of pages
This commit is contained in:
parent
7ae4644893
commit
e3cd2c7f00
22 changed files with 1014 additions and 49 deletions
19
sidebars.js
19
sidebars.js
|
@ -14,16 +14,11 @@
|
|||
|
||||
@type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
|
||||
*/
|
||||
const sidebars = {
|
||||
docs: [
|
||||
"start",
|
||||
{
|
||||
label: "Build your own",
|
||||
items: ["build/first"],
|
||||
type: "category",
|
||||
link: { type: "generated-index" },
|
||||
collapsed: false,
|
||||
},
|
||||
],
|
||||
export default {
|
||||
docs: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: '.', // '.' means the current docs folder
|
||||
},
|
||||
],
|
||||
};
|
||||
export default sidebars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue