docs: fix the navbar based on the latest feedback
This commit is contained in:
parent
3743da25fe
commit
17181927a4
@ -177,7 +177,6 @@ const sidebars = {
|
|||||||
items: [
|
items: [
|
||||||
"guides/best-practices",
|
"guides/best-practices",
|
||||||
"guides/thread",
|
"guides/thread",
|
||||||
"guides/faq",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -186,14 +185,42 @@ const sidebars = {
|
|||||||
collapsible: false,
|
collapsible: false,
|
||||||
className: "head_Menu",
|
className: "head_Menu",
|
||||||
items: [
|
items: [
|
||||||
"guides/models/README",
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Advanced Model Setup",
|
||||||
|
className: "head_SubMenu",
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "guides/models/README",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
"guides/models/customize-engine",
|
"guides/models/customize-engine",
|
||||||
"guides/models/import-models",
|
"guides/models/import-models",
|
||||||
"guides/models/integrate-remote",
|
"guides/models/integrate-remote",
|
||||||
"guides/extensions/README",
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Extensions",
|
||||||
|
className: "head_SubMenu",
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "guides/extensions/README",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
"guides/extensions/import-ext",
|
"guides/extensions/import-ext",
|
||||||
"guides/extensions/setup-ext",
|
"guides/extensions/setup-ext",
|
||||||
"guides/integration/README",
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Integrations",
|
||||||
|
className: "head_SubMenu",
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "guides/integration/README",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
"guides/integration/azure",
|
"guides/integration/azure",
|
||||||
"guides/integration/discord",
|
"guides/integration/discord",
|
||||||
"guides/integration/groq",
|
"guides/integration/groq",
|
||||||
@ -206,21 +233,43 @@ const sidebars = {
|
|||||||
"guides/integration/vscode",
|
"guides/integration/vscode",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Troubleshooting",
|
label: "Troubleshooting",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
className: "head_Menu",
|
className: "head_Menu",
|
||||||
items: [
|
items: [
|
||||||
"guides/common-error/README",
|
{
|
||||||
"guides/common-error/broken-build",
|
type: "category",
|
||||||
"guides/common-error/not-using-gpu",
|
label: "Error Codes",
|
||||||
"guides/error-codes/README",
|
className: "head_SubMenu",
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "guides/error-codes/README",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
"guides/error-codes/how-to-get-error-logs",
|
"guides/error-codes/how-to-get-error-logs",
|
||||||
"guides/error-codes/permission-denied",
|
"guides/error-codes/permission-denied",
|
||||||
"guides/error-codes/something-amiss",
|
"guides/error-codes/something-amiss",
|
||||||
"guides/error-codes/undefined-issue",
|
"guides/error-codes/undefined-issue",
|
||||||
"guides/error-codes/unexpected-token",
|
"guides/error-codes/unexpected-token",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Common Error",
|
||||||
|
className: "head_SubMenu",
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: "guides/common-error/README",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
|
"guides/common-error/broken-build",
|
||||||
|
"guides/common-error/not-using-gpu",
|
||||||
|
]
|
||||||
|
},
|
||||||
"guides/faq"
|
"guides/faq"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -21,3 +21,10 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
margin-bottom: 5px; /* Adjust margin as needed */
|
margin-bottom: 5px; /* Adjust margin as needed */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.head_SubMenu div {
|
||||||
|
font-weight: normal;
|
||||||
|
background-color: white;
|
||||||
|
margin-left: 0rem;
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user