Skip to content

website/integrations: standardize resource sections and update template#20423

Merged
dominic-r merged 1 commit intomainfrom
website/integrations--fix-resource-sections
Feb 24, 2026
Merged

website/integrations: standardize resource sections and update template#20423
dominic-r merged 1 commit intomainfrom
website/integrations--fix-resource-sections

Conversation

@dewi-tik
Copy link
Contributor

Details

Standardizes "resource" sections, rather than "reference" or "additional resources" and updates template


Checklist

If applicable

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

@dewi-tik dewi-tik requested a review from a team as a code owner February 19, 2026 15:51
@dewi-tik dewi-tik self-assigned this Feb 19, 2026
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Feb 19, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Feb 19, 2026
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Feb 19, 2026
@netlify
Copy link

netlify bot commented Feb 19, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit d48b4bd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/699d032dbc897e0008e72467
😎 Deploy Preview https://deploy-preview-20423--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 Feb 19, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit d48b4bd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699d032de02cab0008ca5ea4
😎 Deploy Preview https://deploy-preview-20423--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.

@dewi-tik dewi-tik enabled auto-merge (squash) February 19, 2026 15:54
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20423   +/-   ##
=======================================
  Coverage   93.29%   93.29%           
=======================================
  Files         981      981           
  Lines       55280    55280           
=======================================
  Hits        51572    51572           
  Misses       3708     3708           
Flag Coverage Δ
conformance 37.39% <ø> (+<0.01%) ⬆️
e2e 43.18% <ø> (-0.01%) ⬇️
integration 22.39% <ø> (+<0.01%) ⬆️
unit 91.49% <ø> (-0.02%) ⬇️
unit-migrate 91.51% <ø> (-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 moved this from In Progress to In review in authentik Core Feb 19, 2026
@dominic-r dominic-r force-pushed the website/integrations--fix-resource-sections branch from a9c5774 to ae9ef93 Compare February 19, 2026 21:43
@dominic-r dominic-r disabled auto-merge February 19, 2026 21:43
@dominic-r dominic-r enabled auto-merge (squash) February 19, 2026 21:43
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

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

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

@dominic-r dominic-r force-pushed the website/integrations--fix-resource-sections branch from 0e2a433 to d48b4bd Compare February 24, 2026 01:47
@dominic-r dominic-r disabled auto-merge February 24, 2026 01:47
@dominic-r dominic-r enabled auto-merge (squash) February 24, 2026 01:47
@dominic-r dominic-r disabled auto-merge February 24, 2026 01:47
@dominic-r dominic-r enabled auto-merge (squash) February 24, 2026 01:47
@dominic-r dominic-r merged commit a49764d into main Feb 24, 2026
100 checks passed
@dominic-r dominic-r deleted the website/integrations--fix-resource-sections branch February 24, 2026 02:27
@github-project-automation github-project-automation bot moved this from In review to Done in authentik Core Feb 24, 2026
kensternberg-authentik added a commit that referenced this pull request Feb 25, 2026
* main:
  web/flow: Tidy identification stage (#20261)
  website/docs: fix upgrade link in release notes (#20540)
  website/docs: fix upgrade link in `2026.2` release notes (#20539)
  website/docs: update supported versions (#20534)
  website/docs: create draft release notes for `2026.5` (#20529)
  Fix redirect URI in Seafile integration documentation (#20532)
  website/docs: autogenerate release notes (#20527)
  providers/oauth2: add jti claim (#20484)
  providers/oauth2: deactivate locale after testing (#20518)
  policies: fix PolicyEngineMode ALL with static binding optimization (#20430)
  website/docs: fix linux setup docs (#20508)
  web: fix Edit Policy button on Flow view page (#20511)
  endpoints: fix infinite recursion in stage with unsupported connector (#20485)
  enterprise: add `ES384` to enterprise license algorithms (#20507)
  web/flow: fix typo in RedirectStage (#20488)
  website/docs: fix GitHub social-login wording and capitalization (#20489)
  web: bump knip from 5.84.1 to 5.85.0 in /web (#20464)
  website/integrations: standardize resource sections and update template (#20423)
  core, web: bump ajv from 6.12.6 to 6.14.0 in /packages/eslint-config (#20478)
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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants