git: 34f247644c - main - release archetype: Comment non-schedule links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 00:52:08 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=34f247644c538ee65e1d1cfc1e7d777c58c3acac commit 34f247644c538ee65e1d1cfc1e7d777c58c3acac Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-03-17 20:21:10 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-03-20 00:51:52 +0000 release archetype: Comment non-schedule links When we use this to add a new release to the website, the only thing we want to link to is the schedule; other links can be uncommented as the pages are added (hardware), filled in (release notes), or when the release happens (errata, readme). --- website/archetypes/release/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/archetypes/release/_index.adoc b/website/archetypes/release/_index.adoc index 78cd8af50d..c09fe6fd33 100644 --- a/website/archetypes/release/_index.adoc +++ b/website/archetypes/release/_index.adoc @@ -19,9 +19,9 @@ More detailed information, such as release notes and hardware notes can be found //link:signatures[FreeBSD {localRel}-RELEASE signed checksum files] + //link:installation[FreeBSD {localRel}-RELEASE installation information] + -link:hardware[FreeBSD {localRel}-RELEASE hardware information] + -link:relnotes[FreeBSD {localRel}-RELEASE release notes] + -link:errata[FreeBSD {localRel}-RELEASE errata] + -link:readme[FreeBSD {localRel}-RELEASE readme] + +//link:hardware[FreeBSD {localRel}-RELEASE hardware information] + +//link:relnotes[FreeBSD {localRel}-RELEASE release notes] + +//link:errata[FreeBSD {localRel}-RELEASE errata] + +//link:readme[FreeBSD {localRel}-RELEASE readme] + link:schedule[FreeBSD {localRel}-RELEASE schedule] + //link:todo[FreeBSD Release Engineering TODO Page]