From d2baa82b973f977159b3c53f3594da6ae1b32642 Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 25 Jan 2024 17:54:35 -0600 Subject: [PATCH] Try removing aliases from layout gallery since that seems to be incompatible with pretty urls --- layouts/arrange/index.qmd | 3 --- layouts/navbars/index.qmd | 4 ---- layouts/panels-cards/index.qmd | 3 --- layouts/sidebars/index.qmd | 3 --- layouts/tabs/index.qmd | 3 --- 5 files changed, 16 deletions(-) diff --git a/layouts/arrange/index.qmd b/layouts/arrange/index.qmd index 7952ba1a..27a4631b 100644 --- a/layouts/arrange/index.qmd +++ b/layouts/arrange/index.qmd @@ -4,9 +4,6 @@ description: > Layout elements into rows and columns that responsively adapt to a wide range of screen sizes. -aliases: - - "../arrange.html" - listing: - id: relevant-functions template: ../../components/_partials/components-detail-relevant-functions.ejs diff --git a/layouts/navbars/index.qmd b/layouts/navbars/index.qmd index 9f9fd917..9c03e6e3 100644 --- a/layouts/navbars/index.qmd +++ b/layouts/navbars/index.qmd @@ -4,9 +4,6 @@ description: > A navbar adds a navigation bar, allowing users to easily navigate your Shiny app. -aliases: - - "../navbars.html" - listing: - id: relevant-functions template: ../../components/_partials/components-detail-relevant-functions.ejs @@ -89,4 +86,3 @@ Follow these steps to add a navbar to the bottom of your app: 4. Set the `title` argument of `ui.page_navbar()` to set the browser window title. 5. _Optional:_ Pass a string to the `id` argument of `ui.page_navbar()`. This will create an input value that holds the title of the currently selected nav item. For example, `id = "tab"` would create a reactive value accessible as `input.tab()`. - diff --git a/layouts/panels-cards/index.qmd b/layouts/panels-cards/index.qmd index 94a96370..1e923db0 100644 --- a/layouts/panels-cards/index.qmd +++ b/layouts/panels-cards/index.qmd @@ -3,9 +3,6 @@ title: "Panels and cards" description: > Use panels and cards to define areas of related content in your Shiny app. -aliases: - - "../panels-cards.html" - listing: - id: relevant-functions template: ../../components/_partials/components-detail-relevant-functions.ejs diff --git a/layouts/sidebars/index.qmd b/layouts/sidebars/index.qmd index 303d3f7c..5afcc039 100644 --- a/layouts/sidebars/index.qmd +++ b/layouts/sidebars/index.qmd @@ -4,8 +4,6 @@ description: > A sidebar layout creates a sidebar in your Shiny app, typically used for inputs, and a large main area, typically used for outputs. -aliases: - - "../sidebars.html" listing: - id: relevant-functions @@ -138,4 +136,3 @@ The other options for `open` are: * `"desktop"`: The default. The sidebar starts open on a desktop screen and closed on mobile. * `"open"`: The sidebar starts open and can be closed. * `"always"`: The sidebar is always open and cannot be closed. - diff --git a/layouts/tabs/index.qmd b/layouts/tabs/index.qmd index d08ff092..1e48bf53 100644 --- a/layouts/tabs/index.qmd +++ b/layouts/tabs/index.qmd @@ -3,9 +3,6 @@ title: "Tabs" description: > Tabs and navigation allow you to create Shiny apps with multiple pages. -aliases: - - "../tabs.html" - listing: - id: relevant-functions template: ../../components/_partials/components-detail-relevant-functions.ejs