Skip to content

Commit

Permalink
Add minor change to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
osirello committed Oct 13, 2023
1 parent 9905776 commit ceeeca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs_src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The application will scan the existing content in the `yaml` subfolder of the pr

### Example of YAML file settings

Example of `.yaml` structure:
Example of `.yaml` structure (the elements need to follow the indicated order to pass the validation test):

![Yaml sample](_static/yaml_sample.png "This is a yaml sample.")

Expand Down Expand Up @@ -101,8 +101,8 @@ Example of `.yaml` structure:

- `downloadYN`: indicates ("Yes"/"No") whether the download of the data behind the chart

- `dsdLink`: an URL of an application or file containing related the datastructure data (mandatory if `metadataLink` is provided)
- `dsdLink`: an URL of an application or file containing related the datastructure data

- `metadataLink`: an URL of an application or file containing reference metadata (e.g. used in the info button)
- `metadataLink`: an URL of an application or file containing reference metadata (e.g. used in the info button). This is field is mandatory if `dsdLink` is provided.

- `DATA`: an URL of an application or file containing data

0 comments on commit ceeeca9

Please sign in to comment.