You've already forked waveterm-docs-old
mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-04-22 15:22:42 -07:00
update logo (smaller wave), remove 'screens' (change to 'tabs'). added tabicons to release notes
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
*~
|
||||
.DS_Store
|
||||
+1
-1
@@ -12,7 +12,7 @@ Wave is the modern, open source terminal for seamless workflows.
|
||||
/>
|
||||
<img
|
||||
className="hidden dark:block"
|
||||
src="/logo/wave-logo_horizontal-coloronblack.svg"
|
||||
src="/logo/wave-dark.png"
|
||||
alt="Hero Dark"
|
||||
/>
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -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",
|
||||
|
||||
+5
-5
@@ -18,17 +18,17 @@ You type commands into the input box at the bottom of the screen like normal, an
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
### Workspaces and Screens (Tabs)
|
||||
### Workspaces and Tabs
|
||||
|
||||
<AccordionGroup>
|
||||
|
||||
<Accordion icon="message-bot" title="Create new Screens">
|
||||
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.
|
||||
<Accordion icon="message-bot" title="Create New 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.
|
||||
</Accordion>
|
||||
<Accordion icon="rocket" title="Create New Workspace">
|
||||
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).
|
||||
</Accordion>
|
||||
|
||||
</AccordionGroup>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user