From 2649e35eaa3d977d4659044b39c094ada1f734a0 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Mon, 21 Oct 2024 13:32:35 -0700 Subject: [PATCH] Use YAML file for listing --- docs/download/_download-older.yml | 22 +++++++++++++++++++++- docs/download/index.qmd | 26 +------------------------- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/docs/download/_download-older.yml b/docs/download/_download-older.yml index 2d8a3ea3f7..9d77f17e11 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 72abc68389..95ad7e4b6d 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