-
-
Notifications
You must be signed in to change notification settings - Fork 945
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/scripts: Add docsmg migration tool #10658
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. |
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 @ObamaTheLlama114 let's polish this up and use it!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10658 +/- ##
=======================================
Coverage 92.50% 92.50%
=======================================
Files 719 719
Lines 35197 35197
=======================================
+ Hits 32559 32560 +1
+ Misses 2638 2637 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* main: (98 commits) outposts: implement general paginator for list API requests (#10619) website/scripts/docsmg: switch docsmg from using .env to docsmg.env (#10680) web: fix dark theme and theme switch (#10667) website/scripts/docsmg: Updated README (#10678) core: bump goauthentik.io/api/v3 from 3.2024061.8 to 3.2024061.9 (#10669) web: bump @babel/preset-env from 7.24.8 to 7.25.0 in /web in the babel group across 1 directory (#10670) web: bump the rollup group across 1 directory with 3 updates (#10672) web: bump @swc/core from 1.7.2 to 1.7.3 in /web/sfe (#10673) web: bump rollup from 4.19.0 to 4.19.1 in /web/sfe (#10674) website/scripts/docsmg: Bug fixes (#10668) website/integrations: add engomo (#10538) ci: fix expression for outpost GHA caching website/docs: fix typos in passwordless setup guide (#10661) website/docs: fix missing mermaid theme (#10665) website/scripts/docsmg: Add install script and readme draft (#10659) web: bump API Client version (#10653) website/scripts: Add docsmg migration tool (#10658) core: add primitives for source property mappings (#10651) root: make pyrad a standard dependency (#10649) core: remove deprecated sentry-sdk method usage (#10648) ...
This PR adds the docsmg cli tool which will be used for migrating the docs to the new structure
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
)