Skip to content

Commit

Permalink
Merge pull request #115 from kabilar/magiclink
Browse files Browse the repository at this point in the history
Add MagicLink markdown extension for auto-linking http links
  • Loading branch information
yarikoptic committed Feb 22, 2024
2 parents 8b53ba0 + b197b7e commit 8ce50ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/13_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ button.

## Create a Dandiset and Add Data

You can create a new Dandiset at [http://dandiarchive.org](http://dandiarchive.org). This Dandiset can be fully
You can create a new Dandiset at https://dandiarchive.org. This Dandiset can be fully
public or embargoed
according to NIH policy.
When you create a Dandiset, a permanent ID is automatically assigned to it.
To prevent the production server from being inundated with test Dandisets, we encourage developers to develop
against the development server ([https://gui-staging.dandiarchive.org/](https://gui-staging.dandiarchive.org/)). Note
against the development server (https://gui-staging.dandiarchive.org/). Note
that the development server
should not be used to stage your data. All data are uploaded as draft and can be adjusted before publishing on
the production server. The development server is primarily used by users learning to use DANDI or by developers.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ src="./img/dandi-banner.png"
alt="dandi_banner"
style="width: 75%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>

The Web interface to the DANDI archive is located at [https://dandiarchive.org](https://dandiarchive.org).
The Web interface to the DANDI archive is located at https://dandiarchive.org.
This documentation explains how to interact with the archive.

## How to Use This Documentation
Expand All @@ -26,7 +26,7 @@ You can communicate with the DANDI team in a variety of ways, depending on your

- You can ask questions, report bugs, or
request features [at our helpdesk](https://github.com/dandi/helpdesk/issues/new/choose).
- For interacting with the global neuroscience community, post on [https://neurostars.org](https://neurostars.org)
- For interacting with the global neuroscience community, post on https://neurostars.org
and use the tag [dandi](https://neurostars.org/tag/dandi).
- You can use the DANDI Slack workspace, which we will invite you to after approving your [registration on
DANDI using GitHub](https://dandiarchive.org/) (this registration is required to upload data or to use the DANDI
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.magiclink
- toc:
permalink: True

Expand Down

0 comments on commit 8ce50ad

Please sign in to comment.