website: Prep for 3.8 path resolution.#15575
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #15575 +/- ##
==========================================
+ Coverage 93.15% 93.20% +0.04%
==========================================
Files 831 831
Lines 44144 44144
==========================================
+ Hits 41124 41146 +22
+ Misses 3020 2998 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
49d6e01 to
9360d57
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-b897d6432412568c928f27d7e46dc7f37a8d5652
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-b897d6432412568c928f27d7e46dc7f37a8d5652Afterwards, run the upgrade commands from the latest release notes. |
9360d57 to
b897d64
Compare
There was a problem hiding this comment.
Thanks so much for catching the areas in our docs where we needed to update instructions. All of this looks good to me, with the outstanding question about the mystery of why we need to add the extension and index.md and trailing slash on some links but not on others.... as discussed, it might be a weird combo of things in a certain file that Netlify wants...
Details
This PR includes several small but related file warnings that appear in Docusaurus 3.8.
Also included are a fix for a few MDX build warnings related to frames.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)