website: Use Docusaurus Frontmatter for badges#12893
website: Use Docusaurus Frontmatter for badges#12893GirlBossRush merged 1 commit intogoauthentik:mainfrom
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 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.66% -0.09%
==========================================
Files 792 792
Lines 40197 40222 +25
==========================================
- Hits 37286 37273 -13
- Misses 2911 2949 +38
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
d10f560 to
d5d400d
Compare
tanberry
left a comment
There was a problem hiding this comment.
In general I am not a fan of changing extensions to/from .md/.mdx because I worry about broken external links, redirects, etc. and to me it is not worth the risk. But other than that I like the use of the Docusaurus labels so let's get this merged hehehe!
|
I don't think anyone should/could be externally linking to .md(x) 'paths' directly anyway! |
|
Website links aren't changed by switching from md to mdx or vice versa |
Sure, couldn't that happen if an external person bookmarks a link to one of our docs that happens to be an |
I mean if someone external links to one of our docs pages that happens to be an .mdx instead of an .md file. But maybe Jens is saying the extension won't matter. |
…omponents. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
d5d400d to
824fcc1
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)