website: Flesh out package structure.#15773
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ 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. |
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 #15773 +/- ##
==========================================
+ Coverage 92.27% 92.98% +0.71%
==========================================
Files 831 831
Lines 44213 44226 +13
==========================================
+ Hits 40797 41124 +327
+ Misses 3416 3102 -314
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:
|
dewi-tik
left a comment
There was a problem hiding this comment.
Completely optional minor suggestions.
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9231995cb1ad49f74c4fdfd46f5af84e19d84044
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-9231995cb1ad49f74c4fdfd46f5af84e19d84044Afterwards, run the upgrade commands from the latest release notes. |
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
* website: Flesh out package structure. * Apply suggestions from code review Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> --------- Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Details
This PR adds a new section to the documentation README.md file: Package structure.
The new section adds a high-level overview of the structure of the documentation directory, including the purpose of each subdirectory and the relationship between them. It also includes a diagram that illustrates the dependency relationships between the different packages in the workspace.
Omitted from this PR is any information about setup or contribution guidelines. However, links to those resources are provided in the "Additional Resources" section.
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)