docs: update navigation bars (#114)

This commit is contained in:
Suchintan 2024-03-19 23:12:53 -07:00 committed by GitHub
parent 1e933b703f
commit 042fba91ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2457 additions and 39 deletions

View file

@ -1 +0,0 @@
../images/

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

View file

@ -1,11 +1,11 @@
{ {
"$schema": "https://mintlify.com/schema.json", "$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit", "name": "Skyvern",
"logo": { "logo": {
"dark": "/logo/dark.svg", "dark": "/images/skyvern_logo.png",
"light": "/logo/light.svg" "light": "/images/skyvern_logo_blackbg.png"
}, },
"favicon": "/favicon.svg", "favicon": "/images/skyvern_favicon.png",
"colors": { "colors": {
"primary": "#0D9373", "primary": "#0D9373",
"light": "#07C983", "light": "#07C983",
@ -17,35 +17,29 @@
}, },
"topbarLinks": [ "topbarLinks": [
{ {
"name": "Support", "name": "Discord",
"url": "mailto:hi@mintlify.com" "url": "https://skyvern.com/pricing"
} }
], ],
"topbarCtaButton": { "topbarCtaButton": {
"name": "Dashboard", "name": "Github",
"url": "https://dashboard.mintlify.com" "url": "https://github.com/Skyvern-AI/Skyvern/"
}, },
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [ "anchors": [
{ {
"name": "Documentation", "name": "Documentation",
"icon": "book-open-cover", "icon": "book-open-cover",
"url": "https://mintlify.com/docs" "url": "https://docs.skyvern.com"
}, },
{ {
"name": "Community", "name": "Community",
"icon": "slack", "icon": "discord",
"url": "https://mintlify.com/community" "url": "https://discord.gg/fG2XXEuQX3"
}, },
{ {
"name": "Blog", "name": "Github",
"icon": "newspaper", "icon": "github",
"url": "https://mintlify.com/blog" "url": "https://github.com/Skyvern-AI/Skyvern/"
} }
], ],
"navigation": [ "navigation": [
@ -53,39 +47,40 @@
"group": "Get Started", "group": "Get Started",
"pages": [ "pages": [
"introduction", "introduction",
"quickstart", "getting-started"
"development"
] ]
}, },
{ {
"group": "Essentials", "group": "Running Tasks",
"pages": [ "pages": [
"essentials/markdown", "running-tasks/introduction",
"essentials/code", "running-tasks/advanced-features",
"essentials/images", "running-tasks/api-spec",
"essentials/settings", "running-tasks/prompting-tips",
"essentials/navigation", "running-tasks/faq"
"essentials/reusable-snippets"
] ]
}, },
{ {
"group": "API Documentation", "group": "Visualizer",
"pages": [ "pages": [
"api-reference/introduction" "visualizer/set-up",
"visualizer/tasks-and-steps",
"visualizer/debugging-a-step",
"visualizer/faq"
] ]
}, },
{ {
"group": "Endpoint Examples", "group": "Workflows",
"pages": [ "pages": [
"api-reference/endpoint/get", "workflows/introduction",
"api-reference/endpoint/create", "workflows/components",
"api-reference/endpoint/delete" "workflows/faq"
] ]
} }
], ],
"footerSocials": { "footerSocials": {
"twitter": "https://twitter.com/mintlify", "twitter": "https://twitter.com/skyvernai",
"github": "https://github.com/mintlify", "github": "https://github.com/skyvern-ai/skyvern/",
"linkedin": "https://www.linkedin.com/company/mintsearch" "linkedin": "https://www.linkedin.com/company/skyvern"
} }
} }