Skip to content

Commit 564db1f

Browse files
authored
Merge pull request #259 from choldgraf/homepage-support
Extra support links on homepage
2 parents 65c5b5c + 3fd5c62 commit 564db1f

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

doc/_static/images/logo.png

-424 Bytes
Loading

doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
"name": "Support",
9797
"url": "https://mybinder.readthedocs.io/en/latest/about/support.html",
9898
"icon": "fa fa-heart",
99+
},
100+
{
101+
"name": "Go to mybinder.org",
102+
"url": "https://mybinder.org",
103+
"icon": "_static/favicon.png",
104+
"type": "local",
99105
}
100106
]
101107
}

doc/index.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,41 @@
1010
<br />
1111

1212
**Binder** allows you to create custom computing environments that can be shared
13-
and used by many remote users. You can [use many open source languages](howto/languages.rst), [configure the user interface](howto/user_interface.rst), and more!
13+
and used by many remote users.
14+
15+
::::{grid}
16+
17+
:::{grid-item-card} {fas}`bolt;sd-text-warning` Get started
18+
:link: introduction
19+
:link-type: doc
20+
21+
Our getting started section helps you create and launch your first repository on mybinder.org.
22+
+++
23+
Learn more {fas}`arrow-right`
24+
:::
25+
26+
:::{grid-item-card} {fas}`lightbulb;sd-text-primary` Learn more
27+
:link: howto/index
28+
:link-type: doc
29+
30+
Our how-to guides have a collection of snippets and a short overview of useful ways to use Binder.
31+
+++
32+
Learn more {fas}`arrow-right`
33+
:::
34+
35+
:::{grid-item-card} {fas}`heart;sd-text-danger` Support Binder
36+
:link: about/support
37+
:link-type: doc
38+
39+
The Binder Project is a non-profit project built, led, and supported by an open community.
40+
Click here for some ideas on how to support the project.
41+
+++
42+
Learn more {fas}`arrow-right`
43+
:::
44+
45+
::::
46+
47+
## What is Binder?
1448

1549
A Binder service is powered by [BinderHub](https://github.com/jupyterhub/binderhub),
1650
an open-source tool that runs on Kubernetes.

0 commit comments

Comments
 (0)