-
-
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
web: Fix inline documentation rendering #13379
base: main
Are you sure you want to change the base?
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 #13379 +/- ##
==========================================
+ Coverage 92.68% 92.74% +0.06%
==========================================
Files 793 793
Lines 40347 40347
==========================================
+ Hits 37394 37419 +25
+ Misses 2953 2928 -25
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:
|
aad5cd5
to
c9debb8
Compare
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.
Thanks @GirlBossRush for making Docs much purrtier! What exactly is "Fixes anchored links triggering router."??
c9debb8
to
517314c
Compare
- Fix issue where Mermaid diagrams do not render. - Fix link colors in dark mode. - Fix anchored links triggering router. - Fix issue where links occasionally link to missing page.
517314c
to
ee154b6
Compare
@BeryJu Ready for review 👍🏻 |
Details
This PR addresses a collection of rendering bugs for documentation sourced from our Docusaurus pages. While this doesn't yet cover all possible visual discrepancies, the changes here bring us much closer to the expected output seen on Docusaurus.
Before
After
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
)