docs/content/references/framework.mdx
The documentation in this section is created from the Rust cargo doc process. The process builds the content from comments in the source code.
The child pages to this topic describe the module members for the following libraries:
bridge</UnsafeLink>std</UnsafeLink>sui</UnsafeLink>sui_system</UnsafeLink>You can find the source code for these Move modules in the crates/sui-framework/packages directory in the sui repository on GitHub. As previously mentioned, the comments included in the code provide context for the logic defined.
You can review the raw cargo doc output of the following documentation in the sui repository. The .md files are located in the crates/sui-framework/docs directory. Online, they are located at https://github.com/MystenLabs/sui/tree/main/crates/sui-framework/docs.
The most recent documentation is always available in the main branch of the sui repository. You shouldn't need to build the documentation locally, but if the need arises you can:
sui/crates/sui-framework directory.cargo doc --workspace --exclude "sui-benchmark" --no-deps.crates/sui-framework/docs into their respective subdirectories.:::info
If the cargo doc process does not work as expected, try running cargo clean before attempting again.
:::