From 52542d908ca28b6ddd6728c454da29de31afcb63 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 9 Nov 2023 12:55:38 -0800 Subject: [PATCH] docs updates, waveterm.dev, faq, slashcommands, remove api ref --- faq.md | 35 +++++++++++++++++++ mint.json | 22 ++++-------- .../{metacommands.mdx => slashcommands.mdx} | 2 +- 3 files changed, 43 insertions(+), 16 deletions(-) create mode 100644 faq.md rename reference/{metacommands.mdx => slashcommands.mdx} (99%) diff --git a/faq.md b/faq.md new file mode 100644 index 0000000..54b8b36 --- /dev/null +++ b/faq.md @@ -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``` + + diff --git a/mint.json b/mint.json index 690fa29..7dba968 100644 --- a/mint.json +++ b/mint.json @@ -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" } -} \ No newline at end of file +} diff --git a/reference/metacommands.mdx b/reference/slashcommands.mdx similarity index 99% rename from reference/metacommands.mdx rename to reference/slashcommands.mdx index b633d72..f2f1e10 100644 --- a/reference/metacommands.mdx +++ b/reference/slashcommands.mdx @@ -1,5 +1,5 @@ --- -title: MetaCommand Reference +title: SlashCommand Reference --- ## /comment