mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
docs updates, waveterm.dev, faq, slashcommands, remove api ref
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: FAQ
|
||||
---
|
||||
|
||||
## Tabs
|
||||
|
||||
#### How to change the name of a tab?
|
||||
|
||||
```/screen:set name="new name"```
|
||||
|
||||
#### How to change the color of a tab?
|
||||
|
||||
```/screen:set tabcolor=blue```
|
||||
|
||||
## Sessions
|
||||
|
||||
#### How to change the name of a session?
|
||||
|
||||
```/session:set name="new name"```
|
||||
|
||||
## Remotes/Connections
|
||||
|
||||
#### How to manually install waveshell on the current remote?
|
||||
|
||||
```/remote:install```
|
||||
|
||||
#### How to manually connect a remote?
|
||||
|
||||
```/remote:connect```
|
||||
|
||||
#### How to manually disconnect a remote?
|
||||
|
||||
```/remote:disconnect```
|
||||
|
||||
|
||||
@@ -23,13 +23,9 @@
|
||||
],
|
||||
"topbarCtaButton": {
|
||||
"name": "Download Wave",
|
||||
"url": "https://commandline.dev/download"
|
||||
"url": "https://www.waveterm.dev/download"
|
||||
},
|
||||
"tabs": [
|
||||
{
|
||||
"name": "API Reference",
|
||||
"url": "api-reference"
|
||||
}
|
||||
],
|
||||
"anchors": [
|
||||
{
|
||||
@@ -41,11 +37,6 @@
|
||||
"name": "Join our Discord",
|
||||
"icon": "discord",
|
||||
"url": "https://discord.gg/XfvZ334gwU"
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"icon": "newspaper",
|
||||
"url": "https://commandline.dev/blog"
|
||||
}
|
||||
],
|
||||
"navigation": [
|
||||
@@ -54,7 +45,8 @@
|
||||
"pages": [
|
||||
"introduction",
|
||||
"quickstart",
|
||||
"releasenotes"
|
||||
"releasenotes",
|
||||
"faq"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -71,7 +63,7 @@
|
||||
"group": "Reference",
|
||||
"pages": [
|
||||
"reference/keyboard",
|
||||
"reference/metacommands"
|
||||
"reference/slashcommands"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -90,8 +82,8 @@
|
||||
}
|
||||
],
|
||||
"footerSocials": {
|
||||
"twitter": "https://x.com/commandlinedev",
|
||||
"github": "https://github.com/wavetermdev",
|
||||
"twitter": "https://x.com/wavetermdev",
|
||||
"github": "https://github.com/wavetermdev/waveterm",
|
||||
"linkedin": "https://www.linkedin.com/company/commandlinedev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: MetaCommand Reference
|
||||
title: SlashCommand Reference
|
||||
---
|
||||
|
||||
## /comment
|
||||
Reference in New Issue
Block a user