docs: improve documentation navigation and redirection (#13455)
This commit is contained in:
@@ -30,8 +30,6 @@ The following contents explains how to use params module for master and user mod
|
||||
* [KeyTable](#keytable)
|
||||
* [ParamSet](#paramset)
|
||||
|
||||
<!-- order: 1 -->
|
||||
|
||||
# Keeper
|
||||
|
||||
In the app initialization stage, [subspaces](#subspace) can be allocated for other modules' keeper using `Keeper.Subspace` and are stored in `Keeper.spaces`. Then, those modules can have a reference to their specific parameter store through `Keeper.GetSubspace`.
|
||||
@@ -48,8 +46,6 @@ func (k ExampleKeeper) SetParams(ctx sdk.Context, params types.Params) {
|
||||
}
|
||||
```
|
||||
|
||||
<!-- order: 2 -->
|
||||
|
||||
# Subspace
|
||||
|
||||
`Subspace` is a prefixed subspace of the parameter store. Each module which uses the
|
||||
|
||||
Reference in New Issue
Block a user