-
Couldn't load subscription status.
- Fork 10
Release: Documentation Setup
Sushant Gaurav edited this page May 27, 2025
·
3 revisions
This page outlines the steps taken to prepare the documentation for new version release.
-
Duplicate the existing
version-<current-version>folder:- Created a copy of the
version-<current-version>folder as the base for the new release.
- Created a copy of the
-
Rename the copy to
version-<new-version>:- Example: Rename
version-1.9.0toversion-1.10.0.
- Example: Rename
-
Update
antora.ymlfile:- Modify the
versionanddisplay_versionfields inantora.ymlfile of current-version and new-version. - The version should be
Dev, the previous version becomesLatest.
- Modify the
-
Update playbook configuration
- Add the new version to the
start_pathsin both playbook files (lh-local-playbook.ymlandlh-remote-playbook.yml). - This allows Antora to discover and include the new version during the site build.
- Add the new version to the
-
Update playbook configuration:
- Add the new version to the
start_pathsin both playbook files (product-docs-playbook-local.ymlandproduct-docs-playbook-remote.yml).
- Add the new version to the
-
Update articles listing configuration:
- Add the release date of the new version and update links in the
articles-listing.conffile.
- Add the release date of the new version and update links in the