Skip to content

Commit

Permalink
docs: link to migration tool usage docs
Browse files Browse the repository at this point in the history
- remove unused page
  • Loading branch information
TheGreatRefrigerator committed Mar 20, 2024
1 parent 11901f6 commit 3d0698e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/run-instance/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Which format to use in which scenario is documented in the config documentations

* `.yml` is the default configuration format since version 8. You can find an [example configuration file](https://github.com/GIScience/openrouteservice/blob/main/ors-config.yml) with all available configuration options. Only a minimal set of properties is active, all others are commented out.
* `.env` files for Docker setup. There is also an [example env file](https://github.com/GIScience/openrouteservice/blob/main/ors-config.env) that you can download and customize.
* `.json` config file: In the past openrouteservice was configured [via JSON file](json.md). This configuration method has been **deprecated** and will be eventually removed. Therefore, we strongly discourage you from using it. If you have an old JSON config, please consider to [migrate to the new config](migrate-from-json.md).
* `.json` config file: In the past openrouteservice was configured [via JSON file](json.md). This configuration method has been **deprecated** and will be eventually removed. Therefore, we strongly discourage you from using it. If you have an old JSON config, please consider to [migrate to the new config](https://github.com/GIScience/ors-config-migration#usage).

All of the above described config files can contain the same logic application properties.

Expand Down
4 changes: 2 additions & 2 deletions docs/run-instance/configuration/json.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Configuration via `ors-config.json`

:::warning
The ors-config.json is deprecated!
The ors-config.json is deprecated! [Migrate to ors-config.yml](https://github.com/GIScience/ors-config-migration#usage).
:::

The "old" configuration method is supported for a while for convenience.
The description below is kept as long as openrouteservice still supports configuration via JSON file,
but we do **not** recommend using this configuration method.
Please consider to [migrate JSON configuration](migrate-from-json.md) to the new style.
Please consider [migrating your JSON configuration](https://github.com/GIScience/ors-config-migration#usage) to the new style.
Note that currently all settings in a provided JSON configuration file will **override** any settings in the YAML file.

## ors
Expand Down
3 changes: 0 additions & 3 deletions docs/run-instance/configuration/migrate-from-json.md

This file was deleted.

0 comments on commit 3d0698e

Please sign in to comment.