diff --git a/docs/download/_download-older.yml b/docs/download/_download-older.yml index 2d8a3ea3f..9d77f17e1 100644 --- a/docs/download/_download-older.yml +++ b/docs/download/_download-older.yml @@ -1,6 +1,26 @@ # Generate tags for a specific prefix like so # git tag -l 'v1\.0\.*' --sort version:refname +- id: version14 + title: v1.4.557 + date: 2024/06/27 + path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557 + changelog: "[Release Notes](changelog/1.4/)" +- id: version13 + title: v1.3.450 + date: 2023/08/23 + path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450 + changelog: "[Release Notes](changelog/1.3/)" +- id: version12 + title: v1.2.475 + date: 2023/03/22 + path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475 + changelog: "[Release Notes](changelog/1.2/)" +- id: version11 + title: v1.1.189 + date: 2022/09/04 + path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189 + changelog: "[Release Notes](changelog/1.1/)" - id: version10 title: v1.0.38 date: 2022/08/04 - url: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38 \ No newline at end of file + path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38 diff --git a/docs/download/index.qmd b/docs/download/index.qmd index 72abc6838..95ad7e4b6 100644 --- a/docs/download/index.qmd +++ b/docs/download/index.qmd @@ -20,31 +20,7 @@ editor: source image: /images/hero_right.png listing: id: download-older - contents: - - id: version14 - title: v1.4.557 - date: 2024/06/27 - path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557 - changelog: "[Release Notes](changelog/1.4/)" - - id: version13 - title: v1.3.450 - date: 2023/08/23 - path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450 - changelog: "[Release Notes](changelog/1.3/)" - - id: version12 - title: v1.2.475 - date: 2023/03/22 - path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475 - changelog: "[Release Notes](changelog/1.2/)" - - id: version11 - title: v1.1.189 - date: 2022/09/04 - path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189 - changelog: "[Release Notes](changelog/1.1/)" - - id: version10 - title: v1.0.38 - date: 2022/08/04 - path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38 + contents: /_download-older.yml fields: - title - changelog