Skip to content

Commit

Permalink
Revert "Structure update (#337)" (#340)
Browse files Browse the repository at this point in the history
This reverts commit c7c0ac0.
  • Loading branch information
Germandrummer92 authored Dec 6, 2024
1 parent 04c5de4 commit 5f451b5
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 58 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ We'll happily take over and maintain them further.

<CardGroup cols={2}>

<Card title="GitHub" icon="github" href="/integrations/quickstart-GitHub">
Integrate with your GitHub
<Card title="GitHub" icon="github" href="integrations/quickstart-GitHub">
</Card>

<Card title="Azure DevOps" icon="microsoft" iconType="solid" href="/integrations/quickstart-Azure">
Integrate with your Azure DevOps
<Card title="Azure DevOps" icon="microsoft" iconType="solid" href="integrations/quickstart-Azure">
</Card>

</CardGroup>
Expand All @@ -36,15 +34,12 @@ We'll happily take over and maintain them further.
<CardGroup cols={2}>

<Card title="Vercel CI" icon="triangle" iconType="sharp-solid" href="integrations/quickstart-Vercel">
Integrate with Vercel
</Card>

<Card title="Jenkins" icon="jenkins" iconType="solid" href="integrations/quickstart-Jenkins">
Integrate with Jenkins
</Card>

<Card title="Other" icon="person-digging" iconType="solid" href="integrations/quickstart-Other">
Integrate with other CI pipelines
</Card>

</CardGroup>
Expand Down
File renamed without changes.
File renamed without changes.
96 changes: 45 additions & 51 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"modeToggle": {
"default": "dark"
},
"layout": "topnav",
"favicon": "/logo/favicon.svg",
"colors": {
"primary": "#00E2AA",
Expand All @@ -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",
Expand All @@ -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"
]
Expand All @@ -119,6 +108,7 @@
"group": "Advanced",
"pages": [
"advanced/variables",
"advanced/environments",
"advanced/rate-limiting",
"proxy/private-location",
"proxy/proxy-settings",
Expand All @@ -129,15 +119,19 @@
]
},
{
"group": "More info",
"group": "Changelog",
"pages": ["changelog"]
},
{
"group": "More Info",
"pages": [
"more-info/faq",
"more-info/octo-dictionary",
"more-info/under-the-hood"
]
},
{
"group": "Data governance",
"group": "Data Governance",
"pages": ["data-governance/no-code-access", "data-governance/nda"]
}
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f451b5

Please sign in to comment.