Jobber/docs-site/versioned_sidebars/version-0.1.22-sidebars.json
Shaheer Sarfaraz 16fdb425d8
Add demo banner star-repo CTA analytics and fix CI formatting (#183)
* add star cta

* feat: track demo banner star repo clicks

* chore: format docs-site json for biome ci
2026-02-18 13:21:32 +00:00

68 lines
1.6 KiB
JSON

{
"docsSidebar": [
"intro",
{
"type": "category",
"label": "Getting Started",
"items": ["getting-started/self-hosting"]
},
{
"type": "category",
"label": "Workflows",
"items": [
"workflows/find-jobs-and-apply-workflow",
"workflows/post-application-workflow"
]
},
{
"type": "category",
"label": "Core Features",
"items": [
"features/overview",
"features/pipeline-run",
"features/job-search-bar",
"features/keyboard-shortcuts",
"features/multi-select-and-bulk-actions",
"features/orchestrator",
"features/settings",
"features/reactive-resume",
"features/in-progress-board",
"features/ghostwriter",
"features/post-application-tracking",
"features/visa-sponsors"
]
},
{
"type": "category",
"label": "Extractors",
"items": [
"extractors/overview",
"extractors/gradcracker",
"extractors/jobspy",
"extractors/adzuna",
"extractors/manual",
"extractors/ukvisajobs"
]
},
{
"type": "category",
"label": "Self-Hosting & Ops",
"items": [
"getting-started/self-hosting",
"getting-started/database-backups",
"troubleshooting/common-problems"
]
},
{
"type": "category",
"label": "Troubleshooting",
"items": ["troubleshooting/common-problems"]
},
{
"type": "category",
"label": "Reference / FAQ",
"items": ["reference/faq", "reference/documentation-style-guide"]
}
]
}