docs: add missing configuration pages and remove redundant H1 headers

This commit is contained in:
Dwindi Ramadhana
2026-02-05 22:51:45 +07:00
parent 0637bab4ea
commit 162d5384e2
43 changed files with 390 additions and 229 deletions

View File

@@ -19,7 +19,7 @@
},
{
"title": "Developer Docs",
"href": "/docs/developer"
"href": "/docs/developer/overview"
},
{
"title": "Plugin Site",
@@ -139,6 +139,10 @@
{
"title": "Special Pages (Shop/Cart)",
"href": "/special-pages"
},
{
"title": "Header & Footer",
"href": "/header-footer"
}
]
},
@@ -185,13 +189,17 @@
{
"title": "Developer Guides",
"href": "/docs/developer",
"noLink": false,
"noLink": true,
"context": {
"icon": "Code",
"description": "Advanced Integration",
"title": "Dev"
},
"items": [
{
"title": "Overview",
"href": "/overview"
},
{
"title": "Custom Channels",
"href": "/addons/custom-channels"