[Docs](https://docs.fuel.network/) /
[Contributing](https://docs.fuel.network/docs/contributing/)
## _Icon Link_ [Documentation Content](https://docs.fuel.network/docs/contributing/documentation/\#documentation-content)
All documentation, with the exception of the guides and `intro` section, is pulled in to the `docs-hub` repo via git submodules.
All contributions to the content of the documentation should be done in the original repository.
Below, you will find a list indicating the locations of the source documentation for each book:
- [Sway & Forc _Icon Link_](https://github.com/FuelLabs/sway/tree/v0.67.0/docs/book/src)
- [Rust SDK _Icon Link_](https://github.com/FuelLabs/fuels-rs/tree/v0.70.1/docs/src)
- [TypeScript SDK _Icon Link_](https://github.com/FuelLabs/fuels-ts/tree/v0.100.1/apps/docs/src)
- [Wallet _Icon Link_](https://github.com/FuelLabs/fuels-wallet/tree/v0.50.2/packages/docs/docs)
- [GraphQL API _Icon Link_](https://github.com/FuelLabs/fuel-graphql-docs/tree/main/docs)
- [Specs _Icon Link_](https://github.com/FuelLabs/fuel-specs/tree/master/src)
## _Icon Link_ [Style Guide](https://docs.fuel.network/docs/contributing/documentation/\#style-guide)
See the [Style Guide](https://docs.fuel.network/docs/contributing/style-guide/) for guidance on how to edit or write documentation.
## _Icon Link_ [Docs-related GitHub workflows](https://docs.fuel.network/docs/contributing/documentation/\#docs-related-github-workflows)
There are several GitHub actions that run against the docs in each repo to help catch issues. You can learn more about how each of these work in the [`github-actions` _Icon Link_](https://github.com/FuelLabs/github-actions/blob/master/docs-hub/README.md) repo.