docs: pre-release documentation fixes

- Remove non-existent 'move' strategy from CLI docs
- Update installation guide for v5 release (remove beta note, fix clone cmd)
- Add fontOrigin configuration documentation
- Document layout condition property with available presets
- Add optional title font to typography example
This commit is contained in:
saberzero1
2026-05-24 17:10:10 +02:00
parent 0d9b356046
commit 6b3c72d11e
4 changed files with 28 additions and 5 deletions

View File

@@ -9,13 +9,10 @@ This page walks you through the full Quartz setup: from cloning the repository t
## 1. Clone Quartz
```bash
git clone -b v5 https://github.com/jackyzha0/quartz.git
git clone https://github.com/jackyzha0/quartz.git
cd quartz
```
> [!note]
> Quartz 5 is currently in beta, so the default branch is still v4. The `-b v5` flag ensures you clone the right branch.
## 2. Install Dependencies
```bash