From 5c5f8b8e9ffb45e6186790aa9b01d52584818694 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 22 Apr 2025 11:00:36 +0800 Subject: [PATCH 1/3] Update server-process.md --- docs/source/server-process.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/server-process.md b/docs/source/server-process.md index 6ac2208d..c4a15b0f 100644 --- a/docs/source/server-process.md +++ b/docs/source/server-process.md @@ -123,13 +123,15 @@ the following keys: explicit entry. 2. **icon_path** Full path to an svg icon that could be used with a launcher. Currently only used by the - JupyterLab launcher, when category is "Notebook" (default) or "Console". -3. **title** + JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon + formats, such as SVG, are supported. Using binary-based formats like PNG or JPEG will + result in an empty icon being displayed in kernels. +4. **title** Title to be used for the launcher entry. Defaults to the name of the server if missing. -4. **path_info** +5. **path_info** The trailing path that is appended to the user's server URL to access the proxied server. By default it is the name of the server followed by a trailing slash. -5. **category** +6. **category** The category for the launcher item. Currently only used by the JupyterLab launcher. By default it is "Notebook". From 619b561a6307d02ca91e6769c17df3e5a1e5f3d0 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 22 Apr 2025 11:05:12 +0800 Subject: [PATCH 2/3] Update server-process.md --- docs/source/server-process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/server-process.md b/docs/source/server-process.md index c4a15b0f..a4808758 100644 --- a/docs/source/server-process.md +++ b/docs/source/server-process.md @@ -126,12 +126,12 @@ the following keys: JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon formats, such as SVG, are supported. Using binary-based formats like PNG or JPEG will result in an empty icon being displayed in kernels. -4. **title** +3. **title** Title to be used for the launcher entry. Defaults to the name of the server if missing. -5. **path_info** +4. **path_info** The trailing path that is appended to the user's server URL to access the proxied server. By default it is the name of the server followed by a trailing slash. -6. **category** +5. **category** The category for the launcher item. Currently only used by the JupyterLab launcher. By default it is "Notebook". From 6b6ef4976510e1d2c81d6933d36c0eab3f311e5f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 03:09:33 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/server-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/server-process.md b/docs/source/server-process.md index a4808758..1f59f335 100644 --- a/docs/source/server-process.md +++ b/docs/source/server-process.md @@ -123,7 +123,7 @@ the following keys: explicit entry. 2. **icon_path** Full path to an svg icon that could be used with a launcher. Currently only used by the - JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon + JupyterLab launcher, when category is "Notebook" (default) or "Console". Only text-based icon formats, such as SVG, are supported. Using binary-based formats like PNG or JPEG will result in an empty icon being displayed in kernels. 3. **title**