Migration of old docs content for Operate Section #2325
Migration of old docs content for Operate Section #2325jcstein merged 9 commits intodocs-glow-upfrom
Conversation
Summary of ChangesHello @gbarros, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the operator documentation for the Celestia network. It integrates a wealth of new content and guides aimed at providing comprehensive resources for setting up, managing, and troubleshooting both consensus validators and data availability nodes. The changes improve the clarity and accessibility of information for all types of network participants, from installation to advanced operational configurations. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request is a significant migration of documentation content into a new structure under the operate section. It adds numerous new guides, CLI references, and other documentation for operators. While the content itself is a great improvement, the migration has resulted in a large number of broken internal links across the new documentation files. My review focuses on identifying these broken links, as they critically impact user navigation and the overall quality of the documentation. I have also pointed out some issues with command examples and content clarity that could be improved.
This pull request adds significant improvements and new content to the operator documentation for consensus validators and related topics. The changes introduce new guides, CLI command references, monitoring and metrics instructions, and explain slashing/jailing mechanics. Additionally, metadata files are added for improved navigation and organization.
Content Additions and Improvements
celestia-app, including instructions for building from source, installing pre-built binaries, supported architectures, and required ports. (app/operate/consensus-validators/install-celestia-app/page.mdx)celestia-appd, covering wallet creation, key management, token operations, governance, validator rewards, delegation, unjailing, log export, and genesis signing. (app/operate/consensus-validators/cli-reference/page.mdx)app/operate/consensus-validators/metrics/page.mdx)app/operate/consensus-validators/slashing/page.mdx)upgrade-monitortool. (app/operate/consensus-validators/upgrade-monitor/page.mdx)Navigation and Organization
_meta.jsfiles to organize and provide display names for sidebar navigation inoperate,consensus-validators, anddata-availabilitysections. (app/operate/_meta.js,app/operate/consensus-validators/_meta.js,app/operate/data-availability/_meta.js) [1] [2] [3]app/operate/page.mdxto_page._mdxand removed thelandingPagefrontmatter for consistency.