Skip to content

Commit

Permalink
Try removing aliases from layout gallery since that seems to be incom…
Browse files Browse the repository at this point in the history
…patible with pretty urls
  • Loading branch information
cpsievert committed Jan 25, 2024
1 parent b9eaccb commit d2baa82
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions layouts/arrange/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions layouts/navbars/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()`.

3 changes: 0 additions & 3 deletions layouts/panels-cards/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions layouts/sidebars/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

3 changes: 0 additions & 3 deletions layouts/tabs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2baa82

Please sign in to comment.