Skip to content

website: fix active menu link background overlap#17607

Merged
dominic-r merged 1 commit intomainfrom
sdko/docs-fix-blue-tab
Oct 21, 2025
Merged

website: fix active menu link background overlap#17607
dominic-r merged 1 commit intomainfrom
sdko/docs-fix-blue-tab

Conversation

@dominic-r
Copy link
Member

The Docusaurus theme applied a default background color to elements w the .menu__link--active class class.

That created a a dark blue box under selected tabs in the documentation sidebar which looked out of place.

Before:
image

After:
image

The Docusaurus theme applied a default background color to elements w the  .menu__link--active class class.

That created a a dark blue box under selected tabs in the documentation sidebar which looked out of place.
@dominic-r dominic-r requested a review from a team as a code owner October 21, 2025 00:51
@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit abc1491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68f6d91d3ce1220008d960a5
😎 Deploy Preview https://deploy-preview-17607--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit abc1491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68f6d91d1c2c320008ad973a
😎 Deploy Preview https://deploy-preview-17607--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit abc1491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68f6d91dee17cc0008f1c564

@dominic-r dominic-r self-assigned this Oct 21, 2025
@dominic-r dominic-r added area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Oct 21, 2025
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.89%. Comparing base (db213a8) to head (abc1491).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17607      +/-   ##
==========================================
+ Coverage   92.73%   92.89%   +0.15%     
==========================================
  Files         868      868              
  Lines       47913    47913              
==========================================
+ Hits        44434    44508      +74     
+ Misses       3479     3405      -74     
Flag Coverage Δ
e2e 45.25% <ø> (+1.08%) ⬆️
integration 23.12% <ø> (-0.07%) ⬇️
unit 91.07% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-abc149156519fd64882ff7f3f9689ba697a9aead
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-abc149156519fd64882ff7f3f9689ba697a9aead

Afterwards, run the upgrade commands from the latest release notes.

@dominic-r dominic-r enabled auto-merge (squash) October 21, 2025 01:50
@dominic-r dominic-r merged commit d13d2e8 into main Oct 21, 2025
102 checks passed
@dominic-r dominic-r deleted the sdko/docs-fix-blue-tab branch October 21, 2025 05:06
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #17620

dominic-r added a commit that referenced this pull request Oct 21, 2025
…to version-2025.10) (#17620)

website: fix active menu link background overlap (#17607)

Co-authored-by: Dominic R <dominic@sdko.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants