mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-07 04:34:05 -05:00
Add Troubleshooting link to Advanced topics
Added 'Troubleshooting' link to the Advanced section.
This commit is contained in:
@@ -77,7 +77,10 @@ export default defineConfig({
|
||||
{
|
||||
text: "Advanced",
|
||||
collapsed: false,
|
||||
items: [{ text: "Advanced Topics", link: "/docs/advanced/advanced" }],
|
||||
items: [
|
||||
{ text: "Advanced Topics", link: "/docs/advanced/advanced" },
|
||||
{ text: "Troubleshooting", link: "/docs/advanced/troubleshoot" }
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Development",
|
||||
|
||||
Reference in New Issue
Block a user