-
Notifications
You must be signed in to change notification settings - Fork 50
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
ci(docs): generate documentation from policy definition #849
Conversation
efc8feb
to
074258b
Compare
waiting for the other documentation related PRs to be merged first before rebasing so that tests pass. |
074258b
to
832ebd3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #849 +/- ##
==========================================
+ Coverage 85.98% 86.00% +0.02%
==========================================
Files 76 76
Lines 8718 8718
==========================================
+ Hits 7496 7498 +2
+ Misses 884 883 -1
+ Partials 338 337 -1 ☔ View full report in Codecov by Sentry. |
As this is going to do more than just admx and adml generation, but docs too.
This will be used when generating the documentation later on, as container directories.
Hook up in parallel to adm* generation, documentation generations under docs/
8a1353e
to
60d9097
Compare
[Auto-generated pull request](https://github.com/ubuntu/adsys/actions/workflows/policy-builds.yaml) by GitHub Action
Some are coming from dconf keys, which we can’t patch out in the documentation. Most of them are comprehensible, so let’s ignore them.
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.
Good YAML programming skills :)
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.
Trivial. Thanks!
Generate within CI the whole documentation for supported policies
UDENG-1450