-
Notifications
You must be signed in to change notification settings - Fork 85
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
README - have meta-states and sub-state headings. #169
Comments
I agree that we should provide a better way to distinguish between meta and sub states and separate components. Maybe using the order in which they are called? For example: Available Meta statesSetup
Clean
Available substatesSetup
Clean
|
I think that if we have more than one configuration file, we should consider Available Meta states
Available substates
|
Substates are really useful for advanced users needing granularity, or building a solution needing to call one substate (i.e.setup a repository) without forcing entire formula on them. Since many software has official API the sub-states can match API calls. See Related to this is #136 since there is duplication of states when the README is generated. |
@baby-gnu While reviewing the -Available Meta states
+Available meta-states
...
-Available substates
+Available sub-states |
@myii I completely agree, this was just a proposal for discussion. Thanks. |
@baby-gnu You're welcome, thanks for the feedback. |
I would recommend "Available States" section in README is split.
See example at https://github.com/saltstack-formulas/lvm-formula#available-meta-states
The text was updated successfully, but these errors were encountered: