mirror of
https://github.com/rajnandan1/kener.git
synced 2026-04-30 07:19:36 -05:00
130 lines
2.5 KiB
JSON
130 lines
2.5 KiB
JSON
{
|
|
"sidebar": [
|
|
{
|
|
"sectionTitle": "Getting Started",
|
|
"children": [
|
|
{
|
|
"title": "Introduction",
|
|
"link": "/docs/home",
|
|
"file": "/home.md"
|
|
},
|
|
{
|
|
"title": "Quick Start",
|
|
"link": "/docs/quick-start",
|
|
"file": "/docs/quick-start.md"
|
|
},
|
|
{
|
|
"title": "Changelogs",
|
|
"link": "/docs/changelogs",
|
|
"file": "/changelogs.md"
|
|
},
|
|
{
|
|
"title": "Roadmap",
|
|
"link": "/docs/roadmap",
|
|
"file": "/roadmap.md"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"sectionTitle": "Core Concepts",
|
|
"children": [
|
|
{
|
|
"title": "Customization (site.yaml)",
|
|
"link": "/docs/customize-site",
|
|
"file": "/customize-site.md"
|
|
},
|
|
{
|
|
"title": "Monitors (monitors.yaml)",
|
|
"link": "/docs/monitors",
|
|
"file": "/monitors.md"
|
|
},
|
|
{
|
|
"title": "Alerting (server.yaml)",
|
|
"link": "/docs/alerting",
|
|
"file": "/alerting.md"
|
|
},
|
|
{
|
|
"title": "Database (server.yaml)",
|
|
"link": "/docs/database",
|
|
"file": "/database.md"
|
|
},
|
|
{
|
|
"title": "Monitors Examples",
|
|
"link": "/docs/monitor-examples",
|
|
"file": "/monitor-examples.md"
|
|
},
|
|
{
|
|
"title": "Incident Management",
|
|
"link": "/docs/incident-management",
|
|
"file": "/incident-management.md"
|
|
},
|
|
{
|
|
"title": "Localization",
|
|
"link": "/docs/i18n",
|
|
"file": "/i18n.md"
|
|
},
|
|
{
|
|
"title": "Badges",
|
|
"link": "/docs/status-badges",
|
|
"file": "/status-badges.md"
|
|
},
|
|
{
|
|
"title": "Embed",
|
|
"link": "/docs/embed",
|
|
"file": "/embed.md"
|
|
},
|
|
{
|
|
"title": "Analytics",
|
|
"link": "/docs/site-analytics",
|
|
"file": "/site-analytics.md"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"sectionTitle": "Deployment",
|
|
"children": [
|
|
{
|
|
"title": "Environment Setup",
|
|
"link": "/docs/environment-vars",
|
|
"file": "/environment-vars.md"
|
|
},
|
|
{
|
|
"title": "Deployment",
|
|
"link": "/docs/deployment",
|
|
"file": "/deployment.md"
|
|
},
|
|
{
|
|
"title": "Github Setup",
|
|
"link": "/docs/gh-setup",
|
|
"file": "/gh-setup.md"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"sectionTitle": "API Reference",
|
|
"children": [
|
|
{
|
|
"title": "Kener APIs",
|
|
"link": "/docs/kener-apis",
|
|
"file": "/kener-apis.md"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"sectionTitle": "Guides",
|
|
"children": [
|
|
{
|
|
"title": "Categorize Monitors",
|
|
"link": "/docs/categorize-guide",
|
|
"file": "/categorize-guide.md"
|
|
},
|
|
{
|
|
"title": "Custom JS/CSS",
|
|
"link": "/docs/custom-js-css-guide",
|
|
"file": "/custom-js-css-guide.md"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|