From 7395710d710ba330bbf5853ec1b8b59b499b6d25 Mon Sep 17 00:00:00 2001 From: Garrett Stevens Date: Mon, 25 Sep 2023 23:50:04 +0000 Subject: [PATCH] Update docs config.json --- docs/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/config.json b/docs/config.json index bcf19341c..d83d8715f 100644 --- a/docs/config.json +++ b/docs/config.json @@ -15,6 +15,26 @@ "main": "#6b4e2b" } } + }, + "ApolloPlugin": { + "ontologies": [ + { + "name": "Gene Ontology", + "version": "full", + "source": { + "uri": "https://release.geneontology.org/2023-06-11/ontology/go.json", + "locationType": "UriLocation" + } + }, + { + "name": "Sequence Ontology", + "version": "3.1", + "source": { + "uri": "test_data/so-v3.1.json", + "locationType": "UriLocation" + } + } + ] } }, "plugins": [