teleport/docs
2018-05-03 18:13:21 -07:00
..
1.3 Update READMEs to correct Telekube URL 2018-04-04 09:03:25 -07:00
2.0 New trusted clusters documentation + guide 2018-04-25 13:29:38 -07:00
2.3 Added version warning to 2.3 2018-05-03 14:03:33 -07:00
2.4 Update READMEs to correct Telekube URL 2018-04-04 09:03:25 -07:00
2.5 Added a section which covers load balancers for trusted clusters 2018-05-03 18:13:21 -07:00
theme (docs) fix code wrapping 2018-04-18 16:49:17 -04:00
1.3.yaml (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.0.yaml (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.3.yaml (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.4.yaml (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.5.yaml New trusted clusters documentation + guide 2018-04-25 13:29:38 -07:00
build.sh Added 2.5 to the list of Teleport versions in the docs 2018-03-11 19:42:38 -07:00
index.html Added 2.5 to the list of Teleport versions in the docs 2018-03-11 19:42:38 -07:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-06 15:32:52 -08:00
README.md Updated README on how to build/update documentation 2018-03-11 20:20:39 -07:00
run.sh Documented certificate rotation 2018-05-03 17:44:29 -07:00
testplan.md Update test plan and add sshd flow 2018-03-02 15:48:27 -08: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 theme/base.html to add a new version to the Javascript arrray of versions
  • 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