Format with correct prettier config
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
+9
-29
@@ -34,10 +34,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"CLI": [
|
||||
"cli/index",
|
||||
"cli/commands"
|
||||
],
|
||||
"CLI": ["cli/index", "cli/commands"],
|
||||
"Core Features": [
|
||||
{
|
||||
"type": "subcategory",
|
||||
@@ -108,23 +105,17 @@
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "GitHub",
|
||||
"ids": [
|
||||
"integrations/github/org"
|
||||
]
|
||||
"ids": ["integrations/github/org"]
|
||||
},
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "LDAP",
|
||||
"ids": [
|
||||
"integrations/ldap/org"
|
||||
]
|
||||
"ids": ["integrations/ldap/org"]
|
||||
},
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "Google Analytics",
|
||||
"ids": [
|
||||
"integrations/google-analytics/installation"
|
||||
]
|
||||
"ids": ["integrations/google-analytics/installation"]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
@@ -147,9 +138,7 @@
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "Testing",
|
||||
"ids": [
|
||||
"plugins/testing"
|
||||
]
|
||||
"ids": ["plugins/testing"]
|
||||
},
|
||||
{
|
||||
"type": "subcategory",
|
||||
@@ -195,9 +184,7 @@
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "Backend APIs",
|
||||
"ids": [
|
||||
"api/backend"
|
||||
]
|
||||
"ids": ["api/backend"]
|
||||
}
|
||||
],
|
||||
"Tutorials": [
|
||||
@@ -219,15 +206,8 @@
|
||||
"architecture-decisions/adrs-adr010",
|
||||
"architecture-decisions/adrs-adr011"
|
||||
],
|
||||
"Support": [
|
||||
"support/support",
|
||||
"support/project-structure"
|
||||
],
|
||||
"Glossary": [
|
||||
"glossary"
|
||||
],
|
||||
"FAQ": [
|
||||
"FAQ"
|
||||
]
|
||||
"Support": ["support/support", "support/project-structure"],
|
||||
"Glossary": ["glossary"],
|
||||
"FAQ": ["FAQ"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user