docs: Standardize landing page format#4170
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4170 +/- ##
==========================================
+ Coverage 89.35% 89.44% +0.09%
==========================================
Files 259 260 +1
Lines 15743 15818 +75
==========================================
+ Hits 14067 14149 +82
+ Misses 1676 1669 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Reviewed, looks good. I'm using a slightly different syntax on Desktop, but the end result should be the same. Adding just for reference: ::::{grid} 1 1 2 2
:::{grid-item-card} Tutorial
:link: /tutorial/index
:link-type: doc
**Get started**: a hands-on introduction to Ubuntu Desktop for new users
:::
:::{grid-item-card} How-to guides
:link: /how-to/index
:link-type: doc
**Step-by-step guides** covering key operations and common tasks
:::
::::Note two differences:
|
Sploder12
left a comment
There was a problem hiding this comment.
LGTM! Page looks nice and links work
a360c93 to
47a0bc9
Compare
47a0bc9 to
c2fab12
Compare
|
@geoffreynyaga One small, real linting error this time 😸 |
c2fab12 to
7d5ed79
Compare
|
12f0b5c to
7ad0ab1
Compare
7ad0ab1 to
4910d5f
Compare
4910d5f to
ce281ac
Compare
ce281ac to
9f15090
Compare
sharder996
left a comment
There was a problem hiding this comment.
Thanks, @geoffreynyaga!
This PR updates the landing page (specifically the "In this documentation" section) to align with the standardized format used across other canonical products , improving consistency and user experience. ## Changes Made - Replaced markdown table with a responsive grid layout (and cards) for and aligning to design patterns of other canonical products. ## Reference implementation The new format follows the same structure as other canonical product documentation: • [Chisel docs](https://documentation.ubuntu.com/chisel/en/latest/) • [Ubuntu server docs](https://documentation.ubuntu.com/server/) ## Testing - [x] Verified layout renders correctly across different screen sizes - [x] Confirmed all links and navigation elements function properly ## Screenshots ### Before <img width="810" alt="Screenshot 2025-06-18 at 09 27 37" src="https://github.com/user-attachments/assets/fb0436a1-a634-4575-823b-7e0224e6d6ad" /> ### After <img width="776" alt="Screenshot 2025-06-18 at 09 55 12" src="https://github.com/user-attachments/assets/74574d58-e1b8-4084-bfa9-3d73b9c37a06" /> MULTI-2031
This PR updates the landing page (specifically the "In this documentation" section) to align with the standardized format used across other canonical products , improving consistency and user experience.
Changes Made
Reference implementation
The new format follows the same structure as other canonical product documentation:
• Chisel docs
• Ubuntu server docs
Testing
Screenshots
Before
After
MULTI-2031