mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
Move towards a standard in which each top-level "Step" section of a how-to guide includes at least one command, emphasizing concrete, followable steps. This change implements the more minor variants of this work; once this is done, we'll focus on guides that more heavily feature UI-only flows or other instructions that could use more concrete examples. This change edits Machine Identity deployment guides to remove a final "Step" section that instructs the user to follow a guide to accessing resources. Instead, this change moves these instructions into the "Next steps" section of each guide. This helps ensure that each "Step" section focuses on concrete, verifiable outcomes. Also add `tbot` restart command examples to guides that tell the user to restart `tbot`, continuing the work started in #66354 to roll out a `reload-tbot.mdx` partial. In `kubernetes-oidc-join-token.mdx`, consolidate configuration and deployment steps so each config file is close to the command to apply it. In `dedicated-server.mdx`, move Step 1 into the prerequisites, since it requires following another guide. Edit `linux.mdx` to move post-completion instructions to the "Next steps" section, which allows us to move this guide into the prerequisites of dedicated-server.mdx more cleanly.