Skip to content

Commit

Permalink
Removed configuration chapter
Browse files Browse the repository at this point in the history
Because configuration through JSON is currently broken and it is unclear whether it will return in the application, I have removed the chapter on configuration; a new chapter on configuring instances using default projects should be written to replace this chapter
  • Loading branch information
mvriel committed Oct 25, 2024
1 parent 5bcb92c commit b473d37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
94 changes: 0 additions & 94 deletions docs/docs/developers/configuration.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/docs/developers/functionalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ the needs of a particular project.
This ability to toggle functionalities on and off ensures that you have control over the features you want to deploy in
your project.

## Configuring Functionalities

Furthermore, each functionality can be individually configured according to specific project requirements. Read more
about this in detail in the chapter about [configuration](configuration.md).

Through additional configuration settings, you have the flexibility to adjust the functionality's behavior and
characteristics to match your project's needs. You'll have access to a broad range of settings allowing you to refine
each element of your project in detail.

To give some context to the above: examples of additional configuration options are API keys, URLs of services,
default values for new projects and more.

## How does it work

In Unity's context for the Netherlands3D platform, each functionality is encapsulated in a ScriptableObject. Exploring
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ nav:
- 'docs/developers/index.md'
- 'docs/developers/quickstart.md'
- 'docs/developers/core-concepts.md'
- 'docs/developers/configuration.md'
- 'Structure':
- 'docs/developers/projects.md'
- 'docs/developers/functionalities.md'
Expand Down

0 comments on commit b473d37

Please sign in to comment.