Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF] Update link to environment variables TSV #162

Merged
merged 2 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading