-
-
Notifications
You must be signed in to change notification settings - Fork 993
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
website: Use Docusaurus Frontmatter for badges #12893
base: main
Are you sure you want to change the base?
website: Use Docusaurus Frontmatter for badges #12893
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 canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12893 +/- ##
==========================================
+ Coverage 92.75% 92.76% +0.01%
==========================================
Files 769 769
Lines 38929 38929
==========================================
+ Hits 36108 36113 +5
+ Misses 2821 2816 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d28da25
to
a44def2
Compare
<span class="badge badge--version">authentik 2024.12+</span> | ||
<p className="badge-group"> | ||
|
||
<VersionBadge semver="2024.12" /> |
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.
I'm assuming we can't easily do multiple badges without a wrapper?
@@ -62,7 +64,7 @@ When an unauthenticated user attempts to access a secured resource, they are red | |||
|
|||
When a user authenticates/enrolls via an external source, this will be set to the source they are using. | |||
|
|||
#### `outpost` (dictionary) <span class="badge badge--version">authentik 2024.10+</span> | |||
#### `outpost` (dictionary) <VersionBadge semver="2024.10" /> |
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.
Same with this, I'm assuming there's no simple way of doing this in a cleaner way without using
Details
This PR is composed of several small fixes that focus on long-term goal to reduce boilerplate that appears in doc pages, such as...
Also included are a few fragile anchor links, missing syntax highlights on code blocks, and typo fixes.
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
)