Files
teleport/docs/sidebar.json
Paul Gottschling b19268b07b Add a Configuring Teleport docs section (#66255)
* Add a Configuring Teleport docs section

Make the how-to guides for managing Teleport resources with
Infrastructure as Code tools more prominent by placing them in a
Configuring Teleport section next to other foundational docs sections,
e.g., Installation and Upgrading. Frame the task of managing Teleport
with IaC as part of the broader task of configuring Teleport.

To do so, move the introduction of the "Static and Dynamic Resources"
page to a landing page for the new Configuration section. Move the
remaining part of that page to the References section, since it's an
advanced guide and more of a reference than a set of how-to
instructions.

This change also structures the Infrastructure as Code landing page into
a Configure Teleport landing page by including links to guides for
static as well as dynamic configuration. This adds clarity to the docs
since users won't immediately know that Teleport exposes these two
configuration variants.

* Update internal links

* Fix issues with the Configuring Teleport section

- Update the static/dynamic field table to use the correct field name,
  `spec.mode`.
- Change "Managing Resources" to "Resource Guides" for clarity, since
  all sections in Configuring Teleport would be about managing
  resources.
- Reorder Configuration sidebar sections to move Resource Guides last
  and tctl before Terraform and Kubernetes.
2026-06-11 20:27:46 +00:00

271 lines
6.1 KiB
JSON

{
"docs": [
{
"type": "category",
"label": "Introduction",
"collapsible": true,
"link": {
"type": "doc",
"id": "index"
},
"items": [
{
"type": "category",
"label": "Get Started",
"collapsible": true,
"link": {
"type": "doc",
"id": "get-started/get-started"
},
"items": [
{
"type": "category",
"label": "Step 1: Deploy a Cluster",
"collapsible": true,
"items": [
{
"type": "doc",
"id": "get-started/deploy-cloud",
"label": "Enterprise Cloud"
},
{
"type": "doc",
"id": "get-started/deploy-community",
"label": "Community Edition (Linux Demo)"
}
]
},
{
"type": "doc",
"id": "get-started/connect",
"label": "Step 2: Connect Infrastructure"
},
{
"type": "doc",
"id": "get-started/access",
"label": "Step 3: Set Up Access Controls"
},
{
"type": "doc",
"id": "get-started/audit",
"label": "Step 4: Monitor Audit Logs"
}
]
},
{
"type": "doc",
"label": "Core Concepts",
"id": "core-concepts"
},
{
"type": "category",
"label": "Installation",
"collapsible": true,
"items": [
{
"type": "autogenerated",
"dirName": "installation"
},
{
"type": "link",
"label": "Downloads",
"href": "https://goteleport.com/download"
}
],
"link": {
"type": "doc",
"id": "installation/installation"
}
},
{
"type": "category",
"label": "Configuration",
"collapsible": true,
"items": [
{
"type": "autogenerated",
"dirName": "configuration"
}
],
"link": {
"type": "doc",
"id": "configuration/configuration"
}
},
{
"type": "category",
"label": "Upgrading",
"collapsible": true,
"items": [
{
"type": "autogenerated",
"dirName": "upgrading"
}
],
"link": {
"type": "doc",
"id": "upgrading/upgrading"
}
},
{
"type": "doc",
"label": "Migrate Teleport Plans",
"id": "migrate-plans"
}
]
},
{
"type": "category",
"label": "Quick Links",
"collapsible": true,
"items": [
{
"type": "doc",
"label": "Teleport Feature Matrix",
"id": "feature-matrix"
},
{
"type": "doc",
"label": "FAQ",
"id": "faq"
},
{
"type": "doc",
"label": "Teleport Cloud FAQ",
"id": "cloud-faq"
},
{
"type": "doc",
"label": "Usage Reporting and Billing",
"id": "usage-billing"
},
{
"type": "doc",
"label": "Upcoming Releases",
"id": "upcoming-releases"
},
{
"type": "doc",
"label": "Cloud IP Addresses",
"id": "ips"
},
{
"type": "doc",
"label": "Changelog",
"id": "changelog"
}
]
},
{
"type": "category",
"label": "Agentic Identity Framework",
"customProps": { "tag": "new" },
"items": [
{
"type": "autogenerated",
"dirName": "agentic-identity-framework"
}
]
},
{
"type": "category",
"label": "User Guides",
"collapsible": true,
"link": {
"type": "doc",
"id": "connect-your-client/connect-your-client"
},
"items": [
{
"type": "autogenerated",
"dirName": "connect-your-client"
}
]
},
{
"type": "category",
"label": "Zero Trust Access",
"link": {
"type": "doc",
"id": "zero-trust-access/zero-trust-access"
},
"items": [
{
"type": "autogenerated",
"dirName": "zero-trust-access"
}
]
},
{
"type": "category",
"label": "Machine & Workload Identity",
"link": {
"type": "doc",
"id": "machine-workload-identity/machine-workload-identity"
},
"items": [
{
"type": "autogenerated",
"dirName": "machine-workload-identity"
}
]
},
{
"type": "category",
"label": "Identity Governance",
"link": {
"type": "doc",
"id": "identity-governance/identity-governance"
},
"items": [
{
"type": "autogenerated",
"dirName": "identity-governance"
}
]
},
{
"type": "category",
"label": "Identity Security",
"link": {
"type": "doc",
"id": "identity-security/identity-security"
},
"items": [
{
"type": "autogenerated",
"dirName": "identity-security"
}
]
},
{
"type": "category",
"label": "Enroll Resources",
"link": {
"type": "doc",
"id": "enroll-resources/enroll-resources"
},
"items": [
{
"type": "autogenerated",
"dirName": "enroll-resources"
}
]
},
{
"type": "category",
"label": "References",
"link": {
"type": "doc",
"id": "reference/reference"
},
"items": [
{
"type": "autogenerated",
"dirName": "reference"
}
]
}
]
}