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
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"$schema":"https://mintlify.com/schema.json",
|
|
"name":"WaveLegacy Documentation",
|
|
"logo":{
|
|
"dark":"/logo/wave-dark.png",
|
|
"light":"/logo/wave-light.png"
|
|
},
|
|
"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-legacy"
|
|
},
|
|
"tabs":[
|
|
|
|
],
|
|
"anchors":[
|
|
{
|
|
"name":"Github",
|
|
"icon":"github",
|
|
"url":"https://github.com/wavetermdev/waveterm"
|
|
},
|
|
{
|
|
"name":"Join our Discord",
|
|
"icon":"discord",
|
|
"url":"https://discord.gg/XfvZ334gwU"
|
|
},
|
|
{
|
|
"name":"WaveTerm Blog",
|
|
"icon":"square-up-right",
|
|
"url":"https://blog.waveterm.dev"
|
|
}
|
|
],
|
|
"navigation":[
|
|
{
|
|
"group":"Get Started",
|
|
"pages":[
|
|
"introduction",
|
|
"quickstart",
|
|
"releasenotes"
|
|
]
|
|
},
|
|
{
|
|
"group":"Features",
|
|
"pages":[
|
|
"features/waveAI",
|
|
"features/codeedit",
|
|
"features/fileViewers",
|
|
"features/history",
|
|
"features/connections",
|
|
"features/appearance"
|
|
]
|
|
},
|
|
{
|
|
"group":"Reference",
|
|
"pages":[
|
|
"reference/faq",
|
|
"reference/customKeybindings",
|
|
"reference/keyboard",
|
|
"reference/slashcommands",
|
|
"reference/telemetry",
|
|
"reference/waveshell"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials":{
|
|
"github":"https://github.com/wavetermdev/waveterm",
|
|
"twitter":"https://x.com/wavetermdev",
|
|
"linkedin":"https://www.linkedin.com/company/commandlinedev"
|
|
}
|
|
}
|