Skip to content

Commit

Permalink
Use YAML file for listing
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickham committed Oct 21, 2024
1 parent 08be09c commit 2649e35
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
22 changes: 21 additions & 1 deletion docs/download/_download-older.yml
Original file line number Diff line number Diff line change
@@ -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
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38
26 changes: 1 addition & 25 deletions docs/download/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2649e35

Please sign in to comment.