diff --git a/docs/59_getting_started_replicating_dandi.md b/docs/59_getting_started_replicating_dandi.md new file mode 100644 index 00000000..3c9a73b2 --- /dev/null +++ b/docs/59_getting_started_replicating_dandi.md @@ -0,0 +1,3 @@ +The series of docs in this directory define how to create your own DANDI ecosystem. + +Prior to writing any code, tt is suggested to read throughout each of the documents in order to get a grasp of what you might need to setup \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c72fe2c3..facb517f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,7 +39,8 @@ nav: - REST API Swagger: https://api.dandiarchive.org/swagger - REST API Redoc: https://api.dandiarchive.org/redoc - Replicating Dandi: - - Getting Started: "60_initialize_vendors.md" + - Getting Started: "59_getting_started_replicating_dandi.md" + - Initialize Vendor Accounts for DANDI: "60_initialize_vendors.md" - DANDI Authentication: "61_dandi_authentication.md" - DANDI CLI: "62_dandi_cli.md" - DANDI Infrastructure: "63_dandi_infrastructure.md"