diff --git a/account-view/environments.mdx b/advanced/environments.mdx similarity index 100% rename from account-view/environments.mdx rename to advanced/environments.mdx diff --git a/changelog/changelog.mdx b/changelog.mdx similarity index 100% rename from changelog/changelog.mdx rename to changelog.mdx diff --git a/get-started/debugtopus.mdx b/debugtopus.mdx similarity index 100% rename from get-started/debugtopus.mdx rename to debugtopus.mdx diff --git a/get-started/edit-test-case.mdx b/edit-test-case.mdx similarity index 100% rename from get-started/edit-test-case.mdx rename to edit-test-case.mdx diff --git a/get-started/execute-test-cases.mdx b/execute-test-cases.mdx similarity index 100% rename from get-started/execute-test-cases.mdx rename to execute-test-cases.mdx diff --git a/get-started/execution-without-ci.mdx b/execution-without-ci.mdx similarity index 100% rename from get-started/execution-without-ci.mdx rename to execution-without-ci.mdx diff --git a/get-started/first-steps.mdx b/first-steps.mdx similarity index 100% rename from get-started/first-steps.mdx rename to first-steps.mdx diff --git a/get-started/generate-more-test-cases.mdx b/generate-more-test-cases.mdx similarity index 100% rename from get-started/generate-more-test-cases.mdx rename to generate-more-test-cases.mdx diff --git a/integrations/integrations-overview.mdx b/integrations-overview.mdx similarity index 82% rename from integrations/integrations-overview.mdx rename to integrations-overview.mdx index 78ce5a5..9110418 100644 --- a/integrations/integrations-overview.mdx +++ b/integrations-overview.mdx @@ -19,12 +19,10 @@ We'll happily take over and maintain them further. - - Integrate with your GitHub + - - Integrate with your Azure DevOps + @@ -36,15 +34,12 @@ We'll happily take over and maintain them further. - Integrate with Vercel - Integrate with Jenkins - Integrate with other CI pipelines diff --git a/maintain/maintain-tests.mdx b/maintain-tests.mdx similarity index 100% rename from maintain/maintain-tests.mdx rename to maintain-tests.mdx diff --git a/maintain/mark-tests-as-active.mdx b/mark-tests-as-active.mdx similarity index 100% rename from maintain/mark-tests-as-active.mdx rename to mark-tests-as-active.mdx diff --git a/mint.json b/mint.json index 03f1193..bb96059 100644 --- a/mint.json +++ b/mint.json @@ -15,7 +15,6 @@ "modeToggle": { "default": "dark" }, - "layout": "topnav", "favicon": "/logo/favicon.svg", "colors": { "primary": "#00E2AA", @@ -26,68 +25,69 @@ "light": "#FFFFFF" } }, - "topbarLinks": [ + "topAnchor": { + "name": "Documentation", + "icon": "octopus-deploy", + "iconType": "solid" + }, + "anchors": [ { "name": "GitHub", + "icon": "github", "url": "https://github.com/OctoMind-dev" }, { "name": "Get easy help", + "icon": "discord", "url": "https://discord.gg/3ShnZMKRfA" - } - ], - "topbarCtaButton": { - "name": "Go to app", - "url": "https://app.octomind.dev/setup/url?utm_source=docs&utm_medium=txt-lnk" - }, - "primaryTab": { - "name": "Documentation" - }, - "tabs": [ - { - "name": "Guides", - "url": "guides" }, { "name": "API Reference", + "openapi": "/openapi.yaml", "url": "api-reference", - "openapi": "/openapi.yaml" - }, - { - "name": "Integrations", - "url": "integrations" - }, + "icon": "square-terminal" + } + ], + "topbarLinks": [ { - "name": "Changelog", - "url": "changelog" + "name": "About", + "url": "https://www.octomind.dev/about" } ], + "topbarCtaButton": { + "name": "Go to app", + "url": "https://app.octomind.dev/setup/url?utm_source=docs&utm_medium=txt-lnk" + }, "navigation": [ { - "group": "Get started", + "group": "Get Started", + "pages": ["first-steps"] + }, + { + "group": "Expand Your Test Suite", "pages": [ - "get-started/first-steps", - "get-started/generate-more-test-cases", - "get-started/new-test-case", - "get-started/edit-test-case", - "get-started/execute-test-cases", - "get-started/scheduled-execution", - "get-started/execution-without-ci", - "get-started/debugtopus" + "generate-more-test-cases", + "new-test-case", + "test-case-creation-strategy" ] }, { - "group": "Changelog", - "pages": ["changelog/changelog"] + "group": "Execute Your Tests", + "pages": [ + "execute-test-cases", + "debugtopus", + "scheduled-execution", + "integrations-overview", + "execution-without-ci" + ] }, { "group": "Maintain Your Tests", - "pages": ["maintain/maintain-tests", "maintain/mark-tests-as-active"] + "pages": ["edit-test-case", "maintain-tests", "mark-tests-as-active"] }, { - "group": "Integrations", + "group": "CI integrations", "pages": [ - "integrations/integrations-overview", "integrations/quickstart-GitHub", "integrations/quickstart-Azure", "integrations/quickstart-Vercel", @@ -96,21 +96,10 @@ ] }, { - "group": "Guides", - "pages": [ - "guides/test-creation-best-practices", - "guides/test-debugging-1", - "guides/test-debugging-2", - "guides/test-debugging-3", - "guides/test-debugging-4" - ] - }, - { - "group": "Account & views", + "group": "Account & Views", "pages": [ "account-view/account", "account-view/projects", - "account-view/environments", "account-view/test-cases", "account-view/test-reports" ] @@ -119,6 +108,7 @@ "group": "Advanced", "pages": [ "advanced/variables", + "advanced/environments", "advanced/rate-limiting", "proxy/private-location", "proxy/proxy-settings", @@ -129,7 +119,11 @@ ] }, { - "group": "More info", + "group": "Changelog", + "pages": ["changelog"] + }, + { + "group": "More Info", "pages": [ "more-info/faq", "more-info/octo-dictionary", @@ -137,7 +131,7 @@ ] }, { - "group": "Data governance", + "group": "Data Governance", "pages": ["data-governance/no-code-access", "data-governance/nda"] } ], diff --git a/get-started/new-test-case.mdx b/new-test-case.mdx similarity index 100% rename from get-started/new-test-case.mdx rename to new-test-case.mdx diff --git a/advanced/private-location.mdx b/private-location.mdx similarity index 100% rename from advanced/private-location.mdx rename to private-location.mdx diff --git a/get-started/scheduled-execution.mdx b/scheduled-execution.mdx similarity index 100% rename from get-started/scheduled-execution.mdx rename to scheduled-execution.mdx