refactor(docs): Split up troubleshooting page into a section

This commit is contained in:
Cem Aksoylar
2024-06-09 21:32:26 -07:00
parent 308d6bce6e
commit e56db304ea
10 changed files with 251 additions and 196 deletions

View File

@@ -6,7 +6,20 @@ module.exports = {
"faq",
"user-setup",
"customization",
"troubleshooting",
{
type: "category",
label: "Troubleshooting",
link: {
type: "doc",
id: "troubleshooting/index",
},
collapsed: true,
items: [
"troubleshooting/building-issues",
"troubleshooting/flashing-issues",
"troubleshooting/connection-issues",
],
},
],
Features: [
"features/keymaps",