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