Skip to content

Commit

Permalink
Update index.qmd (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis authored Oct 30, 2023
1 parent c7c98dd commit e9e585c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dashboards/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Dashboards consist of several components:

2) **Pages, Rows, Columns, and Tabsets** --- Pages, rows and columns are defined using markdown headings (with optional attributes to control height, width, etc.). Tabsets can be used to further divide content within a row or column.

3) **Cards and Sidebars** --- Cards are containers for plots, data display, and free from content. The content of cards typically maps to *cells* in your notebook or source document. Sidebars are used to present inputs within interactive dashboards.
3) **Cards and Sidebars** --- Cards are containers for plots, data display, and free form content. The content of cards typically maps to *cells* in your notebook or source document. Sidebars are used to present inputs within interactive dashboards.

Dashboards can be created either using Jupyter notebooks (`.ipynb`) or using plain text markdown (`.qmd`). Here is the code for the notebook version of the above example (click the image for a zoomed view):

Expand Down Expand Up @@ -155,4 +155,4 @@ These artilces will provide you with a broad overview of the core concepts and c

Once you've mastered the basics, check out these additional articles to learn more.

{{< include _learning-more.md >}}
{{< include _learning-more.md >}}

0 comments on commit e9e585c

Please sign in to comment.