Skip to content

Commit 93a871e

Browse files
author
Anita Caron
authored
Update README.md
1 parent 9684bc9 commit 93a871e

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

README.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,28 @@
33
Custom configuration at `dashboard-config.yml`
44

55
```yaml
6-
id: Ontology id
7-
mirror_from: Link to the OWL file in your repository.
8-
title: Ontology's title
9-
contact:
10-
email:
11-
label:
12-
orcid:
13-
github:
14-
description: Ontology's description
15-
domain: Ontology's domain
16-
homepage: Ontology's page
17-
products:
18-
- id:
19-
dependencies:
20-
- id:
21-
tracker: Ontology's issue tracker
22-
license:
23-
url: License's url
24-
label: License's label
6+
...
7+
ontologies:
8+
custom:
9+
- id: Ontology id
10+
mirror_from: Link to the OWL file in your repository.
11+
title: Ontology's title
12+
contact:
13+
email:
14+
label:
15+
orcid:
16+
github:
17+
description: Ontology's description
18+
domain: Ontology's domain
19+
homepage: Ontology's page
20+
products:
21+
- id:
22+
dependencies:
23+
- id:
24+
tracker: Link to ontology's issue tracker
25+
license:
26+
url: License's url
27+
label: License's label
28+
preferredPrefix:
29+
base_ns: Base namespaces
2530
```

0 commit comments

Comments
 (0)