From 0a3bdac86de9a8158992e997381e0c573583cb82 Mon Sep 17 00:00:00 2001 From: joeflack4 Date: Mon, 15 May 2023 19:27:49 -0400 Subject: [PATCH] - Docs: Updated docs/developer/add-new-source.md: Created sub-sections, added some additional information, and updated step 1 info. --- docs/developer/add-new-source.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/developer/add-new-source.md b/docs/developer/add-new-source.md index 4781756c6..a516e41a2 100644 --- a/docs/developer/add-new-source.md +++ b/docs/developer/add-new-source.md @@ -1,6 +1,10 @@ # How to add a new source to the Mondo Ingest -1. Add a new import and component to [src/ontology/mondo-ingest-odk.yaml](https://github.com/monarch-initiative/mondo-ingest/blob/main/src/ontology/mondo-ingest-odk.yaml). -2. Add a new metadata file to [src/ontology/metadata](https://github.com/monarch-initiative/mondo-ingest/blob/main/src/ontology/metadata). It is important we try and document as much about the source as we can. -3. Update the Website Table of Contents [mkdocs.yaml](https://github.com/monarch-initiative/mondo-ingest/blob/main/mkdocs.yaml) +## 1. `mondo-ingest-odk.yaml` +Add a new import and component to [src/ontology/mondo-ingest-odk.yaml](https://github.com/monarch-initiative/mondo-ingest/blob/main/src/ontology/mondo-ingest-odk.yaml). +## 2. `metadata/*.yaml` +Add a new metadata file to [src/ontology/metadata](https://github.com/monarch-initiative/mondo-ingest/blob/main/src/ontology/metadata). It is important we try and document as much about the source as we can. + +## 3. `mkdocs.yaml` +Update the Website Table of Contents [mkdocs.yaml](https://github.com/monarch-initiative/mondo-ingest/blob/main/mkdocs.yaml)