From ff6b9f87a4b9aa0bfe2c8b0eaf81eadc99ef28c0 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 25 Apr 2022 17:24:42 +0200 Subject: [PATCH] More updates --- doc/{ => about}/contribute.md | 4 ++++ doc/about/index.md | 3 ++- doc/conf.py | 2 +- doc/index.md | 10 ---------- 4 files changed, 7 insertions(+), 12 deletions(-) rename doc/{ => about}/contribute.md (89%) diff --git a/doc/contribute.md b/doc/about/contribute.md similarity index 89% rename from doc/contribute.md rename to doc/about/contribute.md index afb70a7..03e69e1 100644 --- a/doc/contribute.md +++ b/doc/about/contribute.md @@ -16,3 +16,7 @@ information. ## Contribute to the codebase of the Binder Project Most of the code used by the Binder Project is not hosted in this repository. If you'd like to contribute to the code, check out [the JupyterHub Team Compass guide to contributing](https://jupyterhub-team-compass.readthedocs.io/en/latest/team/skills.html). + +## Contribute financial or cloud resources to the project + +See our [supporting mybinder.org page](support.md) for more information. diff --git a/doc/about/index.md b/doc/about/index.md index 772feb9..c9c9569 100644 --- a/doc/about/index.md +++ b/doc/about/index.md @@ -6,8 +6,9 @@ This is a collection of pages about the Binder service running at mybinder.org. :maxdepth: 1 user-guidelines -support faq +support +contribute federation status ``` diff --git a/doc/conf.py b/doc/conf.py index b16224d..ab1716e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,7 +109,7 @@ rediraffe_redirects = { "about.rst": "about/index.md", - "cotntribute.md": "about/support.md", + "contribute.md": "about/contribute.md", "examples.rst": "examples/examples.md", "index-repo-reference.rst": "examples/index.rst", "sample_repos.md": "examples/sample_repos.md", diff --git a/doc/index.md b/doc/index.md index 711d3ea..b10268d 100644 --- a/doc/index.md +++ b/doc/index.md @@ -78,16 +78,6 @@ about/index See the [Binder Examples](https://github.com/binder-examples) GitHub organization for more Binder repositories demonstrating its functionality. -## Contribute to Binder - -For information about contributing to Binder, see the following page: - -```{toctree} -:maxdepth: 2 - -contribute -``` - ## Cite Binder For information on how to cite Binder, see [](citing).