Skip to content

fix: Update remaining legacy links and home page theming#578

Merged
taylorsilva merged 2 commits into
concourse:masterfrom
Aviator-Labs:master
Jan 5, 2026
Merged

fix: Update remaining legacy links and home page theming#578
taylorsilva merged 2 commits into
concourse:masterfrom
Aviator-Labs:master

Conversation

@kcbimonte

Copy link
Copy Markdown
Contributor

tl;dr

There were still some links on the examples pages that pointed to the legacy links. While they would've redirected, it's better to just have them as the real internal links. Additionally, the home page had a white background but the code didn't respect that leading to weird behaviour.

Links

All the examples pages had a bottom section to reference things like Tasks and Jobs but still pointed to the legacy URLs. Updates those to point to the internal documents so routing is done properly.

Home Page

Current (with #577)

When dark mode is enabled, the code blocks are dark against a light background not matching the rest of the site

image

Fix

By removing hardcoded coloring and setting the background of the feature-box to var(--md-default-bg-color), we can see a more pleasing code block on background view that matches the rest of the site

image

@kcbimonte

Copy link
Copy Markdown
Contributor Author

Guess it'd be beneficial to show Light Mode works as expected as well

image

@taylorsilva taylorsilva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY!

@taylorsilva
taylorsilva merged commit e977d1a into concourse:master Jan 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants