Skip to content

website/docs: remove broken info box and fix sentence#17963

Merged
dewi-tik merged 1 commit intomainfrom
website/docs--remove-broken-info-box
Nov 5, 2025
Merged

website/docs: remove broken info box and fix sentence#17963
dewi-tik merged 1 commit intomainfrom
website/docs--remove-broken-info-box

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Nov 5, 2025

Details

Fixes this mess
image


Checklist

If applicable

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

@dewi-tik dewi-tik self-assigned this Nov 5, 2025
@dewi-tik dewi-tik requested a review from a team as a code owner November 5, 2025 13:12
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Nov 5, 2025
@dewi-tik dewi-tik requested a review from melizeche November 5, 2025 13:12
@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 2a3db76
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690b4d3fedaac5000804a748
😎 Deploy Preview https://deploy-preview-17963--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 Nov 5, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 2a3db76
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690b4d3f759e910008e3c9fd

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 2a3db76
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690b4d3fb85dd900081e1241
😎 Deploy Preview https://deploy-preview-17963--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.

@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Nov 5, 2025
@dewi-tik dewi-tik added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Nov 5, 2025
@dewi-tik dewi-tik added the backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 label Nov 5, 2025
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Nov 5, 2025
@dewi-tik dewi-tik enabled auto-merge (squash) November 5, 2025 13:13
@dewi-tik dewi-tik changed the title webiste/docs: remove broken info box and fix sentence website/docs: remove broken info box and fix sentence Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17963      +/-   ##
==========================================
- Coverage   92.92%   92.87%   -0.05%     
==========================================
  Files         869      869              
  Lines       48016    48016              
==========================================
- Hits        44618    44595      -23     
- Misses       3398     3421      +23     
Flag Coverage Δ
e2e 45.17% <ø> (+0.28%) ⬆️
integration 23.14% <ø> (-0.06%) ⬇️
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.

@dewi-tik dewi-tik merged commit 8a9291a into main Nov 5, 2025
139 of 141 checks passed
@dewi-tik dewi-tik deleted the website/docs--remove-broken-info-box branch November 5, 2025 14:06
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 5, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 5, 2025
This cherry-pick has conflicts that need manual resolution.

Original PR: #17963
Original commit: 8a9291a
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.8 has conflicts: #17964

@authentik-automation
Copy link
Contributor

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 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-2a3db76a749ca43fd189ca6605848a825f5008ca
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-2a3db76a749ca43fd189ca6605848a825f5008ca

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

dewi-tik added a commit that referenced this pull request Nov 5, 2025
…7963 to version-2025.10) (#17965)

webiste/docs: remove broken info box and fix sentence (#17963)

Remove broken info box and fix sentence.

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main:
  webiste/docs: remove broken info box and fix sentence (#17963)
  web/admin: fixes capitalization in application wizard title (#17959)
  website/docs: added Note about email_verified scope mapping is set to false by default (#17942)
  crypto: update certificate api and component (#17921)
  core: bump openapitools/openapi-diff from 2.1.4 to 2.1.5 in /scripts/api (#17929)
  ci: bump getsentry/action-release from 3.3.0 to 3.4.0 (#17931)
  ci: bump helm/kind-action from 1.12.0 to 1.13.0 (#17930)
  tasks/schedules: fix rel obj not being associated or updated (#17934)
  core, web: update translations (#17807)
  brands: sort matched brand by match length (#17920)
  web: bump the storybook group across 1 directory with 5 updates (#17787)
  brands: add more matching tests (#16185)
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.8 Add this label to PRs to backport changes to version-2025.8 backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants