Skip to content

Commit 00a5db9

Browse files
committed
improved the sidebar
1 parent 0ea3bea commit 00a5db9

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

sidebars.js

Lines changed: 60 additions & 60 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,
@@ -2805,6 +2776,35 @@ module.exports = {
28052776
"smartui-sdk-fetch-results",
28062777
]
28072778
},
2779+
"smartui-cli",
2780+
"smartui-cli-figma",
2781+
{
2782+
type: "category",
2783+
collapsed: true,
2784+
label: "Bring your Own Screenshots",
2785+
items: [
2786+
{
2787+
type: "doc",
2788+
label: "Upload through CLI",
2789+
id: "smartui-cli-upload",
2790+
},
2791+
{
2792+
type: "doc",
2793+
label: "Upload through API",
2794+
id: "smartui-upload-api-v2",
2795+
},
2796+
],
2797+
},
2798+
{
2799+
type: "category",
2800+
collapsed: true,
2801+
label: "Component Testing",
2802+
items: [
2803+
"smart-ui-storybook",
2804+
"smartui-git-branching-strategy"
2805+
]
2806+
},
2807+
"smartui-sdk-config-options",
28082808
]
28092809
},
28102810
{
@@ -2813,6 +2813,37 @@ module.exports = {
28132813
label: "Difference Option",
28142814
items: ["smartui-smartignore"]
28152815
},
2816+
{
2817+
type: "category",
2818+
collapsed: true,
2819+
label: "Integrations with SmartUI",
2820+
items: [
2821+
{
2822+
type: "category",
2823+
collapsed: true,
2824+
label: "Trigger Visual Tests from CI/CD tools",
2825+
items: [
2826+
"smartui-github-app-integration",
2827+
],
2828+
},
2829+
"smartui-slack-integration",
2830+
{
2831+
type: "category",
2832+
collapsed: true,
2833+
label: "Integrate with CI/CD tools",
2834+
items: [
2835+
"smartui-with-github-actions",
2836+
"smartui-with-gitlab",
2837+
"smartui-with-bitbucket",
2838+
"smartui-with-semaphore",
2839+
"smartui-with-azure",
2840+
"smartui-with-buildkite",
2841+
"smartui-with-circle-ci",
2842+
"smartui-with-travis-ci"
2843+
],
2844+
},
2845+
]
2846+
},
28162847
{
28172848
type: "category",
28182849
collapsed: true,
@@ -2844,37 +2875,6 @@ module.exports = {
28442875
"espresso-visual-regression",
28452876
]
28462877
},
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-
},
28782878
],
28792879
],
28802880

0 commit comments

Comments
 (0)