Skip to content

packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding.#14120

Merged
GirlBossRush merged 3 commits intomainfrom
docusaurus-theme-fixes
Apr 23, 2025
Merged

packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding.#14120
GirlBossRush merged 3 commits intomainfrom
docusaurus-theme-fixes

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Apr 17, 2025

Details

This PR resolves some feedback on the docs header redesign.

⚠️ This requires a second PR

The preview links generated by Github will not show any effect. A second PR will be submitted once this is approved -- updating both the docs site and landing page.

The upcoming TypeScript monorepo branch will make updates like this more seamless in the future.


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@GirlBossRush GirlBossRush self-assigned this Apr 17, 2025
@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f12a015
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6807a5e165328100081d831e

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f12a015
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6807a5e131257a000854c5b8
😎 Deploy Preview https://deploy-preview-14120--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 site configuration.

@GirlBossRush GirlBossRush marked this pull request as ready for review April 17, 2025 02:48
@GirlBossRush GirlBossRush requested a review from a team as a code owner April 17, 2025 02:48
@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.77%. Comparing base (76088e4) to head (f12a015).
Report is 21 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14120      +/-   ##
==========================================
- Coverage   92.77%   92.77%   -0.01%     
==========================================
  Files         809      809              
  Lines       41561    41561              
==========================================
- Hits        38560    38559       -1     
- Misses       3001     3002       +1     
Flag Coverage Δ
e2e 47.74% <ø> (+<0.01%) ⬆️
integration 24.17% <ø> (ø)
unit 90.65% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 17, 2025

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-f12a015b492049293d139ecb2d3aa1911aed6237
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-f12a015b492049293d139ecb2d3aa1911aed6237

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

@GirlBossRush GirlBossRush force-pushed the docusaurus-theme-fixes branch from 2b30edf to 2ea3d69 Compare April 22, 2025 14:14
@GirlBossRush GirlBossRush requested a review from tanberry April 22, 2025 14:15
@rissson rissson changed the title docusaurus-theme: Fix header alignment, overscroll, vertical padding. packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding. Apr 22, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner April 22, 2025 14:21
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

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

Thank you @GirlBossRush !!

@GirlBossRush GirlBossRush merged commit 4949c31 into main Apr 23, 2025
94 checks passed
@GirlBossRush GirlBossRush deleted the docusaurus-theme-fixes branch April 23, 2025 17:19
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding. (#14120)
  outposts: add support for gateway API (#13272)
  translate: Updates for file web/xliff/en.xlf in fr (#14200)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14199)
  website/docs: adds code examples for getting user objects from a group object (#14101)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14198)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14195)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14197)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14196)
  website/integrations: mealie add integration (#14188)
  core, web: update translations (#14187)
  core: bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 (#14189)
  website/docs: update user object doc (#14132)
  website/docs: dev-docs: style guide: no longer using italic for vars (#14185)
  website/docs: dev docs: style guide: update style conventions for urls (#14184)
  website/integrations: paperless: use <slug>. instead of hardcoded slug value (#14183)
  website/docs: updates style guide code block section (#14088)
  website: components: delete multilinecodeblock src (#14094)
  Revert "policies: buffered policy access view for concurrent authorization attempts when unauthenticated (#13629)" (#14180)
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.

3 participants