website/docs: Prepare for monorepo.#14119
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9fc0a18 to
6f04c50
Compare
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 #14119 +/- ##
==========================================
+ Coverage 92.70% 92.75% +0.04%
==========================================
Files 809 809
Lines 41533 41533
==========================================
+ Hits 38505 38525 +20
+ Misses 3028 3008 -20
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:
|
c785bab to
cabe58c
Compare
cdc3772 to
de275f9
Compare
7d76055 to
b566877
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3f76f3cbf7b5fe405df2f6e1cf6f12de258db99f
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-3f76f3cbf7b5fe405df2f6e1cf6f12de258db99fAfterwards, run the upgrade commands from the latest release notes. |
b566877 to
825fa8f
Compare
d0e0ddd to
3e817e6
Compare
tanberry
left a comment
There was a problem hiding this comment.
Thank you so much @GirlBossRush I so look forward to the new version picker!
3e817e6 to
085a055
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
A couple of textual examples that users depend upon were changed, and I'd like to see those restored for consistency. Prettier will "fix" tables where some lines are longer than the limit in a way that breaks the point of using a table: to help the dev (or learner) understand that it is a table, and it can be understood as a spreadsheet-like thing.
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Much better!
2b38f92 to
3f76f3c
Compare
efc0929 to
b9a6b01
Compare
This reverts commit 5bdef1c.
Depends on #14120
Details
This PR updates the docs package in preparation for the monorepo branch. The changes applied are primarily linter and formatter fixes, with some additional type checking applied.
Also included is some partial improvements to the version dropdown's copy, clarifying our current default of showing docs planned for the next release of authentik.
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 website)