Skip to content

website/docs: fixes misplaced sentence#14998

Merged
tanberry merged 1 commit intomainfrom
docs-events
Jun 11, 2025
Merged

website/docs: fixes misplaced sentence#14998
tanberry merged 1 commit intomainfrom
docs-events

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Jun 10, 2025

This PR moves around a misplaced sentence, and a few other tweaks, in our Events doc page.

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

@tanberry tanberry requested a review from a team as a code owner June 10, 2025 18:31
@netlify
Copy link

netlify bot commented Jun 10, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7fda57d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/684879e9beb7190008f66351
😎 Deploy Preview https://deploy-preview-14998--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 Jun 10, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 7fda57d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/684879e98224520008dd2441

@codecov
Copy link

codecov bot commented Jun 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.81%. Comparing base (9ffb244) to head (7fda57d).
Report is 6 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14998   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files         815      815           
  Lines       42105    42105           
=======================================
  Hits        39080    39080           
  Misses       3025     3025           
Flag Coverage Δ
e2e 47.74% <ø> (-0.01%) ⬇️
integration 24.33% <ø> (ø)
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

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

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

@tanberry tanberry merged commit 8af2d18 into main Jun 11, 2025
105 checks passed
@tanberry tanberry deleted the docs-events branch June 11, 2025 12:17
kensternberg-authentik added a commit that referenced this pull request Jun 11, 2025
* main:
  web/elements: Add light mode custom css handling (#14944)
  website/docs: add host header dynamic property mapping (#15006)
  core, web: update translations (#14999)
  website/docs: fixes misplaced sentence (#14998)
  website/docs: note usage of `is_restored` by source stage (#13422)
  website: bump the build group in /website with 6 updates (#15001)
  web: bump @sentry/browser from 9.27.0 to 9.28.0 in /web in the sentry group across 1 directory (#15002)
  core: bump msgraph-sdk from 1.32.0 to 1.33.0 (#15003)
  core: bump google-api-python-client from 2.171.0 to 2.172.0 (#15004)
kensternberg-authentik added a commit that referenced this pull request Jun 12, 2025
* main: (30 commits)
  web/elements: Add light mode custom css handling (#14944)
  website/docs: add host header dynamic property mapping (#15006)
  core, web: update translations (#14999)
  website/docs: fixes misplaced sentence (#14998)
  website/docs: note usage of `is_restored` by source stage (#13422)
  website: bump the build group in /website with 6 updates (#15001)
  web: bump @sentry/browser from 9.27.0 to 9.28.0 in /web in the sentry group across 1 directory (#15002)
  core: bump msgraph-sdk from 1.32.0 to 1.33.0 (#15003)
  core: bump google-api-python-client from 2.171.0 to 2.172.0 (#15004)
  web/admin: fix language in certificate import  (#14953)
  website/integrations: add new categories and update sidebar info (#14995)
  brands: fix custom_css being escaped (#14994)
  web/admin: show selected policy engine mode on bindings pages, allow setting it on sources (#12963)
  website/integrations: add bitwarden (#14922)
  core: bump goauthentik.io/api/v3 from 3.2025061.1 to 3.2025061.2 (#14986)
  website: bump @types/node from 22.15.30 to 24.0.0 in /website (#14988)
  website: bump the eslint group in /website with 3 updates (#14987)
  web: bump the eslint group across 2 directories with 3 updates (#14991)
  website/integrations: fix typos, update language and styling (#14978)
  website/integrations: add 1password (#14815)
  ...
@tanberry
Copy link
Contributor Author

/cherry-pick version-2025.4

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jun 20, 2025
fixes misplaced sentence

Co-authored-by: Tana M Berry <tana@goauthentik.io>
@tanberry
Copy link
Contributor Author

/cherry-pick version-2025.6

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jun 20, 2025
fixes misplaced sentence

Co-authored-by: Tana M Berry <tana@goauthentik.io>
BeryJu pushed a commit that referenced this pull request Jun 21, 2025
website/docs: fixes misplaced sentence (#14998)

fixes misplaced sentence

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
BeryJu pushed a commit that referenced this pull request Jun 21, 2025
website/docs: fixes misplaced sentence (#14998)

fixes misplaced sentence

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
fixes misplaced sentence

Co-authored-by: Tana M Berry <tana@goauthentik.io>
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