docs: remove light node from the build section#2341
Conversation
Summary of ChangesHello @jcstein, 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 represents a substantial overhaul of the documentation site, transitioning from VitePress to Nextra to enhance maintainability, scalability, and user experience. This migration facilitated a major restructuring of content, particularly within the 'Build' and 'Operate' guides, to better reflect current best practices for interacting with the Celestia network. Key updates include new, detailed tutorials for Go and Rust transaction clients, comprehensive RPC API documentation with an interactive playground, and new sections explaining private blockspace capabilities. The changes aim to streamline the developer journey by clarifying the recommended methods for transaction submission and node operation. Highlights
Ignored Files
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 refactors the documentation by moving information about light nodes from the /build section to the /operate section. This change makes the default method for submitting transactions via the transaction client more prominent. The changes primarily involve moving .mdx and .js files, updating links, and adjusting the overview page to reflect this new structure. My review identified a broken anchor link and an opportunity to improve documentation consistency for the Go and Rust client guides. Overall, the changes align well with the stated goal of the pull request.
Overview
This removes light node from build section, making default way to submit TXs through the transaction client.
Depending on what you think, I'd like to propose whittling down the overview page and/or combining it with the quickstart. I'm a bit too tired at this point in the week to decide rn.