You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
995 B

  1. # Documentation Maintenance Overview
  2. The documentation found in this directory is hosted at:
  3. - https://tendermint.com/docs/
  4. and built using [VuePress](https://vuepress.vuejs.org/) from the tendermint website repo:
  5. - https://github.com/tendermint/tendermint.com
  6. which has a [configuration file](https://github.com/tendermint/tendermint.com/blob/develop/docs/.vuepress/config.js) for displaying
  7. the Table of Contents that lists all the documentation.
  8. Under the hood, Jenkins listens for changes in ./docs then pushes a `docs-staging` branch to the tendermint.com repo with the latest documentation. That branch must be manually PR'd to `develop` then `master` for staging then production. This process should happen in synchrony with a release.
  9. The `README.md` in this directory is the landing page for
  10. website documentation and the following folders are intentionally
  11. ommitted:
  12. - `architecture/` ==> contains Architecture Design Records
  13. - `spec/` ==> contains the detailed specification