mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-15 01:32:17 +01:00
Add icons to cards in docsite, adjust md padding (#1816)
This commit is contained in:
parent
03218c88dd
commit
a0c6694665
@ -21,37 +21,37 @@ Check out [Getting Started](./gettingstarted) for installation instructions.
|
|||||||
<CardGroup>
|
<CardGroup>
|
||||||
<Card
|
<Card
|
||||||
href="./customization"
|
href="./customization"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-paintbrush"
|
||||||
title="Customization"
|
title="Customization"
|
||||||
description="Set up tabs and terminals to match your workflow needs."
|
description="Set up tabs and terminals to match your workflow needs."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="./keybindings"
|
href="./keybindings"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-keyboard"
|
||||||
title="Key Bindings"
|
title="Key Bindings"
|
||||||
description="Boost efficiency with keyboard shortcuts for faster navigation."
|
description="Boost efficiency with keyboard shortcuts for faster navigation."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="./layout"
|
href="./layout"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-grid-2"
|
||||||
title="Layout"
|
title="Layout"
|
||||||
description="Organize your workspace using our layout system."
|
description="Organize your workspace using our layout system."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="./connections"
|
href="./connections"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-network-wired"
|
||||||
title="Remote Connections"
|
title="Remote Connections"
|
||||||
description="Quickly SSH or connect to remote machines in one step."
|
description="Quickly SSH or connect to remote machines in one step."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="./widgets"
|
href="./widgets"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-rocket"
|
||||||
title="Widgets"
|
title="Widgets"
|
||||||
description="Explore built-in tools to extend your terminal’s functionality."
|
description="Explore built-in tools to extend your terminal’s functionality."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="./wsh"
|
href="./wsh"
|
||||||
icon="fa-file-magnifying-glass"
|
icon="fa-rectangle-terminal"
|
||||||
title="wsh Command"
|
title="wsh Command"
|
||||||
description="Control Wave and launch widgets directly from the command line."
|
description="Control Wave and launch widgets directly from the command line."
|
||||||
/>
|
/>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
font-family: var(--markdown-font-family);
|
font-family: var(--markdown-font-family);
|
||||||
font-size: var(--markdown-font-size);
|
font-size: var(--markdown-font-size);
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
padding: 5px 15px;
|
padding: 5px 15px 10px 15px;
|
||||||
|
|
||||||
&.non-scrollable {
|
&.non-scrollable {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user