File tree Expand file tree Collapse file tree 1 file changed +24
-19
lines changed Expand file tree Collapse file tree 1 file changed +24
-19
lines changed Original file line number Diff line number Diff line change 3
3
Custom configuration at ` dashboard-config.yml `
4
4
5
5
``` 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
25
30
` ` `
You can’t perform that action at this time.
0 commit comments