Skip to content

Commit c4578b5

Browse files
authored
Merge pull request #1143 from Aman1905/stage
improved the sidebar
2 parents 0ea3bea + 2eeadbd commit c4578b5

File tree

1 file changed

+67
-74
lines changed

1 file changed

+67
-74
lines changed

sidebars.js

Lines changed: 67 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,35 +2686,6 @@ module.exports = {
26862686
collapsed: true,
26872687
label: "CLI Setup and Configurations",
26882688
items: [
2689-
"smartui-cli",
2690-
"smartui-cli-figma",
2691-
{
2692-
type: "category",
2693-
collapsed: true,
2694-
label: "Bring your Own Screenshots",
2695-
items: [
2696-
{
2697-
type: "doc",
2698-
label: "Upload through CLI",
2699-
id: "smartui-cli-upload",
2700-
},
2701-
{
2702-
type: "doc",
2703-
label: "Upload through API",
2704-
id: "smartui-upload-api-v2",
2705-
},
2706-
],
2707-
},
2708-
{
2709-
type: "category",
2710-
collapsed: true,
2711-
label: "Component Testing",
2712-
items: [
2713-
"smart-ui-storybook",
2714-
"smartui-git-branching-strategy"
2715-
]
2716-
},
2717-
"smartui-sdk-config-options",
27182689
{
27192690
type: "category",
27202691
collapsed: true,
@@ -2785,26 +2756,48 @@ module.exports = {
27852756
{
27862757
type: "category",
27872758
collapsed: true,
2788-
label: "Visual Testing Features",
2759+
label: "Stabilize Your Screenshots",
27892760
items: [
2790-
{
2791-
type: "category",
2792-
collapsed: true,
2793-
label: "Stabilize Your Screenshots",
2794-
items: [
2795-
"smartui-freeze-animations",
2796-
"smartui-handle-dynamic-data",
2797-
"smartui-handle-videos",
2798-
"smartui-handle-lazy-loading",
2799-
"smartui-handle-sticky-elements"
2800-
]
2801-
},
2802-
"smartui-cli-responsive-dom",
2761+
"smartui-freeze-animations",
2762+
"smartui-handle-dynamic-data",
2763+
"smartui-handle-videos",
2764+
"smartui-handle-lazy-loading",
2765+
"smartui-handle-sticky-elements"
28032766
]
28042767
},
2768+
"smartui-cli-responsive-dom",
28052769
"smartui-sdk-fetch-results",
28062770
]
28072771
},
2772+
"smartui-cli",
2773+
"smartui-cli-figma",
2774+
{
2775+
type: "category",
2776+
collapsed: true,
2777+
label: "Bring your Own Screenshots",
2778+
items: [
2779+
{
2780+
type: "doc",
2781+
label: "Upload through CLI",
2782+
id: "smartui-cli-upload",
2783+
},
2784+
{
2785+
type: "doc",
2786+
label: "Upload through API",
2787+
id: "smartui-upload-api-v2",
2788+
},
2789+
],
2790+
},
2791+
{
2792+
type: "category",
2793+
collapsed: true,
2794+
label: "Component Testing",
2795+
items: [
2796+
"smart-ui-storybook",
2797+
"smartui-git-branching-strategy"
2798+
]
2799+
},
2800+
"smartui-sdk-config-options",
28082801
]
28092802
},
28102803
{
@@ -2813,6 +2806,37 @@ module.exports = {
28132806
label: "Difference Option",
28142807
items: ["smartui-smartignore"]
28152808
},
2809+
{
2810+
type: "category",
2811+
collapsed: true,
2812+
label: "Integrations with SmartUI",
2813+
items: [
2814+
{
2815+
type: "category",
2816+
collapsed: true,
2817+
label: "Trigger Visual Tests from CI/CD tools",
2818+
items: [
2819+
"smartui-github-app-integration",
2820+
],
2821+
},
2822+
"smartui-slack-integration",
2823+
{
2824+
type: "category",
2825+
collapsed: true,
2826+
label: "Integrate with CI/CD tools",
2827+
items: [
2828+
"smartui-with-github-actions",
2829+
"smartui-with-gitlab",
2830+
"smartui-with-bitbucket",
2831+
"smartui-with-semaphore",
2832+
"smartui-with-azure",
2833+
"smartui-with-buildkite",
2834+
"smartui-with-circle-ci",
2835+
"smartui-with-travis-ci"
2836+
],
2837+
},
2838+
]
2839+
},
28162840
{
28172841
type: "category",
28182842
collapsed: true,
@@ -2844,37 +2868,6 @@ module.exports = {
28442868
"espresso-visual-regression",
28452869
]
28462870
},
2847-
{
2848-
type: "category",
2849-
collapsed: true,
2850-
label: "Integrations with SmartUI",
2851-
items: [
2852-
"smartui-slack-integration",
2853-
{
2854-
type: "category",
2855-
collapsed: true,
2856-
label: "Integrate with CI/CD tools",
2857-
items: [
2858-
"smartui-with-github-actions",
2859-
"smartui-with-gitlab",
2860-
"smartui-with-bitbucket",
2861-
"smartui-with-semaphore",
2862-
"smartui-with-azure",
2863-
"smartui-with-buildkite",
2864-
"smartui-with-circle-ci",
2865-
"smartui-with-travis-ci"
2866-
],
2867-
},
2868-
{
2869-
type: "category",
2870-
collapsed: true,
2871-
label: "Trigger Visual Tests from CI/CD tools",
2872-
items: [
2873-
"smartui-github-app-integration",
2874-
],
2875-
},
2876-
]
2877-
},
28782871
],
28792872
],
28802873

0 commit comments

Comments
 (0)