teleport/docs
2019-08-08 17:46:22 -03:00
..
1.3 Update Teleport docs location for etc/teleport.yaml 2019-05-21 16:34:47 -07:00
2.0 Update broken Keycloak link in docs 2019-05-31 14:13:20 -03:00
2.3 Move --cluster to its correct location as a command subflag (#2758) 2019-06-05 13:46:30 -03:00
2.4 Move --cluster to its correct location as a command subflag (#2758) 2019-06-05 13:46:30 -03:00
2.5 Updated to add 'Display' to show the correct info. (#2795) 2019-06-25 10:47:47 -07:00
2.7 Updated to add 'Display' to show the correct info. (#2795) 2019-06-25 10:47:47 -07:00
3.0 Updated to add 'Display' to show the correct info. (#2795) 2019-06-25 10:47:47 -07:00
3.1 Updated to add 'Display' to show the correct info. (#2795) 2019-06-25 10:47:47 -07:00
3.2 Clarification about certificates being SSH vs SSL/509x (#2788) 2019-06-25 11:47:40 -07:00
4.0 Fix ProxyJump examples and typos (#2907) 2019-08-08 17:46:22 -03:00
theme Add zoho pagesense for feedback 2019-08-07 09:01:45 -07: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
2.7.yaml Created 2.7 version of the docs. 2018-07-17 09:43:40 -07:00
3.0.yaml Documentation for Teleport 3.0 2018-09-26 15:45:22 -07:00
3.1.yaml Created version 3.1 of the docs 2018-12-09 14:46:32 -08:00
3.2.yaml Update docs for 4.0 and local setup 2019-05-29 11:56:52 -07:00
4.0.yaml First Version for AWS Guide (#2866) 2019-07-29 13:27:22 -07:00
build.sh Documentation improvements 2019-02-12 16:39:21 -08:00
get-pip.py Update docs for 4.0 and local setup 2019-05-29 11:56:52 -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 Update ISSUE_TEMPLATE.md 2019-01-28 21:07:11 -08:00
latest Update docs for 4.0 and local setup 2019-05-29 11:56:52 -07:00
README.md Update Readme for Docker Build Process 2019-05-29 14:00:54 -07:00
run.sh (docs) cleanup 2018-11-02 15:56:36 -04:00
testplan.md Move --cluster to its correct location as a command subflag (#2758) 2019-06-05 13:46:30 -03: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

We recommend using Docker to run and build the docs.

make run-docs will run the docs and setup a livereload server for easy previewing of changes.

make docs will build the docs, so they are ready to ship to production.

Tools used to build the Docs

Teleport Docs are made with MkDocs and a few markdown extensions, First time users will need to install MkDocs https://www.mkdocs.org/#installation.

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

$ ./run.sh

To run a specific version of the docs:

$ mkdocs serve --config-file 1.3.yaml