Separate title and linkTitle

This commit is contained in:
Johannes Marbach 2024-09-10 10:27:23 +02:00
parent 45e47e91a0
commit ff14641d0c
12 changed files with 24 additions and 12 deletions

View file

@ -1,5 +1,6 @@
--- ---
title: v1.1 title: v1.1 Changelog
linkTitle: v1.1
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.10 title: v1.10 Changelog
linkTitle: v1.10
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.11 title: v1.11 Changelog
linkTitle: v1.11
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.2 title: v1.2 Changelog
linkTitle: v1.2
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.3 title: v1.3 Changelog
linkTitle: v1.3
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.4 title: v1.4 Changelog
linkTitle: v1.4
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.5 title: v1.5 Changelog
linkTitle: v1.5
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.6 title: v1.6 Changelog
linkTitle: v1.6
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.7 title: v1.7 Changelog
linkTitle: v1.7
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.8 title: v1.8 Changelog
linkTitle: v1.8
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -1,5 +1,6 @@
--- ---
title: v1.9 title: v1.9 Changelog
linkTitle: v1.9
type: docs type: docs
outputs: outputs:
- html - html

View file

@ -22,7 +22,8 @@ towncrier --yes
# to sort the changelogs at build time. # to sort the changelogs at build time.
cat <<EOF cat <<EOF
--- ---
title: $VERSION title: $VERSION Changelog
linkTitle: $VERSION
type: docs type: docs
outputs: outputs:
- html - html