From 06b37ab95a1c18e8fb5e749e654fd0c6a8ba7d61 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 15 Jan 2025 15:31:14 -0800 Subject: [PATCH 1/2] Update docs to account for newest fancy-profiles --- .../tutorials/connect-with-jupyterhub-fancy-profiles.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md b/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md index b231f0f..03e4cb8 100644 --- a/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md +++ b/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md @@ -39,11 +39,12 @@ The following steps describe how to connect your `binderhub-service` [](installa ```yaml singleuser: profileList: - - display_name: "Only Profile Available, this info is not shown in the UI" - slug: only-choice + - display_name: "Choose Your Environment" profile_options: image: display_name: Image + dynamic_image_building: + enabled: True unlisted_choice: enabled: True display_name: "Custom image" From 5aa24360fac8e53a41f39f0531261005bac2bb8c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:31:56 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md b/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md index 03e4cb8..765f326 100644 --- a/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md +++ b/docs/source/tutorials/connect-with-jupyterhub-fancy-profiles.md @@ -44,7 +44,7 @@ The following steps describe how to connect your `binderhub-service` [](installa image: display_name: Image dynamic_image_building: - enabled: True + enabled: True unlisted_choice: enabled: True display_name: "Custom image"