From e9e585c5ac7ce1d954ba628656b098706aa4dbe8 Mon Sep 17 00:00:00 2001 From: Kyle Grealis <84798289+kyleGrealis@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:46:54 -0500 Subject: [PATCH] Update index.qmd (#896) --- docs/dashboards/index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/index.qmd b/docs/dashboards/index.qmd index 95b3a68f9..8dbd4d535 100644 --- a/docs/dashboards/index.qmd +++ b/docs/dashboards/index.qmd @@ -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): @@ -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 >}} \ No newline at end of file +{{< include _learning-more.md >}}