Skip to content

Commit

Permalink
Update Kubernetes Access docs (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
klizhentas authored Mar 10, 2021
1 parent 13ad701 commit 0315d05
Show file tree
Hide file tree
Showing 10 changed files with 5,003 additions and 474 deletions.
44 changes: 31 additions & 13 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@
]
},
{
"icon": "wand",
"title": "Preview",
"entries": [
{ "title": "Upcoming Releases", "slug": "/preview/upcoming-releases/" }
]
},
{
"icon": "book",
"title": "Infrastructure Guides",
"icon": "kubernetes",
"title": "Kubernetes Access",
"entries": [
{ "title": "AWS", "slug": "/aws-oss-guide/" },
{ "title": "GCP", "slug": "/gcp-guide/" },
{ "title": "IBM", "slug": "/ibm-cloud-guide/" },
{ "title": "OpenSSH Guide", "slug": "/openssh-teleport/" }
{ "title": "Getting Started", "slug": "/kubernetes-access/getting-started/" },
{
"title": "Guides",
"slug": "/kubernetes-access/guides/",
"entries": [
{ "title": "Multiple Clusters", "slug": "/kubernetes-access/guides/multiple-clusters/" },
{ "title": "CI/CD", "slug": "/kubernetes-access/guides/cicd/" },
{ "title": "Federation", "slug": "/kubernetes-access/guides/federation/" },
{ "title": "Migration", "slug": "/kubernetes-access/guides/migration/" }
]
},
{ "title": "Access Controls", "slug": "/kubernetes-access/controls/" }
]
},
{
Expand All @@ -57,6 +58,23 @@
{ "title": "FAQ", "slug": "/database-access/faq/" }
]
},
{
"icon": "wand",
"title": "Preview",
"entries": [
{ "title": "Upcoming Releases", "slug": "/preview/upcoming-releases/" }
]
},
{
"icon": "book",
"title": "Infrastructure Guides",
"entries": [
{ "title": "AWS", "slug": "/aws-oss-guide/" },
{ "title": "GCP", "slug": "/gcp-guide/" },
{ "title": "IBM", "slug": "/ibm-cloud-guide/" },
{ "title": "OpenSSH Guide", "slug": "/openssh-teleport/" }
]
},
{
"icon": "building",
"title": "Teleport Enterprise",
Expand Down
Loading

0 comments on commit 0315d05

Please sign in to comment.