mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
improve docs
This commit is contained in:
@@ -28,4 +28,6 @@ npm run docs:build
|
|||||||
|
|
||||||
# Preview production build
|
# Preview production build
|
||||||
npm run docs:preview
|
npm run docs:preview
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note**: New pages are automatically routed based on their folder structure (e.g., `docs/docs/index.md` maps to `/docs/index`). To add them to the sidebar, update the `sidebar` configuration in `.vitepress/config.js`.
|
||||||
@@ -45,7 +45,7 @@ You may import or export themes using the buttons at the bottom-left of the them
|
|||||||
|
|
||||||
The below video demonstrates using the theme editor to make changes to the Dark theme color pallet.
|
The below video demonstrates using the theme editor to make changes to the Dark theme color pallet.
|
||||||
|
|
||||||
[](https://github.com/user-attachments/assets/05c0cb7f-578f-4465-9691-77d694111349)
|
<video src="https://github.com/user-attachments/assets/05c0cb7f-578f-4465-9691-77d694111349" controls></video>
|
||||||
|
|
||||||
## Command Line Interface
|
## Command Line Interface
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
This walkthrough should get you up and running with Libation on your Mac.
|
This walkthrough should get you up and running with Libation on your Mac.
|
||||||
|
|
||||||
## Supports macOS 13 (Ventura) and above
|
> [!WARNING] Supports macOS 13 (Ventura) and above
|
||||||
|
|
||||||
## Install Libation
|
### Install Libation
|
||||||
|
|
||||||
- Download the file from the latest release and extract it.
|
- Download the file from the latest release and extract it.
|
||||||
- Apple Silicon (M1, M2, ...): `Libation.x.x.x-macOS-chardonnay-`**arm64**`.dmg`
|
- Apple Silicon (M1, M2, ...): `Libation.x.x.x-macOS-chardonnay-`**arm64**`.dmg`
|
||||||
@@ -39,4 +39,4 @@ Then use `./LibationCli` to execute a command.
|
|||||||
|
|
||||||
## Get Libation Running on Mac
|
## Get Libation Running on Mac
|
||||||
|
|
||||||
[Run Libation on MacOS](https://user-images.githubusercontent.com/37587114/219271379-a922e4e1-48a0-48e4-bd81-48aa1226a4f5.mp4)
|
<video src="https://user-images.githubusercontent.com/37587114/219271379-a922e4e1-48a0-48e4-bd81-48aa1226a4f5.mp4" controls></video>
|
||||||
|
|||||||
Reference in New Issue
Block a user