-
Notifications
You must be signed in to change notification settings - Fork 44
Feat: extend documentation tool for subcommand configurations #2455
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
Merged
dlachaume
merged 10 commits into
main
from
ensemble/2384/extend-documentation-tool-for-subcommand-configurations
May 5, 2025
Merged
Feat: extend documentation tool for subcommand configurations #2455
dlachaume
merged 10 commits into
main
from
ensemble/2384/extend-documentation-tool-for-subcommand-configurations
May 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c25bc04
to
56e27e2
Compare
56e27e2
to
aa2f904
Compare
a82b4b8
to
21cc517
Compare
sfauvel
approved these changes
May 2, 2025
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.
LGTM
fceaf6a
to
11353cf
Compare
turmelclem
approved these changes
May 5, 2025
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.
LGTM
jpraynaud
approved these changes
May 5, 2025
…nds configurations Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
… the commands Co-authored-by: Clément TURMEL <turmelclem@users.noreply.github.com>
…ions documentation Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com> Co-authored-by: Clément TURMEL <turmelclem@users.noreply.github.com>
…ntation with configurations
…_configurations` in favor of newer version
Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
delegate field merging responsibility to `FieldDoc`
* mithril-doc-derive from `0.1.17` to `0.1.18` * mithril-doc from `0.1.22` to `0.1.23` * mithril-aggregator from `0.7.46` to `0.7.47` * mithril-common from `0.5.27` to `0.5.28` * mithril-signer from `0.2.244` to `0.2.245`
11353cf
to
eaea965
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR includes enhancements to the documentation tool, enabling it to support subcommand configurations.
Pre-submit checklist
Comments
Additionally, an assessment of the differences between the documentation generated by
mithril-doc
and the currently published website documentation has been completed. The identified differences are as follows:mithril-doc
merge mechanism for default configurations may need improvement.protocol_parameters
andcardano_transactions_signing_config
, which use double underscores (__
) as separators.prettier
.--help
command entries: Each subcommand table includes a help command entry, which may be unnecessary.Issue(s)
Closes #2450