-
Notifications
You must be signed in to change notification settings - Fork 44
Docs: reorganize user manual section in docs website #2102
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
jpraynaud
merged 19 commits into
main
from
jpraynaud/2101-update-doc-website-user-manual
Nov 12, 2024
Merged
Docs: reorganize user manual section in docs website #2102
jpraynaud
merged 19 commits into
main
from
jpraynaud/2101-update-doc-website-user-manual
Nov 12, 2024
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
2471c74
to
9a6cdfd
Compare
olgahryniuk
reviewed
Nov 11, 2024
sfauvel
approved these changes
Nov 12, 2024
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
dlachaume
approved these changes
Nov 12, 2024
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 🚀
751695f
to
77206dc
Compare
77206dc
to
5b5321e
Compare
From '0.1.44' to '0.1.45'.
5b5321e
to
6e6c776
Compare
olgahryniuk
approved these changes
Nov 12, 2024
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 significant updates to the user manual documentation for Mithril, including new sections and reorganized content. The changes aim to improve the clarity and accessibility of the information for developers and users.
Note
Documentation Updates:
docs/website/docusaurus.config.js
)Develop
section with a README and category configuration. (docs/website/root/manual/develop/README.mdx
,docs/website/root/manual/develop/_category_.json
) [1] [2]docs/website/root/manual/develop/nodes/mithril-signer.md
,docs/website/root/manual/develop/protocol-simulation.md
,docs/website/root/manual/develop/references.md
,docs/website/root/manual/develop/run-mithril-devnet.md
) [1] [2] [3] [4]Dependency Updates:
package.json
andpackage-lock.json
to include new plugins and update the version. (docs/website/package.json
,docs/website/package-lock.json
) [1] [2]Structural Changes:
Developer Docs
category configuration. (docs/website/root/manual/developer-docs/_category_.json
)Getting Started
section with a README and category configuration. (docs/website/root/manual/getting-started/README.mdx
,docs/website/root/manual/getting-started/_category_.json
) [1] [2]Bootstrap a Cardano node
documentation to adjust the sidebar position and remove theMithril networks
note. (docs/website/root/manual/getting-started/bootstrap-cardano-node.md
) [1] [2]Network configurations
documentation file. (docs/website/root/manual/getting-started/network-configurations.md
)Pre-submit checklist
Issue(s)
Relates to #2101