Skip to content

Commit

Permalink
Renamed the 'Configuration File' page to 'Project Config File'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusiq committed Dec 14, 2024
1 parent 08dcc65 commit e361232
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion docs/filter-types/executable-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ platform:
```

You can learn more about the `when` property on in the documentation of the "config.json" file
{ref}`here<configuration-file>`.
{ref}`here<project-config-file>`.
1 change: 1 addition & 0 deletions docs/filters/local-filters.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(local-filters)=
# Local Filters

Local filters are great for quickly prototyping, or for personal filters that you do not want to share with anyone. In this case, you can simply run a local file:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Safety <introduction/safety>
:hidden:
:caption: Advanced
Configuration File <advanced/configuration>
Project Config File <advanced/project-config-file>
Profiles <advanced/profiles>
Export Targets <advanced/export-targets>
User Configuration <advanced/user-configuration>
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<export-targets>` by default use the project name as a prefix.

```{note}
You can read more about the `config.json` file in the {ref}`Configuration File<configuration-file>` section.
You can read more about the `config.json` file in the {ref}`Configuration File<project-config-file>` section.
```

## Adding Pack Files
Expand Down

0 comments on commit e361232

Please sign in to comment.