teleport/docs
2018-03-09 18:20:17 -08:00
..
1.3 (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.0 (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.3 (docs) remove releases section 2018-03-07 18:35:22 -05:00
2.4 final fixed proxy diagram 2018-03-09 18:20:17 -08:00
2.5 Documentation edits 2018-02-28 12:16:49 -08:00
theme (docs) fix search page 2018-03-09 17:21:39 -05: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 (docs) remove releases section 2018-03-07 18:35:22 -05:00
build.sh (docs) add downloads page and update navigation styles 2018-03-01 11:49:21 -05:00
index.html 2.5 docs 2018-02-25 18:27:34 -08:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-06 15:32:52 -08:00
README.md 2.4 version template 2018-01-07 16:32:43 -08:00
run.sh (docs) add downloads page and update navigation styles 2018-03-01 11:49:21 -05: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 index.html to redirect to the latest version automatically.
  • 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