From 279f425841fa719ad50001202da3e0c954624e18 Mon Sep 17 00:00:00 2001 From: Puja Trivedi Date: Fri, 24 May 2024 14:21:56 -0700 Subject: [PATCH] added ansrs model to documentation --- .github/workflows/generate_docs.yaml | 2 ++ src/docs/index_main.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_docs.yaml b/.github/workflows/generate_docs.yaml index ecb6a00a6..fa650173d 100644 --- a/.github/workflows/generate_docs.yaml +++ b/.github/workflows/generate_docs.yaml @@ -35,6 +35,8 @@ jobs: touch docs/.nojekyll gen-doc -d docs linkml-schema/library_generation.yaml mv docs/index.md docs/index_library_generation.md + gen-doc -d docs linkml-schema/ansrs.yaml + mv docs/index.md docs/index_ansrs.md gen-doc -d docs linkml-schema/gars.yaml mv docs/index.md docs/index_gars.md mv docs/index_main.md docs/index.md diff --git a/src/docs/index_main.md b/src/docs/index_main.md index 9b600e101..782fc95ba 100644 --- a/src/docs/index_main.md +++ b/src/docs/index_main.md @@ -1,4 +1,5 @@ BICAN Data Models -## [Purple Boxes model](index_purple.md) -## [GARS model](index_gars.md) \ No newline at end of file +## [Library Generation Model](index_library_generation.md) +## [AnSRS (Anatomical Structure Reference Service) Model](index_ansrs.md) +## [GARS (Genome Annotation Registry Service) Model](index_gars.md) \ No newline at end of file