-
Notifications
You must be signed in to change notification settings - Fork 41
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: reorganize user manual section in docs website #2102
Docs: reorganize user manual section in docs website #2102
Conversation
2471c74
to
9a6cdfd
Compare
@@ -61,7 +61,7 @@ Switch to the desired branch/tag: | |||
|
|||
```bash | |||
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name | |||
# Please refer to the **Build from** column of the **Mithril networks** table above | |||
# Please refer to the **Build from** column of the **Mithril networks** section |
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.
There are many mentions of this note throughout the guide. I changed the 'table' to 'section'. However, I think it's best to update these notes to say 'Network configurations' and link to a newly created section.
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.
Done in aada22b ✔️
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
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
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