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:
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user