Create the setup for the documentation page (#171)

* don't run for generated docusaurus

* format

* workflow to autoupdate docs version

* fix versioning

* add link back to app

* remove old docs

* html link???

* don't track .docusaurus

* documantation build
This commit is contained in:
Shaheer Sarfaraz
2026-02-15 22:50:52 +00:00
committed by GitHub
parent 3c41df9ba8
commit 1f929dfc7f
76 changed files with 105 additions and 2786 deletions
@@ -0,0 +1,48 @@
{
"docsSidebar": [
"intro",
{
"type": "category",
"label": "Getting Started",
"items": ["getting-started/self-hosting"]
},
{
"type": "category",
"label": "Core Features",
"items": [
"features/orchestrator",
"features/ghostwriter",
"features/post-application-tracking"
]
},
{
"type": "category",
"label": "Extractors",
"items": [
"extractors/overview",
"extractors/gradcracker",
"extractors/jobspy",
"extractors/manual",
"extractors/ukvisajobs"
]
},
{
"type": "category",
"label": "Self-Hosting & Ops",
"items": [
"getting-started/self-hosting",
"troubleshooting/common-problems"
]
},
{
"type": "category",
"label": "Troubleshooting",
"items": ["troubleshooting/common-problems"]
},
{
"type": "category",
"label": "Reference / FAQ",
"items": ["reference/faq", "reference/documentation-style-guide"]
}
]
}