From dc7a741cc3ef65b3a75e6b96af2fd468de70dd55 Mon Sep 17 00:00:00 2001 From: RichardBruskiewich Date: Wed, 11 Sep 2024 14:19:58 -0700 Subject: [PATCH] Fixed web link colours for visibility; fixed a few other link references --- docs/deployment-guide/index.md | 2 -- docs/stylesheets/extra.css | 4 ++++ docs/teams/index.md | 2 +- mkdocs.yml | 11 ++++++++--- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/deployment-guide/index.md b/docs/deployment-guide/index.md index 2b00f045..c9805b26 100644 --- a/docs/deployment-guide/index.md +++ b/docs/deployment-guide/index.md @@ -1,5 +1,3 @@ -![image](../img/translator-banner.jpg) - # Deployment Guide for Translator Administrators This section of the Translator technical documentation provides details mainly of interest to system administrators and development operations teams deploying, and monitoring the ongoing performance of, the Translator system in a production environment. diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 6d14c3a6..d2404b13 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -7,3 +7,7 @@ h1 { --md-default-fg-color--light: #662e6b; } + +.md-content { + --md-typeset-a-color: #9932CC; +} \ No newline at end of file diff --git a/docs/teams/index.md b/docs/teams/index.md index e9f93d5d..9b8fc698 100644 --- a/docs/teams/index.md +++ b/docs/teams/index.md @@ -5,5 +5,5 @@ - [Expander Agent](expander-agent.md) - [Exploring Agent](exploring-agent.md) - [Genetics Data Services Provider](genetics-data.md) -- [Multiomics Provider](mutiomics-provider.md) +- [Multiomics Provider](multiomics-provider.md) - [Service Provider](service-provider.md) diff --git a/mkdocs.yml b/mkdocs.yml index 94a25b2e..66683b86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,10 @@ nav: - Development Guide: - Overview: development-guide/index.md - Quick Start: development-guide/quickstart.md - - Tutorials: development-guide/tutorials/index.md + - Tutorials: + - Index: development-guide/tutorials/index.md + - Component Builder's Roadmap: development-guide/tutorials/component_builders_roadmap.md + - Working with Workflows: development-guide/tutorials/workflows.md - Knowledge Graph Principles: architecture/biolink/knowledge_graphs.md - Translator Architecture: - Overview: architecture/index.md @@ -26,6 +29,9 @@ nav: - BTE: architecture/ara/bte.md - Knowledge Providers: - Overview: architecture/kp/index.md + - Connections Provider: architecture/kp/chp-data.md + - Genetics Data Provider: architecture/kp/genetics-data.md + - Molecular Data Provider: architecture/kp/molecular-data.md - RTX-KG2: architecture/kp/rtx-kg2.md - Service Provider: architecture/kp/service-provider.md - Standards and Reference Implementation: @@ -35,8 +41,7 @@ nav: - Evidence, Provenance & Confidence Metadata: architecture/sri/epc.md - Testing: - Overview: architecture/sri/testing/index.md - - SRI Testing: architecture/sri/testing/sri_testing.md - + - SRI Testing: architecture/sri/testing/sri_testing_infrastructure.md - Consortium Development Guidelines: development-guide/tutorials/consortium_development_guidelines.md - Deployment Guide: - Introduction: deployment-guide/index.md