Skip to content

Commit

Permalink
- Docs: Updated docs/developer/add-new-source.md: Created sub-section…
Browse files Browse the repository at this point in the history
…s, added some additional information, and updated step 1 info.
  • Loading branch information
joeflack4 committed May 15, 2023
1 parent af27300 commit 0a3bdac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/developer/add-new-source.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0a3bdac

Please sign in to comment.