website/integrations: fix typos, update language and styling#14978
Merged
website/integrations: fix typos, update language and styling#14978
Conversation
…aces tags that are no longer in use
✅ 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 ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14978 +/- ##
==========================================
- Coverage 92.82% 92.81% -0.02%
==========================================
Files 815 815
Lines 42095 42095
==========================================
- Hits 39075 39070 -5
- Misses 3020 3025 +5
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:
|
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0c725e7aa3742387e18a85201cf177c5440525b7
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-0c725e7aa3742387e18a85201cf177c5440525b7Afterwards, run the upgrade commands from the latest release notes. |
dominic-r
reviewed
Jun 9, 2025
dominic-r
approved these changes
Jun 9, 2025
2 tasks
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
…-fix-typos-and-language
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 10, 2025
* main: (21 commits) web/admin: fix language in certificate import (#14953) website/integrations: add new categories and update sidebar info (#14995) brands: fix custom_css being escaped (#14994) web/admin: show selected policy engine mode on bindings pages, allow setting it on sources (#12963) website/integrations: add bitwarden (#14922) core: bump goauthentik.io/api/v3 from 3.2025061.1 to 3.2025061.2 (#14986) website: bump @types/node from 22.15.30 to 24.0.0 in /website (#14988) website: bump the eslint group in /website with 3 updates (#14987) web: bump the eslint group across 2 directories with 3 updates (#14991) website/integrations: fix typos, update language and styling (#14978) website/integrations: add 1password (#14815) website/integrations: add nextcloud ldap config and update doc to new styling (#14866) outposts: Refactor session end signal and add LDAP support (#14539) core: bump cryptography from 45.0.3 to 45.0.4 (#14989) core: bump goauthentik/fips-python from 3.13.3-slim-bookworm-fips to 3.13.4-slim-bookworm-fips (#14990) web: bump API Client version (#14985) core, web: update translations (#14984) events: rework metrics endpoint (#14934) website/integrations: replaces all kbd and em tags (#14980) internal/outpost: fix incorrect usage of golang SHA API (#14981) ...
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 12, 2025
* main: (30 commits) web/elements: Add light mode custom css handling (#14944) website/docs: add host header dynamic property mapping (#15006) core, web: update translations (#14999) website/docs: fixes misplaced sentence (#14998) website/docs: note usage of `is_restored` by source stage (#13422) website: bump the build group in /website with 6 updates (#15001) web: bump @sentry/browser from 9.27.0 to 9.28.0 in /web in the sentry group across 1 directory (#15002) core: bump msgraph-sdk from 1.32.0 to 1.33.0 (#15003) core: bump google-api-python-client from 2.171.0 to 2.172.0 (#15004) web/admin: fix language in certificate import (#14953) website/integrations: add new categories and update sidebar info (#14995) brands: fix custom_css being escaped (#14994) web/admin: show selected policy engine mode on bindings pages, allow setting it on sources (#12963) website/integrations: add bitwarden (#14922) core: bump goauthentik.io/api/v3 from 3.2025061.1 to 3.2025061.2 (#14986) website: bump @types/node from 22.15.30 to 24.0.0 in /website (#14988) website: bump the eslint group in /website with 3 updates (#14987) web: bump the eslint group across 2 directories with 3 updates (#14991) website/integrations: fix typos, update language and styling (#14978) website/integrations: add 1password (#14815) ...
cavefire
pushed a commit
to cavefire/authentik
that referenced
this pull request
Jun 24, 2025
…ntik#14978) * Typo and improved language * Changes "admin" to "administrator" and updates indentation * Updates miniflux to newer styling * Combines two notes at beginning of jellyfin doc into one * Replaces all "your application slug" with "application_slug" and replaces tags that are no longer in use * Replaces tags that are no longer in use * Updates immich indentation, application_slug and removes tags * Updated bookstack indentation, tags and application slug * Removes kbd and em tags, and updates the application slug * Gix metadata header in bookstack doc * Lint fix miniflux * ArgoCD indentation --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Fixes random wording and language issues in various docs and updates styling
Checklist
If applicable
make website)