docs: add x/ docs (backport #23955) (#23956)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
mergify[bot] 2025-03-10 14:40:04 -04:00 committed by GitHub
parent 3832e2d06b
commit b3cad5938d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ proof-of-stake capabilities and governance.
Supplementary modules are modules that are maintained in the Cosmos SDK but are not necessary for
the core functionality of your blockchain. They can be thought of as ways to extend the
capabilities of your blockchain or further specialize it.
capabilities of your blockchain or further specialize it.
* [Authz](./authz/README.md) - Authorization for accounts to perform actions on behalf of other accounts.
* [Epochs](./epochs/README.md) - Registration so SDK modules can have logic to be executed at the timed tickers.