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 0ce2c27
Show file tree
Hide file tree
Showing 4 changed files with 5 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>`.
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 0ce2c27

Please sign in to comment.