improve docs

This commit is contained in:
radiorambo
2025-12-16 13:06:44 +05:30
parent 6fa69b603e
commit 1c55c8533a
3 changed files with 7 additions and 5 deletions

View File

@@ -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`.

View File

@@ -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

View File

@@ -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>