Skip to content

Commit

Permalink
Merge pull request #697 from vtexdocs/fix-troubleshooting-sidebar
Browse files Browse the repository at this point in the history
fix(navigation.json): troubleshooting sidebar navigation
  • Loading branch information
mariana-caetano authored Jun 20, 2024
2 parents bbfe59f + e65a9f3 commit 0f4b093
Showing 1 changed file with 55 additions and 47 deletions.
102 changes: 55 additions & 47 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14871,65 +14871,73 @@
}
]
},
{
{
"documentation": "Troubleshooting",
"slugPrefix": "docs/troubleshooting",
"categories": [
{
"name": "Development",
"slug": "",
"origin": "",
"type": "markdown",
"children": [
{
"name": "I can’t access the Headless CMS",
"slug": "unable-to-access-headless-cms",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Modal Layout closes when I click a SKU",
"slug": "modal-layout-closes-when-i-click-a-sku",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "My multi-language store is not functioning in the development workspace",
"slug": "my-multi-language-store-is-not-working-in-the-development-workspace",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "I can't install VTEX IO CLI",
"slug": "i-cant-install-vtex-io-cli",
"origin": "",
"type": "markdown",
"children": []
}
]
},
{
"name": "Store performance",
"slug": "",
"name": "VTEX Troubleshooting overview",
"slug": "overview",
"origin": "",
"type": "markdown",
"children": [
{
"name": "My store is slow or unavailable",
"slug": "my-store-is-slow-or-unavailable",
"name": "Development",
"slug": "development",
"origin": "",
"type": "markdown",
"children": []
"type": "category",
"children": [
{
"name": "I can’t access the Headless CMS",
"slug": "unable-to-access-headless-cms",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "I can't install VTEX IO CLI",
"slug": "i-cant-install-vtex-io-cli",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Modal Layout closes when I click a SKU",
"slug": "modal-layout-closes-when-i-click-a-sku",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "My multi-language store is not functioning in the development workspace",
"slug": "my-multi-language-store-is-not-working-in-the-development-workspace",
"origin": "",
"type": "markdown",
"children": []
}
]
},
{
"name": "I can't complete a purchase on a FastStore website",
"slug": "i-cant-complete-a-purchase-on-a-faststore-website",
"name": "Store performance",
"slug": "store-performance",
"origin": "",
"type": "markdown",
"children": []
"type": "category",
"children": [
{
"name": "I can't complete a purchase on a FastStore website",
"slug": "i-cant-complete-a-purchase-on-a-faststore-website",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "My store is slow or unavailable",
"slug": "my-store-is-slow-or-unavailable",
"origin": "",
"type": "markdown",
"children": []
}
]
}
]
}
Expand Down

0 comments on commit 0f4b093

Please sign in to comment.