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.

31 lines
929 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/) like below:
  5. ```bash
  6. npm install -g vuepress # global install vuepress tool, only once
  7. npm install
  8. mkdir -p .vuepress && cp config.js .vuepress/
  9. vuepress build
  10. ```
  11. Under the hood, Jenkins listens for changes (on develop or master) in ./docs then rebuilds
  12. either the staging or production site depending on which branch the changes were made.
  13. To update the Table of Contents (layout of the documentation sidebar), edit the
  14. `config.js` in this directory, while the `README.md` is the landing page for the
  15. website documentation.
  16. To view the latest documentation on the develop branch, see the staging site:
  17. - https://tendermint-staging.interblock.io/docs/
  18. and the documentation on master branch is found here:
  19. - https://tendermint.com/docs/