-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize the "Home" section of the docs #13342
Conversation
07b52c7
to
714099a
Compare
w.r.t
I think we're actually planning to use the preview session more and provide more clear messaging about features that are in preview. Maybe it makes sense to keep this section. |
Fixes #13206 The organization of the "Home" section of the docs currently says little about its purpose, making it more difficult for new visitors to the docs to find content. I've proposed changing this to a "Get Started" section that includes content related to trying out Teleport and choosing an edition. (Re)move pages that are unrelated to getting started: - Rename the "Preview" section to "Releases" and move the Changelog there. The Preview section doesn't include preview content very often, and usually only includes the Upcoming Releases page. I think it makes sense to devote this section to releases. - Remove the Adopters page and redirect to the Teleport case studies page. The Adopters page receives close to no traffic and is infrequently updated, so keeping it risks giving users outdated information. - Remove the Production guide. Redirects currently make it impossible to navigate to this page. - Move the Digital Ocean guide to "/docs/setup/deployments", since other platform-specific deployment guides are also placed there. Organize content related to getting started with Teleport into "Try out Teleport" and "Deploy a Teleport Cluster" subsections: - Encourage new users to try a quick lab by including a new menu page with links to all of our Instruqt tracks and local demo environments. Move our demo environment guides into "getting-started/try-out-teleport" - Put all of our edition-specific Getting Started guides into one subsection, "getting-started/deploy-a-cluster". This means that the Linux Server guide is no longer the de facto entryway into Teleport, which can confuse Cloud and Enterprise users. The "Deploy a Cluster" subsection includes a menu page with a guide to different editions. - With these new subsections, there's not really a place anymore for the /getting-started.mdx page, so I have removed this.
Restore the "Preview" section and Changelog page, since the Preview section will be used for more preview content after all.
05d29a3
to
20c64a3
Compare
Converted to a draft since we will be revisiting the reorganization plan for the docs (see #12787). Keeping this open in case we can modify it to accommodate the new plan. |
Closing in favor of #15357 |
Fixes #13206
The organization of the "Home" section of the docs currently says little
about its purpose, making it more difficult for new visitors to the docs
to find content. I've proposed changing this to a "Get Started" section
that includes content related to trying out Teleport and choosing an
edition.
(Re)move pages that are unrelated to getting started:
Rename the "Preview" section to "Releases" and move the Changelog
there. The Preview section doesn't include preview content very often,
and usually only includes the Upcoming Releases page. I think it makes
sense to devote this section to releases.
Remove the Adopters page and redirect to the Teleport case studies
page. The Adopters page receives close to no traffic and is
infrequently updated, so keeping it risks giving users outdated
information.
Remove the Production guide. Redirects currently make it impossible
to navigate to this page.
Move the Digital Ocean guide to "/docs/setup/deployments", since other
platform-specific deployment guides are also placed there.
Organize content related to getting started with Teleport into "Try out
Teleport" and "Deploy a Teleport Cluster" subsections:
Encourage new users to try a quick lab by including a new menu page
with links to all of our Instruqt tracks and local demo environments.
Move our demo environment guides into
"getting-started/try-out-teleport"
Put all of our edition-specific Getting Started guides into one
subsection, "getting-started/deploy-a-cluster". This means that
the Linux Server guide is no longer the de facto entryway into
Teleport, which can confuse Cloud and Enterprise users.
The "Deploy a Cluster" subsection includes a menu page with a guide
and comparison table for Teleport's editions.
With these new subsections, there's not really a place anymore for the
/getting-started.mdx page, so I have removed this.