Rooch ArchitectureRooch Architecture
DocsDocsBlogBlogAboutAboutDashboardDashboard (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Rooch
  • Rooch Network
  • Tech Highlights
    • Move Language
    • Account Abstraction
    • Fraud Proof
    • Hybrid Security with ZK Proof
    • Multi-Chain Settlement
    • Pipeline Transaction Processing
    • Sequence Proof
    • Storage
  • Getting started with Rooch
    • Install MetaMask
    • Dashboard
    • Add network
    • Interact with MetaMask
    • Quick start
    • Installation
    • CLI
    • Create Rooch Move contract
    • Connect to devnet
    • Run a local testnet
    • Typescript SDK
    • Address space
    • Library
    • Access path
    • Timestamp
    • Object
    • Coin introduction
    • Private generics
    • Unit test
    • RPC
    • Move on Rooch
    • Storage Abstraction
    • Account Abstraction
    • Transaction Flow
    • L1 to L2 Messaging
    • L2 to L1 Messaging
  • Example guides
    • Genesis
    • Script Pr
  • Miscellaneous
    • Roadmap
    • FAQ
      • Pull Request Requirements
      • Move Coding Conventions
      • Contributing Guide
    • Glossary
  • Fqa
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Contribution guides
Genesis

Generate documentation

After updating Rooch's Framework codes or comments, we need to generate corresponding documentation for the corresponding files.

Move documents are generated by running the rooch-genesis program provided by Rooch:

cargo run -p rooch-genesis
Example guidesScript Pr

© Root Branch Ltd. 2023. All rights reserved.