diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93bfd12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +.DS_Store diff --git a/introduction.mdx b/introduction.mdx index b7b6512..8e0f33a 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -12,7 +12,7 @@ Wave is the modern, open source terminal for seamless workflows. /> Hero Dark diff --git a/logo/wave-dark.png b/logo/wave-dark.png new file mode 100644 index 0000000..552cf00 Binary files /dev/null and b/logo/wave-dark.png differ diff --git a/mint.json b/mint.json index b0ce12c..2ab6744 100644 --- a/mint.json +++ b/mint.json @@ -2,7 +2,7 @@ "$schema": "https://mintlify.com/schema.json", "name": "Wave Terminal", "logo": { - "dark": "/logo/wave-logo_horizontal-coloronblack.svg", + "dark": "/logo/wave-dark.png", "light": "/logo/wave-logo_horizontal-coloronwhite.svg" }, "favicon": "/wave-logo_appicon.svg", diff --git a/quickstart.mdx b/quickstart.mdx index d3ca6b7..8c045a3 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -18,17 +18,17 @@ You type commands into the input box at the bottom of the screen like normal, an -### Workspaces and Screens (Tabs) +### Workspaces and Tabs - - So far we’ve been working in one screen (tab). You can easily create a new screen (tab) by clicking the “+” in the tab bar, or by pressing “Cmd-T”. Switching between tabs can be done with the mouse or by using “Cmd-[digit]” to switch to the nth tab. Cmd-LeftArrow and Cmd-RightArrow will also work to change tabs. + + So far we’ve been working in one tab. You can easily create a new tab by clicking the “+” in the tab bar, or by pressing “Cmd-T”. Switching between tabs can be done with the mouse or by using “Cmd-[digit]” to switch to the nth tab. Cmd-LeftArrow and Cmd-RightArrow will also work to change tabs. - Wave also has the concept of workspaces. A workspace is just a set of screens (tabs). You can see your workspaces listed in the left column of the UI. You start with 1 workspace named “default”. You can easily create a new workspace by clicking on the "+" left bar next to the label "Workspaces" or by using a “slash-command” (we’ll discuss those later). Each workspace is independent from the others. You can use workspaces to set up custom sets of tabs for different projects, common configurations, or different remote machines. In the future, Wave will support sharing workspaces with your team or having a joint shared workspace that everyone can view and contribute to. + Wave also has the concept of workspaces. A workspace is just a set of tabs. You can see your workspaces listed in the left column of the UI. You start with 1 workspace named “default”. You can easily create a new workspace by clicking on the "+" left bar next to the label "Workspaces" or by using a “slash-command” (we’ll discuss those later). Each workspace is independent from the others. You can use workspaces to set up custom sets of tabs for different projects, common configurations, or different remote machines. In the future, Wave will support sharing workspaces with your team or having a joint shared workspace that everyone can view and contribute to. -Workspaces and screens are persistent. The history and state of each tab is preserved across reboots, network disconnections, remote machine reboots, and time. Any command you’ve ever run in Wave will be remembered (unless of course you choose to delete it). +Workspaces and tabs are persistent. The history and state of each tab is preserved across reboots, network disconnections, remote machine reboots, and time. Any command you’ve ever run in Wave will be remembered (unless of course you choose to delete it). diff --git a/releasenotes.mdx b/releasenotes.mdx index fc3ed7f..784a1e9 100644 --- a/releasenotes.mdx +++ b/releasenotes.mdx @@ -11,6 +11,7 @@ title: Release Notes * Big updates to code structure (new mono-repo) * Simplifications to build process, webpack scripts * New Tab Screen to help initial tab setup +* Customize your tabs with new tab icons * New "Add Connection" Screen * New Onboarding Popup, gives access to set telemetry settings * Updated and simplified History UI