Files
Dorod-Sky/docs/mint.json

103 lines
2.3 KiB
JSON
Raw Normal View History

2024-03-02 00:44:02 -05:00
{
"$schema": "https://mintlify.com/schema.json",
2024-03-19 23:12:53 -07:00
"name": "Skyvern",
2024-03-02 00:44:02 -05:00
"logo": {
2024-03-19 23:12:53 -07:00
"dark": "/images/skyvern_logo.png",
"light": "/images/skyvern_logo_blackbg.png"
2024-03-02 00:44:02 -05:00
},
2024-03-19 23:12:53 -07:00
"favicon": "/images/skyvern_favicon.png",
2024-03-02 00:44:02 -05:00
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
2024-03-19 23:12:53 -07:00
"name": "Discord",
2024-05-27 10:02:20 -04:00
"url": "https://discord.gg/fG2XXEuQX3"
}, {
"name": "Github",
"url": "https://github.com/Skyvern-AI/Skyvern/"
2024-03-02 00:44:02 -05:00
}
],
"topbarCtaButton": {
2024-05-27 10:02:20 -04:00
"name": "Try Skyvern Cloud",
"url": "https://app.skyvern.com"
2024-03-02 00:44:02 -05:00
},
"anchors": [
{
2024-05-27 10:02:20 -04:00
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.skyvern.com"
2024-03-02 00:44:02 -05:00
},
{
"name": "Community",
2024-03-19 23:12:53 -07:00
"icon": "discord",
"url": "https://discord.gg/fG2XXEuQX3"
2024-03-02 00:44:02 -05:00
},
{
2024-03-19 23:12:53 -07:00
"name": "Github",
"icon": "github",
"url": "https://github.com/Skyvern-AI/Skyvern/"
2024-05-27 10:02:20 -04:00
},
{
"name": "Skyvern Cloud",
"icon": "cloud",
"url": "https://app.skyvern.com"
},
{
"name": "Book a demo",
"icon": "calendar",
"url": "https://meetings.hubspot.com/suchintan"
2024-03-02 00:44:02 -05:00
}
],
"navigation": [
{
"group": "Getting Started",
2024-03-02 00:44:02 -05:00
"pages": [
"introduction",
2024-08-28 10:01:16 -04:00
"getting-started/skyvern-in-action",
"getting-started/prompting-guide"
2024-03-02 00:44:02 -05:00
]
},
{
"group": "Tasks",
2024-03-02 00:44:02 -05:00
"pages": [
2024-03-19 23:12:53 -07:00
"running-tasks/introduction",
"running-tasks/api-spec",
2024-06-18 01:53:18 -04:00
"running-tasks/webhooks-faq",
"running-tasks/visualizing-results",
2024-06-18 01:53:18 -04:00
"running-tasks/advanced-features"
2024-03-02 00:44:02 -05:00
]
},
{
"group": "Workflows (Beta)",
2024-03-02 00:44:02 -05:00
"pages": [
"workflows/introduction",
"workflows/creating-workflows",
"workflows/getting-workflows",
"workflows/running-workflows",
"workflows/workflow-blocks"
2024-03-02 00:44:02 -05:00
]
},
{
"group": "Integrations",
2024-03-02 00:44:02 -05:00
"pages": [
"integrations/zapier",
"integrations/make.com",
"integrations/api"
2024-03-02 00:44:02 -05:00
]
}
],
"feedback.thumbsRating": true,
2024-03-02 00:44:02 -05:00
"footerSocials": {
2024-03-19 23:12:53 -07:00
"twitter": "https://twitter.com/skyvernai",
"github": "https://github.com/skyvern-ai/skyvern/",
"linkedin": "https://www.linkedin.com/company/skyvern"
2024-03-02 00:44:02 -05:00
}
}