@@ -3,7 +3,7 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"
|
||||
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
|
||||
|
||||
const sidebars: SidebarsConfig = {
|
||||
docsSidebar: ["getting-started"],
|
||||
docsSidebar: ["getting-started", "state-management"],
|
||||
}
|
||||
|
||||
export default sidebars
|
||||
|
||||
Reference in New Issue
Block a user