Skip to content

Commit 9d1eb7a

Browse files
authored
Fix to have link to prerelease docs (#1683)
* Fix aliases * Add 1.8 prerelease page
1 parent 965c783 commit 9d1eb7a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/download/prerelease.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anchor-sections: false
1818
editor: source
1919
image: /images/hero_right.png
2020
aliases:
21-
- changelog/1.7/
21+
- changelog/1.8/
2222
---
2323

2424
::: {.content-visible when-profile="prerelease"}

docs/download/release.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anchor-sections: false
1717
editor: source
1818
image: /images/hero_right.png
1919
aliases:
20-
- changelog/1.6/
20+
- changelog/1.7/
2121
---
2222

2323
{{< include _download.md >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can view (in-progress) documentation for the next version of Quarto, v1.8, on our pre-release documentation site, [prerelease.quarto.org](https://prerelease.quarto.org), including a list of [highlights](https://prerelease.quarto.org/docs/prerelease/1.8/).

docs/prerelease/1.8/index.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Quarto 1.8 Pre-Release
3+
date: last-modified
4+
search: false
5+
---
6+
7+
{{< include _highlights.qmd >}}
8+
9+
See the [Pre-Release Download Page](/docs/download/prerelease.qmd) for a complete list of all the changes and bug fixes.

0 commit comments

Comments
 (0)