diff --git a/docs/pages/world/config.mdx b/docs/pages/world/config.mdx index c19c526867..e5af9a8bbe 100644 --- a/docs/pages/world/config.mdx +++ b/docs/pages/world/config.mdx @@ -9,7 +9,7 @@ The config is used to define: 1. All the tables in your project in the `tables` object of your configuration. You can head to the [Store documentation](../store) to read more about the format for tables. 2. The namespace the systems and tables will be deployed in. 3. The systems in your project. By default, the deployer will find all Solidity matching `*System*.sol` (so any file containing `System` with a `.sol` extension, in any folder) and deploy them as System. If you want greater control over your systems (to change their public access or their name), you can use the `systems` object in the config -4. The modules that will be installed on the World. More on this in the [Modules section](module) +4. The modules that will be installed on the World. More on this in the [Modules section](modules) An example of a World config with all the different configuration keys and options used: