teleport/docs
2017-10-12 15:56:11 -07:00
..
1.3 Re-merged multi-version docs from a separate repo 2017-03-23 21:00:33 -07:00
2.0 Made installation procedure consistent in the docs 2017-10-09 18:36:22 -07:00
2.3 Updated "sample config" to match what Teleport actually uses by default 2017-10-12 15:56:11 -07:00
theme Updated company address in the documentation footer 2017-10-05 14:16:47 -07:00
1.3.yaml Re-merged multi-version docs from a separate repo 2017-03-23 21:00:33 -07:00
2.0.yaml docs and screenshots for Okta and SAML 2017-05-22 18:44:59 -07:00
2.3.yaml Added 2.3 version of the docs 2017-08-14 14:58:41 -07:00
build.sh Updated company address in the documentation footer 2017-10-05 14:16:47 -07:00
index.html Final touches to documetation 2017-09-17 21:31:27 -07:00
README.md Improved documentation-building scripts 2017-08-17 17:03:53 -07:00
run.sh Improved documentation-building scripts 2017-08-17 17:03:53 -07:00

Teleport Docs

Teleport docs are built using mkdocs and hosted as a bunch of static files in S3.

Look at build.sh script to see how it works.

To Publish New Version

  • Update build.sh.
  • Update index.html to redirect to the latest version automatically.
  • Create a new YAML file, like 5.5.1.yaml if you are releasing version 5.5.1

Deploying

Teleport docs are published using a private web repository. See web/README.md for more info.

Running Locally

To run the latest version of the docs on http://127.0.0.1:8000:

$ ./serve.sh

To run a specific version of the docs:

$ mkdocs serve --config-file 1.3.yaml