From 6ca791850a708d25c86d25aee60a6391b9966ce2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 6 Jun 2025 14:26:43 -0400 Subject: [PATCH] Closes #19668: Remove obsolete docs publication step from release checklist (#19675) --- docs/development/release-checklist.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index 75dd7f8a4..3f36a8b87 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -192,15 +192,3 @@ Create a [new release](https://github.com/netbox-community/netbox/releases/new) * **Description:** Copy from the pull request body, then promote the `###` headers to `##` ones Once created, the release will become available for users to install. - -### Update the Public Documentation - -After a release has been published, the public NetBox documentation needs to be updated. This is accomplished by running two actions on the [netboxlabs-docs](https://github.com/netboxlabs/netboxlabs-docs) repository. - -First, run the `build-site` action, by navigating to Actions > build-site > Run workflow. This process compiles the documentation along with an overlay for integration with the documentation portal at . The job should take about two minutes. - -Once the documentation files have been compiled, they must be published by running the `deploy-kinsta` action. Select the desired deployment environment (staging or production) and specify `latest` as the deploy tag. - -Clear the CDN cache from the [Kinsta](https://my.kinsta.com/) portal. Navigate to _Sites_ / _NetBox Labs_ / _Live_, select _Cache_ in the left-nav, click the _Clear Cache_ button, and confirm the clear operation. - -Finally, verify that the documentation at has been updated.