From 38f2df4ad5cd7d9c5c68fa0f10274f997a22e66c Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Mon, 6 May 2024 08:24:30 -0400 Subject: [PATCH 1/2] Add 0.1.7 release notes to the nav menu --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 461a8645e1..58875327c4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -31,6 +31,7 @@ nav: - REST: api/rest.md - RPC: api/rpc.md - Releases: + - '0.1.7': releases/0.1.7.md - '0.1.6': releases/0.1.6.md - '0.1.5': releases/0.1.5.md - '0.1.4': releases/0.1.4.md From 13bce33a6c93c4a832675a493f0ec9466e757fce Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Mon, 6 May 2024 08:31:59 -0400 Subject: [PATCH 2/2] Update release notes instructions to add file to nav menu --- docs/docs/releases/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/releases/README.md b/docs/docs/releases/README.md index b84a065ac9..f2f77bd0bf 100644 --- a/docs/docs/releases/README.md +++ b/docs/docs/releases/README.md @@ -23,5 +23,7 @@ This is developer documentation to help with release notes. It is not published 1. Open the release notes file and find a new section at the end titled **(TO CATEGORIZE)**. Incorporate PRs listed within this section into the release notes as you see fit. Rewrite the title text that appears directly in the markdown. Leave the titles as-written within the quotes (these will appear within hover text). Save the release notes and commit them. +1. Edit `mkdocs.yml`, adding the newly-generated release notes file to the nav menu. + 1. Re-run the script as needed.