docs: updated links
This commit is contained in:
@@ -42,7 +42,7 @@ See [[Frontmatter]] for a complete list of frontmatter.
|
||||
## Syncing your Content
|
||||
|
||||
When your Quartz is at a point you're happy with, you can save your changes to GitHub.
|
||||
First, make sure you've [[getting-started/installation|already setup your GitHub repository]] and then do `npx quartz sync`.
|
||||
First, make sure you've [[installation|already setup your GitHub repository]] and then do `npx quartz sync`.
|
||||
|
||||
## Customization
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@ Welcome to Quartz! This section will walk you through setting up your digital ga
|
||||
|
||||
## Setup
|
||||
|
||||
1. **[[getting-started/installation|Installation]]** — Clone Quartz, create your repository, and push your first sync
|
||||
2. **[[getting-started/authoring-content|Authoring Content]]** — Write and organize your notes in the `content` folder
|
||||
1. **[[installation|Installation]]** — Clone Quartz, create your repository, and push your first sync
|
||||
2. **[[authoring-content|Authoring Content]]** — Write and organize your notes in the `content` folder
|
||||
3. **[[build|Building]]** — Preview your site locally with `npx quartz build --serve`
|
||||
4. **[[hosting|Hosting]]** — Deploy your Quartz site to the web
|
||||
|
||||
## Upgrading & Migrating
|
||||
|
||||
- **[[getting-started/upgrading|Upgrading Quartz]]** — Keep your Quartz installation up to date
|
||||
- **[[getting-started/migrating|Migrating to Quartz 5]]** — Migrate from Quartz 4 or Quartz 3
|
||||
- **[[upgrading|Upgrading Quartz]]** — Keep your Quartz installation up to date
|
||||
- **[[migrating|Migrating to Quartz 5]]** — Migrate from Quartz 4 or Quartz 3
|
||||
|
||||
@@ -5,9 +5,9 @@ aliases:
|
||||
- "migrating from Quartz 4"
|
||||
---
|
||||
|
||||
This guide covers migrating to Quartz 5 from previous versions. If you're already on Quartz 5 and want to update to the latest version, see [[getting-started/upgrading|Upgrading Quartz]] instead.
|
||||
This guide covers migrating to Quartz 5 from previous versions. If you're already on Quartz 5 and want to update to the latest version, see [[upgrading|Upgrading Quartz]] instead.
|
||||
|
||||
If you're new to Quartz entirely, skip this guide and follow the [[getting-started/installation|Installation guide]] instead.
|
||||
If you're new to Quartz entirely, skip this guide and follow the [[installation|Installation guide]] instead.
|
||||
|
||||
## Before You Start: Save Your Content
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ aliases:
|
||||
---
|
||||
|
||||
> [!note]
|
||||
> This is specifically a guide for upgrading your Quartz to a more recent update. If you are coming from Quartz 4 or Quartz 3, check out the [[getting-started/migrating|migration guide]] for more info.
|
||||
> This is specifically a guide for upgrading your Quartz to a more recent update. If you are coming from Quartz 4 or Quartz 3, check out the [[migrating|migration guide]] for more info.
|
||||
|
||||
To fetch the latest Quartz updates, simply run
|
||||
|
||||
@@ -26,7 +26,7 @@ To update your installed plugins separately, use:
|
||||
npx quartz plugin install --latest
|
||||
```
|
||||
|
||||
See the [[cli/upgrade|CLI reference for upgrade]] for more details on available flags.
|
||||
See the [[upgrade|CLI reference for upgrade]] for more details on available flags.
|
||||
|
||||
### Cleaning Up Unused Plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user