[Docs] Cosmos docs home restructure#2416
Conversation
|
Hey @lzdanski , thanks for submitting the PR! I noticed in the final agreed navigation section of the doc, the top-level H1 headings are:
But in the PR description, some top-level headings look different—for example, I can still see Profile as a top-level heading. Could we align these with the agreed navigation? Or are you planning to update them in a separate PR? |
For record keeping - discussed in sync. These changes will be accounted for in separate PRs. See #2418 for additional content structure changes. |
Co-authored-by: Pankaj Singh <98807258+pankajastro@users.noreply.github.com>
yetudada
left a comment
There was a problem hiding this comment.
Approving this PR since it’s primarily a re-organization of the existing information rather than an improvement of the content itself, and the new structure makes sense to me. But I want @pankajastro or @tatiana to take a look at this.
One thing I noticed when building the docs is that some of the headings look a bit inconsistent, particularly in the Cosmos security, compliance, and privacy policies section. The header sizes seem to vary, so it might be worth standardizing those.
There’s also some inconsistency around title formatting, for example sentence case vs. capitalised titles. I assume that can be cleaned up in a follow-up PR.
|
|
I renamed the section |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2416 +/- ##
=======================================
Coverage 97.98% 97.98%
=======================================
Files 103 103
Lines 7085 7085
=======================================
Hits 6942 6942
Misses 143 143 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Renames *Source Nodes Rendering* page to *Managing Sources* per navigation structure discussion - Updates all relative links so that images and code examples render as expected - Adds redirects for all relocated content - Aligns getting started guide navigation labels to be more consistent ### Things this PR does **not** cover that are addressed in other PRs: - This PR does not align titles and navigation labels for newly relocated Execution Modes docs and overview doc (lzdanski#2) - It does not add additional content to newly created index landing pages for the subfolders of the new TOC categories - It does not add new content to the Getting Started/ Cosmos Fundamentals section - It does not move `Profiles` docs into `References` (#2424) ## Restructuring work - Restructures the Getting Started section to have a dedicated space for core concepts called "Cosmos Fundamentals", and another section for getting started guides. <img width="1459" height="506" alt="Screenshot 2026-03-01 at 10 03 01 PM" src="https://github.com/user-attachments/assets/c3e13648-bcc5-481a-958c-3e48fcb5ed6e" /> - Renames "Configuration" to "Guides", Moves execution modes docs from "Getting started" to "Guides" section, adds new categories to the "Guides" section <img width="1462" height="787" alt="Screenshot 2026-03-01 at 10 03 08 PM" src="https://github.com/user-attachments/assets/0a60a3d1-780c-4bb2-b40e-c643c5abb407" /> - Adds a new category of docs called "Optimize Performance" for advanced configuration topics <img width="1446" height="530" alt="Screenshot 2026-03-01 at 10 07 23 PM" src="https://github.com/user-attachments/assets/8bba6494-4125-4704-9a64-594a66a16e6d" /> - Adds a section called "References" for glossary/configs/and other reference material. <img width="1402" height="368" alt="Screenshot 2026-03-01 at 10 07 35 PM" src="https://github.com/user-attachments/assets/d4cf12d2-c3c4-40ce-9d19-6951514c1bc3" /> ## Related Issue(s) Related to the following open PR's: - #2398 - #2416 - #2424
Description
This PR is a first iteration of updates to the Home page for the Cosmos docs. It simplifies the content to allow users to quickly understand what Cosmos is, how it works, how to get started, and how to get help.
This PR only moves content, it does not edit, add, or rewrite docs. Those will be in follow-up PRs.
In this PR it specifically:
Discussion feedback
Related Issue(s)
N/A
Breaking Change?
Could cause broken links.
Checklist
[ x] I have made corresponding changes to the documentation (if required) - hardcoded links have been updated.
I have added tests that prove my fix is effective or that my feature works
No build errors
redirects tested and resolved