Skip to content

Commit

Permalink
Merge branch '251-documentation-add-link-to-schema-docs-in-configurat…
Browse files Browse the repository at this point in the history
…ion-example' into 'main'

Resolve "[documentation] Add link to schema docs in configuration example"

Closes #251

See merge request syntron/support/csr/ifm3d/ifm3d!379
  • Loading branch information
lola-masson committed May 3, 2024
2 parents 70fc95f + 6ab6805 commit 13c78b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/o3r/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ json conf = o3r->Get();

## Write a new configuration

To set a new configuration, you need to provide said configuration in JSON formatting. The provided configuration can be a subset or the full configuration, as long as it follows the proper JSON hierarchy.
To set a new configuration, you need to provide said configuration in JSON formatting. The provided configuration can be a subset or the full configuration, as long as it follows the proper JSON hierarchy.
:::{note}
For the O3R platform, you can refer to [the JSON schema documentation](https://ifm3d.com/latest/Technology/configuration.html#json-schema)
:::

:::::{tabs}
::::{group-tab} Python
Expand Down

0 comments on commit 13c78b7

Please sign in to comment.