Commit Graph

90 Commits

Author SHA1 Message Date
Mike Solomon
693b89018f Fix broken links + add broken links script
After the broken link script is run, you can use the following command to see what links are broken:

awk '$2 != 200 {print $1, $2}' urls_with_status.txt
2025-02-24 09:51:49 -08:00
Mike Solomon
7965e74e78 Make all h1 headers bold
Based on internal feedback request.
2025-02-04 08:21:00 -08:00
Scott Jungling
14b900ce80 fix: non-vendor prefixed clamp 2025-01-23 10:02:27 -08:00
Scott Jungling
004c471878 style: cleaning up styles
tightening the vertical spacing on docs. always use dark mode for code samples. clamp descriptions
on cards.
2025-01-23 09:58:31 -08:00
Scott Jungling
7980b4fe01 style: tighten up the spacing on the left navigation
the excessive spacing was forcing vertical scrolling to discover navigation items. this keeps clear
groupings of sections but using  a 24" display a as proxy does not require  scrolling to discover
areas of the site
2025-01-22 09:32:33 -08:00
Mike Solomon
cb9e0c8223 Increase card title font size 2025-01-22 08:56:42 -08:00
Mike Solomon
b56b75ac82 Bold headers to make them a bit more readable 2025-01-22 08:50:43 -08:00
Mike Solomon
34da204561 Decrease font size a bit 2025-01-22 08:45:12 -08:00
Matt Vanderpol
e159dac6b9 Heading styling cleanup from feedback
Also reconciled some style tweaks into the compnent where they mak emore sense.
2025-01-21 20:35:14 -08:00
Matt Vanderpol
dcf1c73d23 Make cards expand to fill space
Since the text is multiline, the card height is now variable.
2025-01-21 20:35:14 -08:00
Matt Vanderpol
43c8116315 Switch font per feedback 2025-01-21 20:35:14 -08:00
Matt Vanderpol
617deccf7b Hover color for link interactivity
Per feedback
2025-01-21 20:35:14 -08:00
Matt Vanderpol
f112191962 Restore welcome link
Per feedback.
Pushed down a bit to better match design changes.
2025-01-21 20:35:14 -08:00
Matt Vanderpol
aabbbef18a Better text visibility in light mode 2025-01-21 20:35:14 -08:00
Matt Vanderpol
715a751a9c Use dark color for breadcrumb rollovers
To keep breadcrumbs visible
2025-01-21 20:35:14 -08:00
Matt Vanderpol
c85f8c89c9 Responsive tweaks 2025-01-21 20:34:48 -08:00
Matt Vanderpol
23850111aa Change arrow rotation on expand/collapse
For better UX
2025-01-21 20:34:48 -08:00
Matt Vanderpol
44a2201ed6 Spacing tweaks per feedback 2025-01-21 20:34:48 -08:00
Matt Vanderpol
162c18c030 Spacing tweaks for nav per feedback 2025-01-21 20:34:48 -08:00
Matt Vanderpol
65229e1641 Better spacing between player and content 2025-01-21 20:34:48 -08:00
Matt Vanderpol
6fbb0cc1ac Dark mode tweaks 2025-01-21 20:34:48 -08:00
Matt Vanderpol
b37e001072 Make pagination buttons interactive on hover 2025-01-21 20:34:48 -08:00
Matt Vanderpol
476fef0ff4 No icons on navbar
Tweaked spacing for better display after removal
2025-01-21 20:34:48 -08:00
Matt Vanderpol
7854b28b02 Sidebar tweaks 2025-01-21 20:34:48 -08:00
Matt Vanderpol
b9db206525 Use proper color for nav 2025-01-21 20:34:48 -08:00
Matt Vanderpol
91464d6857 Fix background color to match comp 2025-01-21 20:34:48 -08:00
Matt Vanderpol
951369bfe9 Color tweaks to better match comp 2025-01-21 20:34:39 -08:00
Matt Vanderpol
abfff77c93 Fix carrot display in dark mode 2025-01-21 20:34:39 -08:00
Matt Vanderpol
9aaa000314 Dark mode tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
e47a399d9a Better display with short text 2025-01-21 20:34:39 -08:00
Matt Vanderpol
31c21640a4 Dark mode tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
18d901f72e Navbar and spacing tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
7821182055 Remove commented code 2025-01-21 20:34:39 -08:00
Matt Vanderpol
937f1fde9e ToC tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
a3d5be12ad Content heading tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
d92db10334 Navbar updates 2025-01-21 20:34:39 -08:00
Matt Vanderpol
8dce039767 Sidebar tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
a4b88dc911 Initial work to add gem background 2025-01-21 20:34:39 -08:00
Matt Vanderpol
77a52a5c8f Breadcrumb tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
85f977b2b3 Footer tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
cacbe70bbc Remove entry style 2025-01-21 20:34:39 -08:00
Matt Vanderpol
7223b777c0 Pagination tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
060268680f Responsive for doc card 2025-01-21 20:34:39 -08:00
Matt Vanderpol
67db98eb3d Doc card and content tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
83f3f32c12 Sidebar nav tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
c691623c5a Whitespace change for code organization 2025-01-21 20:34:39 -08:00
Matt Vanderpol
cc62adf760 Announcement bar tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
2d03864c98 Value tweaks 2025-01-21 20:34:39 -08:00
Matt Vanderpol
105bf349be Add font to CSS 2025-01-21 20:34:30 -08:00
Mike Solomon
0147a4207c Revert "Merge pull request #165 from Red-Madrone-Solutions/redesign-2024"
This reverts commit 3085de0a93, reversing
changes made to b7dc4771ed.
2025-01-09 09:08:52 -08:00