| title | Pages & Routing |
|---|---|
| icon | app-window |
One of the core concepts are pages and routing.
├ folder-name
│ └─ your-page-within-folder.md
|
├─ your-page.md
|
└─ docs.json
{
"sidebar": [
{
"group": "Get Started",
"icon": "code",
"pages": [
"your-page",
"folder-name/your-page-within-folder",
]
}
// ... other groups
]
}