Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dashboards/data-display.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ elsewhere. Learn more about the Gampminder dataset at

### Leading Content

Content that is included at the very top of a dashboard (and not explicitly within a `.content` div) is considered leading content, and will be included as is with no card styling (e.g. with no border). For example:
Content that is included at the very top of a dashboard (and not explicitly within a `.card` div) is considered leading content, and will be included as is with no card styling (e.g. with no border). For example:

```` {.python .pymd}
---
Expand Down Expand Up @@ -564,4 +564,4 @@ See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for ad

[Deployment](deployment.qmd) covers how to deploy both static dashboards (which require only a web host, but not a server) and Shiny dashboards (which require a Shiny Server).

[Interactivity](interactivity/index.qmd) explores the various ways to create interactive dashboards that enable more flexible data exploration.
[Interactivity](interactivity/index.qmd) explores the various ways to create interactive dashboards that enable more flexible data exploration.
Loading