Skip to content

Commit

Permalink
docs: clarify where doc site config settings must land (#7289)
Browse files Browse the repository at this point in the history
Since the doc site is built from the backport branches, the config changes for
a new major release also need to be replicated into the backport branch as well
as master. Update the release docs to mention that specifically, since I missed
it during the v0.35 release.
  • Loading branch information
M. J. Fromberger authored Nov 16, 2021
1 parent d5df412 commit dbac109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ If there were no release candidates, begin by creating a backport branch, as des
- Add a new entry to `themeConfig.versions` in
[`docs/.vuepress/config.js`](./docs/.vuepress/config.js) to include the
release in the dropdown versions menu.
- Commit these changes to `master` and backport them into the backport
branch for this release.

## Minor release (point releases)

Expand Down
6 changes: 3 additions & 3 deletions docs/DOCS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ and other supported release branches.

There is a [GitHub Actions workflow](https://github.com/tendermint/docs/actions/workflows/deployment.yml)
in the `tendermint/docs` repository that clones and builds the documentation
site from the contents of this `docs` directory, for `master` and for each
supported release branch. Under the hood, this workflow runs `make build-docs`
from the [Makefile](../Makefile#L214).
site from the contents of this `docs` directory, for `master` and for the
backport branch of each supported release. Under the hood, this workflow runs
`make build-docs` from the [Makefile](../Makefile#L214).

The list of supported versions are defined in [`config.js`](./.vuepress/config.js),
which defines the UI menu on the documentation site, and also in
Expand Down

0 comments on commit dbac109

Please sign in to comment.