Commit graph

145 commits

Author SHA1 Message Date
Paul Gottschling 44e23e18c5
Remove the Jira Server Access Plugin guide (#17546)
Closes #14578

The Jira Cloud guide applies to all Jira deployments already, so we
don't need to maintain separate guides. This change renames the Jira
Cloud guide so it's about Jira in general.
2022-11-04 20:28:58 +00:00
Paul Gottschling 2436f6e186
Fix link with a long redirect chain in the CHANGELOG (#16049) 2022-09-19 20:10:59 +00:00
Zac Bergquist 89576cb575
changelog: fix moderated sessions typo (#16221) 2022-09-07 23:11:59 +00:00
Paul Gottschling ada38aec51
Fix outdated CHANGELOG links (#15825) 2022-09-02 18:18:28 +00:00
Paul Gottschling 91c89b6126
Organize docs guide sections chronologically (#15357)
* Organize docs guide sections chronologically

This change aims to make docs navigation easier by organizing some docs
sections according to the sequence of steps a user would take to set up
Teleport.

The current docs organization uses a variety of categories and schemes
to organize the docs. For example, there is a "Home" section that
includes the Changelog, Installation page, and Getting Started guides; a
"Setup" section that includes references and admin guides; and
edition-specific sections (Enterprise, Cloud). For a user who is setting
up Teleport--or who has already done some setup work and wants more
advanced instructions--it's difficult to know where in the docs to find
the right information.

This change organizes our how-to guides into the following categories
that describe the process of setting up Teleport:

- Try out Teleport
- Deploy a Cluster (including choosing an edition)
- Configure Access (including SSO, RBAC, and Access Requests)
- Manage your Cluster (admin guides, operations, etc.)
- Use Teleport (this section already exists)

I moved the Reference section after this chronology, since users can
access the reference guides anywhere in the setup process.

As part of the change, I have also moved the content from the
"Enterprise" and "Cloud" sections into "Deploy a Cluster", since this
content has to do with how to deploy a specific edition of Teleport.

Note that this change does _not_ attempt to reorganize our
protocol-specific sections. While adding resources is part of the
Teleport setup process, we have a lot of content in our
protocol-specific sections, and moving it all into a single section
related to adding resources to a cluster would (a) exceed the maximum
depth for subsections in the nav bar and (b) cause more confusion than
it alleviates.

* Respond to PR feedback

- Create a "Compliance Frameworks" section of "Configure Access" with
  the FedRAMP and SOC 2 guides
- Rename "Use Teleport" to "Connect your Client"
- Move the database GUI client guide into "Connect your Client"

* Add redirects

* Fix linter issues
2022-08-22 19:45:32 +00:00
Paul Gottschling e7f2b5f1de
Move Access Requests guides to Access Controls (#14598)
Reorganize our Access Request guides

Fixes #13696

Most guides to Access Requests are currently not listed on the sidebar,
and the guides that are listed are available for Cloud as well as
Enterprise. This change makes it easier to find our Access Requests
guides by moving them to the Access Controls section and listing all
guides on the sidebar. It adds the "Access Requests" and "Access Request
Plugins" subsections to "Access Controls".

Since the Access Controls section includes one subsection, called
"Guides", this change also renames that subsection--and adds a
descriptive intro paragraph to the section's menu page--in order to
accommodate the Access Requests and Access Request Plugins subsections.

Move some guides into "Access Requests"
2022-08-01 17:44:36 +00:00
Steven Martin 209ca9e6af
Update changelog to include latest V10 and V9 (#14380) 2022-07-12 20:53:37 +00:00
Trent Clarke 93d0898ad4
Repoint doctest build (#13717)
Updates the image used to run the doc-tests CI build and pulls in changes from #13774 to fix compatibility issues with the new image.

See-Also: #13457
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
2022-06-23 14:17:16 +10:00
Paul Gottschling deddc6193f
Fix bad links (#12946)
- links with the gravitational.com domain
- links with the /teleport/ path segment
2022-06-03 13:38:53 +00:00
Joel 29a48a25bf
Add changelog for session join permissions. (#13061) 2022-06-03 07:48:43 +00:00
Trent Clarke 7bbbdbdd27
Fixes DocTest CI (#10117)
The linting applied to file via the tools in next appears to vary if the files are outside the /src directory: If the files are under /src, a rigorous lint is applied. If the files are outside of /src, a "less-rigorous" lint is applied, letting many legitimate issues slip through.

This patch alters the CI script to symlink the /workspace directory (the mount-point that GCB uses to inject code into the container running a build step) under the next image's /src/content directory, so that the correct, rigorous lint will be applied.

It also fixes the lint errors that have crept in during the time the linter was being incorrectly lenient.

See-Also: #9600
See-Also: #10107
2022-02-04 10:16:27 -05:00
Roman Tkachenko dbd780bf78 Add brief TLS routing description 2021-11-11 17:48:26 -08:00
Russell Jones 562cb02958 Update CHANGELOG.md 2021-11-11 17:48:26 -08:00
Russell Jones 45347212b8 Updated CHANGELOG.md.
Co-authored-by: Roman Tkachenko <roman@gravitational.com>
Co-authored-by: Ben Arent <ben@goteleport.com>
2021-08-09 18:33:50 -07:00
Walt e1cf4de9bd
Fix CHANGELOG header indentation (#7789)
These were underindented, causing headers like "Features" to show
up in the Table of Contents alongside the versions intended to show up.
2021-08-04 09:42:32 -07:00
Nic Klaassen f268ba173e
Stop registering a Kubernetes cluster named after the Teleport cluster (#6786) 2021-05-25 17:50:35 -07:00
Andrew Lytvynov 389531307a changelog: add a note about DynamoDB migration performance in 6.2.0 2021-05-24 23:57:32 +00:00
Russell Jones 9c60d1c21a Updated CHANGELOG.md. 2021-05-20 16:57:33 -07:00
Nic Klaassen 82185f232a
Stop changing kube context by default on tsh login (#6721)
With this change `tsh login` will still always add teleport contexts and credentials to the kubeconfig, but will only update the current context if:
- `tsh login` is called with `--kube-cluster` set, or
- `tsh kube login <kube cluster>` is called.
2021-05-07 11:18:29 -07:00
Joel Wejdenstal 1316e6728a
Implement RFD 24 for alternative DynamoDB event indexing (#6583) 2021-05-06 19:18:28 +02:00
Russell Jones 697f76ceaa Updated CHANGELOG.md. 2021-05-05 11:31:04 -07:00
jane quin 808bc3d272
forward-port 6.1.2 CHANGELOG (#6553) 2021-04-22 18:51:13 -07:00
inertial-frame 0dbc11d838
[v7.0] Backport of editorial changes from v6.1 (#6564)
* docs: backport changes from 6.1

* docs: tics for filename

* docs: spacing

* docs: improve app access

* docs: improve kub access

* docs: improve kub access
2021-04-22 18:16:01 -05:00
inertial-frame a67b522a26 [v6.1] Editorial Pass/Review - Home (#6544)
* docs: correct footnote
* docs: consistent 2fa
* docs: consistent sentence header casing
* docs: port tics
* docs: correct proper noun
* docs: slightly improve prereqs
* docs: reword limitations
* docs: correct wording, typos
* docs: improve getting started page
* docs: improve user manual
* docs: casing in adopters page
* docs: oxford commas
* docs: improved faq
* docs: tsh in tic marks
* docs: admin and prod guide
2021-04-22 13:15:20 -07:00
Gus Luxton 16cfe3003d
Forward-port 6.1.1 CHANGELOG (#6417) 2021-04-12 13:33:05 -07:00
Russell Jones 0ea35df10c
Updated CHANGELOG.md. (#6345)
Co-authored-by: Roman Tkachenko <roman@gravitational.com>
2021-04-09 10:44:01 -07:00
corkrean 2e7b253d55 Update CHANGELOG.md
Corrected a typo.
2021-03-03 17:27:36 -08:00
Russell Jones 5b87e74a05 Updated CHANGELOG.md. 2021-03-03 10:19:36 -08:00
Gus Luxton 0e4dcef23c
Update CHANGELOG.md for 6.0.0-rc.1 (#5689) 2021-02-24 13:56:26 -04:00
Roman Tkachenko 722cdeaadf
Release 6.0.0-alpha.2 (#5389) 2021-01-22 12:15:13 -08:00
Roman Tkachenko 7277e23df9
Release 6.0.0-alpha.1 (#5312) 2021-01-15 11:55:55 -08:00
Gus Luxton a53fc5747e
update CHANGELOG (#5222)
Co-authored-by: Forrest Marshall <forrest@gravitational.com>
2021-01-05 16:19:16 -04:00
Andrew Lytvynov 2ac39d622e
Forward-port CHANGELOG entries for 4.3.8, 4.3.9, 4.4.6, 5.0.2 (#5158)
* Forward-port CHANGELOG entries for 4.3.8, 4.3.9, 4.4.6, 5.0.2
2020-12-17 10:13:07 -08:00
Gus Luxton ededd7f3b1
Update CHANGELOG for 5.0.1 (#5099) 2020-12-14 10:37:35 -04:00
Gus Luxton 9e8db67df8 Update CHANGELOG.md 2020-11-24 11:26:35 -08:00
Russell Jones 5e225522d9 Updated CHANGELOG.md. 2020-11-24 11:26:35 -08:00
Ben Arent 1fdf1e6fc4 Updated CHANGELOG.md. 2020-11-24 11:26:35 -08:00
Gus Luxton e98fd76e03
Update CHANGELOG.md (#4831) 2020-11-14 01:38:36 -04:00
Gus Luxton b195d503d2
Update CHANGELOG.md (#4775) 2020-11-10 16:15:52 -04:00
Gus Luxton 8067b02162
Fix 4.4 closed issues link text (#4728) 2020-11-06 18:18:47 -04:00
Forrest Marshall 3e3495c481 update CHANGELOG 2020-11-05 18:07:54 -08:00
Gus Luxton 3905726d8f
Added 4.4.2 to CHANGELOG (#4668) 2020-10-30 21:43:13 -03:00
Gus Luxton 74652bcb67
Update CHANGELOG (#4614) 2020-10-21 18:20:14 -03:00
Gus Luxton 3fd915fdae
Add clarification on *-sync modes to changelog (#4604) 2020-10-21 15:48:04 -03:00
Ben Arent 7ba704c3a6 Update changelog *-syn 2020-10-20 10:01:38 -07:00
Russell Jones 97469f1d22 Updated CHANGELOG.md. 2020-10-19 18:01:05 -07:00
Gus Luxton 4247920dfd
Update master version and add missing CHANGELOG entries (#4484) 2020-10-13 14:30:07 -03:00
Russell Jones f920210bb9 Updated CHANGELOG.md. 2020-09-24 11:02:47 -07:00
Russell Jones e31a330e23 Updated CHANGELOG.md. 2020-08-13 14:21:31 -07:00
Gus Luxton fc0704558f
Update CHANGELOG.md (#4205) 2020-08-13 17:01:55 -03:00