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. 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