From 6693e66098460bf0b2daf76c26de2651af0c14ae Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Tue, 10 Dec 2024 14:29:55 -0800 Subject: [PATCH] fix some docs formatting, link to other parts of the docs (#1471) --- docs/docs/faq.mdx | 2 ++ docs/docs/releasenotes.mdx | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/docs/faq.mdx b/docs/docs/faq.mdx index b34825415..25f17c066 100644 --- a/docs/docs/faq.mdx +++ b/docs/docs/faq.mdx @@ -66,6 +66,8 @@ Set these keys: Note: we set the `ai:*` key to true to clear all the existing "ai" keys so this config is a clean slate. + + ### How can I connect to Perplexity? Open your [config file](./config) in Wave using `wsh editconfig`. diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index 7e78e34ff..eaaaceee1 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -11,13 +11,13 @@ sidebar_position: 200 Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple work environments. We've added powerful new command execution capabilities with `wsh run`, allowing you to launch and control commands in dedicated blocks. This release also brings significant improvements to SSH with a new connections configuration system for managing your remote environments. - **Workspaces**: Organize your work into separate environments, each with their own tabs, layouts, and settings -- **Command Blocks**: New `wsh run` command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control -- **[Connections]** New configuration system for managing SSH connections, with support for WSH-free operation -- **[UI]** Improved tab management with better switching behavior and context menus +- **Command Blocks**: New `wsh run` command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control ([docs](/wsh#run)) +- **Connections**: New configuration system for managing SSH connections, with support for wsh-free operation ([docs](/connections)) +- Improved tab management with better switching behavior and context menus (many bug fixes) - New tab features including pinned tabs and drag-and-drop improvements - Create, rename, and delete files/directories directly in directory preview -- Added Perplexity API integration -- `wsh setbg` command for background handling +- Added Perplexity API integration ([docs](/faq#perplexity)) +- `wsh setbg` command for background handling ([docs](/wsh#setbg)) - Switched from Less to SCSS for styling - [bugfix] Fixed tab flickering issues during tab switches - [bugfix] Corrected WaveAI text area resize behavior