diff options
author | Frederick Muriuki Muriithi | 2024-10-26 14:25:46 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-26 14:25:46 -0500 |
commit | 222f937edaa2e0e9d9f00490531b7b44492c3079 (patch) | |
tree | edb2961766ce9c643bef1389f3d5cf6fdba1687e /topics | |
parent | dd09e7737fa308476d3c0c6db72188da78c6af62 (diff) | |
download | gn-gemtext-222f937edaa2e0e9d9f00490531b7b44492c3079.tar.gz |
Add "Support Services" documentation for GeneNetwork.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/genenetwork/genenetwork-services.gmi | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/topics/genenetwork/genenetwork-services.gmi b/topics/genenetwork/genenetwork-services.gmi index 6864a4a..8fd6252 100644 --- a/topics/genenetwork/genenetwork-services.gmi +++ b/topics/genenetwork/genenetwork-services.gmi @@ -5,7 +5,7 @@ * type: documentation * keywords: documentation, docs, doc, services, genenetwork services -## GeneNetwork Services +## GeneNetwork Core Services GeneNetwork is composed of a number of different services. This document attempts to document all the services that make up GeneNetwork and document what links give access to the services. @@ -80,3 +80,22 @@ This is currently a project in racket, but we should probably pull in the featur => https://fallback.genenetwork.org/facilities/ markdown-editing-server on old production => https://cd.genenetwork.org/facilities/ markdown-editing-server on CI/CD => https://staging.genenetwork.org/facilities/ markdown-editing-server on staging + +## Support Services + +These are other services that support the development and maintenance of the core services. + +### Issue Tracker + +We use a text-based issue tracker that is accessible via +=> https://issues.genenetwork.org/ + +The repository for this service is at +=> https://github.com/genenetwork/gn-gemtext-threads/ + +### Repositories Server + +This is where a lot of the genenetwork repositories live. You can access it at +=> https://git.genenetwork.org/ + +### … |