Add Troubleshooting link to Advanced topics

Added 'Troubleshooting' link to the Advanced section.
This commit is contained in:
Mbucari
2026-01-27 14:58:37 -07:00
committed by GitHub
parent d957d6d5d7
commit d58f5abe35

View File

@@ -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",