Commit Graph
20 Commits
Author SHA1 Message Date
d319cd8cc6 fix: blog dark mode - text invisible on dark background (#25620)
The blog CSS selectors for dark mode used descendant selectors like
[data-theme='dark'] .blog-wrapper which never matched because both
data-theme and .blog-wrapper are applied to the same <html> element
by Docusaurus. Fixed by using compound selectors (no space):
[data-theme='dark'].blog-wrapper.

Also added missing dark-mode overrides for:
- pre/code blocks in blog posts
- link colors in blog posts
- marquee items, separators, and labels on blog list page
- pagination links on blog list page
- meta text and author separators on blog list page

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
2026-04-13 09:08:57 -07:00
ishaan-berriandGitHub fdd7500904 blog: add back arrow to blog post pages (#25587)
* blog: add back arrow to post pages

* blog: style back arrow — fixed top-left below navbar
2026-04-11 19:15:45 -07:00
Ishaan Jaffer 8e616ecdf4 add BlogPostPage swizzle: hide sidebar, add hiring CTA on every post 2026-04-11 18:02:56 -07:00
Ishaan Jaffer dac44fb443 blog list styles: clean typography, marquee animation, hero layout 2026-04-11 18:02:52 -07:00
Ishaan Jaffer 85cb7db8b9 blog list page: Ramp-style flat list with hero, provider marquee, hiring CTA 2026-04-11 18:02:48 -07:00
Arindam200 4da2730607 Refactor TOC component to use Docusaurus Link for navigation 2026-03-19 00:59:56 +05:30
Arindam200 9d746f7421 update: ui and layout change 2026-03-17 01:55:27 +05:30
ryan-crabbeandGitHub 82383cde74 docs/blog index page (#20188)
* docs: add card-based blog index page for mobile navigation

Fixes #20100 - the blog landing page showed post content directly
instead of an index, with no way to navigate between posts on mobile.

- Swizzle BlogListPage with card-based grid layout
- Featured latest post spans full width with badge
- Responsive 2-column grid with orphan handling
- Pagination, SEO metadata, accessibility (aria-label, dateTime, heading hierarchy)
- Add description frontmatter to existing blog posts

* docs: add deterministic fallback colors for unknown blog tags

* docs: rename blog heading to The LiteLLM Blog
2026-01-31 15:11:45 -08:00
yujongleeandGitHub 1eb9b4ee13 bye (#6982) 2024-12-05 13:38:10 -08:00
yujongleeandGitHub 43878bd2a0 remove ask mode (#6271) 2024-10-16 22:01:50 -07:00
yujongleeandGitHub 42174fde4e update (#6160) 2024-10-11 19:18:56 +05:30
yujonglee 2c10f62763 forget to keep existing search - bring it back 2024-08-30 21:27:13 -04:00
yujonglee d87e2f92e9 update canary 2024-08-30 21:10:57 -04:00
yujonglee 10ffb5a960 remove ui shift on reload 2024-07-26 22:13:04 +09:00
yujonglee 8a45abb563 fix import and add fallback 2024-07-26 22:00:48 +09:00
yujonglee c54f23f936 wrap existing search bar 2024-07-26 21:46:36 +09:00
yujonglee 3967007595 update to latest 2024-07-26 21:06:53 +09:00
yujonglee a540c23730 improvements 2024-07-26 12:08:46 +09:00
yujonglee 78de9424a7 customize 2024-07-26 10:41:29 +09:00
yujonglee 823d20101d eject default UI
npm run swizzle @getcanary/docusaurus-pagefind SearchBar -- --eject --danger
2024-07-26 10:41:29 +09:00