Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 67 additions & 74 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
]
},
{
Expand All @@ -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,
Expand Down Expand Up @@ -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",
],
},
]
},
],
],

Expand Down
Loading