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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user