docs updates, waveterm.dev, faq, slashcommands, remove api ref

This commit is contained in:
sawka
2023-11-09 12:55:38 -08:00
parent 6a1aaa40f8
commit 52542d908c
3 changed files with 43 additions and 16 deletions
+35
View File
@@ -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```
+7 -15
View File
@@ -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