-
-
Notifications
You must be signed in to change notification settings - Fork 303
docs(config): split the configuration documentation into pages #1657
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
docs(config): split the configuration documentation into pages #1657
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1657 +/- ##
==========================================
+ Coverage 97.33% 98.68% +1.34%
==========================================
Files 42 60 +18
Lines 2104 2656 +552
==========================================
+ Hits 2048 2621 +573
+ Misses 56 35 -21
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:
|
d2a6dbe to
92fdf20
Compare
|
I need time to review and improve it. |
f1ac47b to
01c0409
Compare
|
Now it is ready for review. I will probably use AI to improve the wording in the documentation in some future PRs. Let's improve the structure first. |
01c0409 to
449ac4d
Compare
54d9e58 to
2fa81c7
Compare
f72e500 to
0e95629
Compare
|
Checked #1236 and moved the new content to |
Lee-W
left a comment
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.
A few nitpicks but nothing is actally blocking
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
cfb3d02 to
8ab6f77
Compare
Why
docs/config.mdbasically mixed the usage of options that is only used by different cz commands together. It would be better if those options are categorized.Also, duplication of option usage documentation occurs. It should be fixed.
This PR categorized and centralizes those configuration file options, and remove the duplication of option usages.
The configuration file doc and version provider doc have their own pages now.
Checklist
Documentation Changes
poetry doclocally to ensure the documentation pages renders correctly