website/docs: capitalized proper name of stages, removed old version references. - #16414
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16414 +/- ##
==========================================
- Coverage 92.79% 92.78% -0.01%
==========================================
Files 838 838
Lines 45290 45290
==========================================
- Hits 42026 42024 -2
- Misses 3264 3266 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Capitalization looks good, but I have some grammar quibbles.
| ### Dynamic groups | ||
|
|
||
| Starting with authentik 2022.5, users can be added to dynamic groups. To do so, simply set `groups` in the flow plan context before this stage is run, for example | ||
| To add users to dynamic groups set `groups` in the flow plan context before this stage is run, for example: |
There was a problem hiding this comment.
Generally, I find fewer commas helps, but in this case, this is a run-on sentence in two different ways.
"To add users to dynamic groups, set groups in the flow plan context before this stage is run. For example:"
There was a problem hiding this comment.
For Ken's sake, and many others, try to not use too many commas (avoid commaitis).
https://docs.goauthentik.io/developer-docs/docs/style-guide/#punctuation
;)
I disagree with this edit too. I find that adding a comma after groups adds the little touch to make it more readable and for example should be its own sentence group too
There was a problem hiding this comment.
agree, I was moving too fast and that period is needed... I will put it in.
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-00f3131147c7a75f2b73a67de58789bb7c602465
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-00f3131147c7a75f2b73a67de58789bb7c602465Afterwards, run the upgrade commands from the latest release notes. |
…references. (#16414) * capitalized proper name of stages, removed old version references. * ken and dominics edits --------- Co-authored-by: Tana M Berry <tana@goauthentik.io>
|
🍒 Cherry-pick to |
…references. (cherry-pick #16414) (#16450) website/docs: capitalized proper name of stages, removed old version references. (#16414) * capitalized proper name of stages, removed old version references. * ken and dominics edits --------- Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana M Berry <tana@goauthentik.io>
* main: (71 commits) website: Redirect Azure to Entra. Add tags for search indexing. (#16474) website: Page redirect guide, documentation (#16466) root: bump openapi-generator-cli to v7.15.0 (#16440) ci: bump actions/attest-build-provenance from 2 to 3 (#16462) core: bump astral-sh/uv from 0.8.13 to 0.8.14 (#16461) ci: remove Python client API publication (#16468) website: Unify Netlify redirects with Docusaurus's client-side router. (#16430) core: fix client-side only validation allowing admin to set blank user password (#16467) website/integrations: Update Issuer URL for Immich (#16460) providers/oauth2: include scope in JWT (#16454) lib/sync/outgoing: fix single object sync timeout (#16447) website/docs: capitalized proper name of stages, removed old version references. (#16414) web: bump pino-pretty from 13.0.0 to 13.1.1 in /web (#16411) core: bump h2 from 4.2.0 to 4.3.0 (#16446) web: bump @playwright/test from 1.54.1 to 1.55.0 in /web (#16413) web: bump the react group across 2 directories with 1 update (#16448) web: bump bootstrap from 5.3.7 to 5.3.8 in /web (#16416) web: bump @sentry/browser from 10.6.0 to 10.7.0 in /web in the sentry group across 1 directory (#16433) root: check for brew install of libxml2 before updating path (#16422) core: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#16434) ...
Tiny PR to capitalize the few stage names that were not, also a few tweaks to one file to remove old version references.
make docs)