diff --git a/docs/advanced/configuration.md b/docs/advanced/project-config-file.md similarity index 99% rename from docs/advanced/configuration.md rename to docs/advanced/project-config-file.md index 536ca9a..e25457b 100644 --- a/docs/advanced/configuration.md +++ b/docs/advanced/project-config-file.md @@ -1,5 +1,5 @@ -(configuration-file)= -# Configuration File +(project-Config-file)= +# Project Config File The configuration of Regolith project is stored inside of `config.json`, at the top level of your Regolith project. This file will be created when you run `regolith init`. diff --git a/docs/filter-types/executable-filters.md b/docs/filter-types/executable-filters.md index e0ee690..53d4246 100644 --- a/docs/filter-types/executable-filters.md +++ b/docs/filter-types/executable-filters.md @@ -36,4 +36,4 @@ platform: ``` You can learn more about the `when` property on in the documentation of the "config.json" file -{ref}`here`. +{ref}`here`. diff --git a/docs/index.md b/docs/index.md index f33fac4..785a93c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ Safety :hidden: :caption: Advanced -Configuration File +Project Config File Profiles Export Targets User Configuration diff --git a/docs/introduction/getting-started.md b/docs/introduction/getting-started.md index db7d088..3d7a595 100644 --- a/docs/introduction/getting-started.md +++ b/docs/introduction/getting-started.md @@ -71,7 +71,7 @@ Later on you can play with the additional configuration options, but for now, ju Setting the name of the project is important, because Regolith often uses it to generate the names of the exported folders, for example, resource pack and behavior pack folders in the {ref}`"development" export target` by default use the project name as a prefix. ```{note} -You can read more about the `config.json` file in the {ref}`Configuration File` section. +You can read more about the `config.json` file in the {ref}`Configuration File` section. ``` ## Adding Pack Files