Skip to content

Commit

Permalink
update link to environment variables tsv (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Urchs <[email protected]>
  • Loading branch information
alyssadai and surchs authored Feb 4, 2024
1 parent a107d1a commit 62043c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62043c3

Please sign in to comment.