-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: update source docs #16992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-978c3ae52167dd0c2b5f04e667ad9d1b14a2bb7d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, 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-978c3ae52167dd0c2b5f04e667ad9d1b14a2bb7d Afterwards, run the upgrade commands from the latest release notes. |
@dewi-tik these look great to me! Any reason to wait, or can we merge soon? |
I'm planning on working my way through each doc and standardizing them. Quite a bit left to do. Will likely take me a few hours. Hopefully I'll get time to work on them this week. |
Signed-off-by: Dewi Roberts <[email protected]>
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/twitter/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/twitter/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/twitter/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/twitter/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/twitter/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting to shape up more and more. I'd like to start with deciding on a few things using the apple doc as a reference, then we can update the remaining docs to match the choices we made here. then we'll review the rest. Just to save on duplicated comments for now
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
website/docs/users-sources/sources/social-logins/apple/index.md
Outdated
Show resolved
Hide resolved
- Under **Protocol Settings**: | ||
- **Consumer key**: Client ID from Discord. | ||
- **Consumer secret**: Client Secret from Discord | ||
- **Scopes** _(optional)_: if you need authentik to sync guild membership information from Disord, add the `guilds guilds.members.read` scope. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Scopes** _(optional)_: if you need authentik to sync guild membership information from Disord, add the `guilds guilds.members.read` scope. | |
- **Scopes** _(optional)_: to allow authentik to sync guild membership information from Discord, add the `guilds guilds.members.read` scopes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's two scopes guilds
and guilds.members.read
. But they're added to the scopes field as guilds guilds.members.read
Details
Updates all source docs to new styling and makes them consistent.
Closes #12959
Checklist
make docs
)