From 3489807ee69c46d6f77431ff825a875502dacc06 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 26 Sep 2024 10:27:05 -0500 Subject: [PATCH] Add links to DANDI documentation --- docs/index.md | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index baedfd5..9fdb4a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,8 @@ motor and psychiatric disorders. The LINC documentation is meant to share information across the LINC project investigators. If you are new to the LINC project, you can start on the [Upload data](upload.md) page for a description of how to interact with the LINC data sharing platform. +Since the LINC infrastructure is a fork of the DANDI Archive, please refer to the [DANDI Docs](https://www.dandiarchive.org/handbook) for comprehensive documentation (and in the example commands replace `dandi` with `lincbrain`). + ## Quick Links - [LINC Homepage](https://connects.mgh.harvard.edu/) diff --git a/mkdocs.yml b/mkdocs.yml index 96f9147..69ccc73 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,6 +21,7 @@ theme: nav: - Welcome: "index.md" - Upload data: "upload.md" + - DANDI Docs: https://www.dandiarchive.org/handbook - API: - LINC Client: https://lincbrain.readthedocs.io - Contribute documentation: "contribute.md"