You've already forked waveterm-docs-old
mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-04-22 15:22:42 -07:00
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Wave Terminal",
|
|
"logo": {
|
|
"dark": "/logo/wave-logo_horizontal-coloronblack.svg",
|
|
"light": "/logo/wave-logo_horizontal-coloronwhite.svg"
|
|
},
|
|
"favicon": "/wave-logo_appicon.svg",
|
|
"colors": {
|
|
"primary": "#58C142",
|
|
"light": "#35A118",
|
|
"dark": "#58C142",
|
|
"anchors": {
|
|
"from": "#58C142",
|
|
"to": "#35A118"
|
|
}
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Support",
|
|
"url": "mailto:info@commandline.dev"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Download Wave",
|
|
"url": "https://www.waveterm.dev/download"
|
|
},
|
|
"tabs": [
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Github",
|
|
"icon": "github",
|
|
"url": "https://github.com/wavetermdev/waveterm"
|
|
},
|
|
{
|
|
"name": "Join our Discord",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/XfvZ334gwU"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
"releasenotes"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"features/appearance",
|
|
"features/connections",
|
|
"features/history",
|
|
"features/images",
|
|
"features/markdown"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": [
|
|
"reference/faq",
|
|
"reference/keyboard",
|
|
"reference/slashcommands"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"github": "https://github.com/wavetermdev/waveterm",
|
|
"twitter": "https://x.com/wavetermdev",
|
|
"linkedin": "https://www.linkedin.com/company/commandlinedev"
|
|
}
|
|
}
|