From 588e64e1f10faa4b21fa4e435f9dad0292c0e786 Mon Sep 17 00:00:00 2001 From: Greg Swinehart Date: Mon, 22 Jan 2024 16:43:02 -0800 Subject: [PATCH 1/3] Change menu "tools" to "right:" to de-clutter mobile navbar --- _quarto.yml | 6 +++--- py-shiny | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 07aedfa9..64f67455 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -86,13 +86,13 @@ website: href: api/index.qmd - text: "Help" href: docs/help.qmd - tools: + right: - icon: discord href: https://discord.gg/yMGCamUMnS - text: Shiny Discord + aria-label: Shiny Discord - icon: github href: https://github.com/posit-dev/py-shiny/ - text: Shiny for Python Github + aria-label: Shiny for Python Github page-footer: left: 'Proudly supported by Posit' diff --git a/py-shiny b/py-shiny index abf9252d..a4ab9508 160000 --- a/py-shiny +++ b/py-shiny @@ -1 +1 @@ -Subproject commit abf9252d9e8f02044ccd6f79ebb1e7cb2063669a +Subproject commit a4ab950834e6a96c94258b067b33889dbf853737 From 52667500b92c2c088b8a1258a9b191d71a45b83f Mon Sep 17 00:00:00 2001 From: Greg Swinehart Date: Tue, 23 Jan 2024 12:29:24 -0800 Subject: [PATCH 2/3] banner announcement for Shiny Express --- include-in-header.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include-in-header.html b/include-in-header.html index 687541a6..6635c4dc 100644 --- a/include-in-header.html +++ b/include-in-header.html @@ -77,3 +77,13 @@ : addShinyliveEditLinks() })() + + + \ No newline at end of file From df747863d047931c30e5e9513d5178d9b4ce0f65 Mon Sep 17 00:00:00 2001 From: Greg Swinehart Date: Tue, 23 Jan 2024 14:21:16 -0800 Subject: [PATCH 3/3] link added --- include-in-header.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include-in-header.html b/include-in-header.html index 6635c4dc..7d5f680d 100644 --- a/include-in-header.html +++ b/include-in-header.html @@ -83,7 +83,6 @@

🎉 Introducing Shiny Express

A simpler way to write and learn Shiny.

- - Read more + Read more

\ No newline at end of file