From 62043c363d314c4fee54ce2848f7e88201b3574f Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Sat, 3 Feb 2024 22:49:37 -0500 Subject: [PATCH] update link to environment variables tsv (#162) Co-authored-by: Sebastian Urchs --- docs/infrastructure.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index 3b24f930..f0caec53 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -105,7 +105,7 @@ to get you started. Copy and rename this file to `.env` and then edit it as need Below are all the possible Neurobagel environment variables that can be set in `.env`. -{{ read_table('./repos/api/docs/api_environment_variables.tsv') }} +{{ read_table('./repos/recipes/docs/neurobagel_environment_variables.tsv') }} === "GraphDB" diff --git a/mkdocs.yml b/mkdocs.yml index a93e175a..952339fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,11 +88,11 @@ plugins: # default: [] repos: # the git repository URL to clone - - url: "https://github.com/neurobagel/api" + - url: "https://github.com/neurobagel/recipes" # a list of globs to checkout # if empty or not provided, the entire repository is cloned # default: [ ] - include: [ "docs/api_environment_variables.tsv"] + include: [ "docs/neurobagel_environment_variables.tsv"] # the branch of the repository to clone branch: "main" - url: "https://github.com/neurobagel/neurobagel_examples"