From 34a87c912917afbe7c9f0ad388e2955f0ba8dbff Mon Sep 17 00:00:00 2001 From: Tim Kreuzer Date: Fri, 20 Dec 2024 14:06:27 +0100 Subject: [PATCH] add badges --- docs/images/jupyter4nfdi_badge.svg | 21 +++++++++++++++++ docs/images/nfdi_badge.svg | 20 ++++++++++++++++ docs/users/jupyterlab/repo2docker/index.md | 27 ++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100755 docs/images/jupyter4nfdi_badge.svg create mode 100755 docs/images/nfdi_badge.svg diff --git a/docs/images/jupyter4nfdi_badge.svg b/docs/images/jupyter4nfdi_badge.svg new file mode 100755 index 0000000..5478480 --- /dev/null +++ b/docs/images/jupyter4nfdi_badge.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + launch + launch + Jupyter4NFDI + Jupyter4NFDI + + \ No newline at end of file diff --git a/docs/images/nfdi_badge.svg b/docs/images/nfdi_badge.svg new file mode 100755 index 0000000..28329cf --- /dev/null +++ b/docs/images/nfdi_badge.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + launch + launch + + + diff --git a/docs/users/jupyterlab/repo2docker/index.md b/docs/users/jupyterlab/repo2docker/index.md index 8225d1c..b941c3a 100644 --- a/docs/users/jupyterlab/repo2docker/index.md +++ b/docs/users/jupyterlab/repo2docker/index.md @@ -12,6 +12,33 @@ For example: [https://hub.nfdi-jupyter.de/r2d/gh/binder-examples/requirements](h The general structure for these direct links is: **`https://hub.nfdi-jupyter.de/r2d/_repotype_/_repoowner_/_reponame_/_ref_`** +In case you would like to add a badge to your Repository or Documentation: + +
+ NFDIBadge +
+``` +Markdown: +[![NFDI](https://nfdi-jupyter.de/images/nfdi_badge.svg)](https://hub.nfdi-jupyter.de/r2d/gh/_repoowner_/_repotype_) + +RST: +.. image:: https://nfdi-jupyter.de/images/nfdi_badge.svg + :target: https://hub.nfdi-jupyter.de/r2d/gh/_repoowner_/_repotype_ +``` + +
+ JupyterNFDIBadge +
+``` +Markdown: +[![Jupyter4NFDI](https://nfdi-jupyter.de/images/jupyter4nfdi_badge.svg)](https://hub.nfdi-jupyter.de/r2d/gh/_repoowner_/_repotype_) + + +RST: +.. image:: https://nfdi-jupyter.de/images/jupyter4nfdi_badge.svg + :target: https://hub.nfdi-jupyter.de/r2d/gh/_repoowner_/_repotype_ +``` + ### Parameters in the Link | Parameter | Description |