Update docs for 4.0 and local setup

This commit is contained in:
Ben Arent 2019-05-29 11:56:52 -07:00
parent 584ab03e70
commit bb5c657afe
5 changed files with 21499 additions and 2 deletions

View file

@ -3,7 +3,7 @@ site_url: https://gravitational.com/teleport/docs
repo_url: https://github.com/gravitational/teleport
site_description: SSH and Kubernetes Gateway for Clusters and Teams
site_author: Gravitational Inc
copyright: Gravitational Inc, 2016-18
copyright: Gravitational Inc, 2016-19
# output directory:
site_dir: ../build/docs/3.2

View file

@ -18,6 +18,10 @@ See `web/README.md` for more info.
## Running Locally
First time users will need to install MkDocs https://www.mkdocs.org/#installation.
`brew install parallel`
To run the latest version of the docs on [http://127.0.0.1:8000](http://127.0.0.1:8000/quickstart):
```bash

21492
docs/get-pip.py Normal file

File diff suppressed because it is too large Load diff

1
docs/latest Symbolic link
View file

@ -0,0 +1 @@
latest

View file

@ -7,7 +7,7 @@
// configure UI components
window.grvConfig = window.grvConfig || {
docVersions: ["1.3", "2.0", "2.3", "2.4", "2.5", "2.7", "3.0", "3.1", "3.2"],
docVersions: ["1.3", "2.0", "2.3", "2.4", "2.5", "2.7", "3.0", "3.1", "3.2", "4.0"],
docCurrentVer: "{{ config.extra.version }}"
};
</script>