-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12893 +/- ##
=======================================
Coverage 92.75% 92.76%
=======================================
Files 785 785
Lines 39584 39592 +8
=======================================
+ Hits 36717 36727 +10
+ Misses 2867 2865 -2
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
website/docs/add-secure-apps/flows-stages/flow/context/index.mdx
Outdated
Show resolved
Hide resolved
a44def2
to
20aa5ef
Compare
…omponents. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
8f060e4
to
5ab0abf
Compare
5ab0abf
to
64ed946
Compare
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
)