From 71e899f9f7514846d3318ca1765ff16aed3ebed9 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:38:37 +0100 Subject: [PATCH] Add binder example for empty icon --- binder/jupyter_gallery_config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/binder/jupyter_gallery_config.json b/binder/jupyter_gallery_config.json index 72f0d93..504580f 100644 --- a/binder/jupyter_gallery_config.json +++ b/binder/jupyter_gallery_config.json @@ -36,6 +36,13 @@ "git": "https://gitlab.gnome.org/GNOME/atomix.git", "title": "GNOME atomix", "description": "Example without icon" + }, + { + "git": "https://github.com/nebari-dev/nebari.git", + "homepage": "https://github.com/nebari-dev/nebari", + "title": "Empty icon", + "description": "Empty icon should show social card for GitHub repos", + "icon": "" } ] }