diff --git a/sidebars.js b/sidebars.js index 2bb9baae6..3fb6278a3 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2686,35 +2686,6 @@ module.exports = { collapsed: true, label: "CLI Setup and Configurations", items: [ - "smartui-cli", - "smartui-cli-figma", - { - type: "category", - collapsed: true, - label: "Bring your Own Screenshots", - items: [ - { - type: "doc", - label: "Upload through CLI", - id: "smartui-cli-upload", - }, - { - type: "doc", - label: "Upload through API", - id: "smartui-upload-api-v2", - }, - ], - }, - { - type: "category", - collapsed: true, - label: "Component Testing", - items: [ - "smart-ui-storybook", - "smartui-git-branching-strategy" - ] - }, - "smartui-sdk-config-options", { type: "category", collapsed: true, @@ -2785,26 +2756,48 @@ module.exports = { { type: "category", collapsed: true, - label: "Visual Testing Features", + label: "Stabilize Your Screenshots", items: [ - { - type: "category", - collapsed: true, - label: "Stabilize Your Screenshots", - items: [ - "smartui-freeze-animations", - "smartui-handle-dynamic-data", - "smartui-handle-videos", - "smartui-handle-lazy-loading", - "smartui-handle-sticky-elements" - ] - }, - "smartui-cli-responsive-dom", + "smartui-freeze-animations", + "smartui-handle-dynamic-data", + "smartui-handle-videos", + "smartui-handle-lazy-loading", + "smartui-handle-sticky-elements" ] }, + "smartui-cli-responsive-dom", "smartui-sdk-fetch-results", ] }, + "smartui-cli", + "smartui-cli-figma", + { + type: "category", + collapsed: true, + label: "Bring your Own Screenshots", + items: [ + { + type: "doc", + label: "Upload through CLI", + id: "smartui-cli-upload", + }, + { + type: "doc", + label: "Upload through API", + id: "smartui-upload-api-v2", + }, + ], + }, + { + type: "category", + collapsed: true, + label: "Component Testing", + items: [ + "smart-ui-storybook", + "smartui-git-branching-strategy" + ] + }, + "smartui-sdk-config-options", ] }, { @@ -2813,6 +2806,37 @@ module.exports = { label: "Difference Option", items: ["smartui-smartignore"] }, + { + type: "category", + collapsed: true, + label: "Integrations with SmartUI", + items: [ + { + type: "category", + collapsed: true, + label: "Trigger Visual Tests from CI/CD tools", + items: [ + "smartui-github-app-integration", + ], + }, + "smartui-slack-integration", + { + type: "category", + collapsed: true, + label: "Integrate with CI/CD tools", + items: [ + "smartui-with-github-actions", + "smartui-with-gitlab", + "smartui-with-bitbucket", + "smartui-with-semaphore", + "smartui-with-azure", + "smartui-with-buildkite", + "smartui-with-circle-ci", + "smartui-with-travis-ci" + ], + }, + ] + }, { type: "category", collapsed: true, @@ -2844,37 +2868,6 @@ module.exports = { "espresso-visual-regression", ] }, - { - type: "category", - collapsed: true, - label: "Integrations with SmartUI", - items: [ - "smartui-slack-integration", - { - type: "category", - collapsed: true, - label: "Integrate with CI/CD tools", - items: [ - "smartui-with-github-actions", - "smartui-with-gitlab", - "smartui-with-bitbucket", - "smartui-with-semaphore", - "smartui-with-azure", - "smartui-with-buildkite", - "smartui-with-circle-ci", - "smartui-with-travis-ci" - ], - }, - { - type: "category", - collapsed: true, - label: "Trigger Visual Tests from CI/CD tools", - items: [ - "smartui-github-app-integration", - ], - }, - ] - }, ], ],