Skip to content

Commit 37aff9b

Browse files
committed
learning more links
1 parent 51b0a13 commit 37aff9b

File tree

6 files changed

+72
-33
lines changed

6 files changed

+72
-33
lines changed

docs/dashboards/_learning-more.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22

3+
[Dashboard Components](components.qmd) shows you how to control the navigation bar, and how to arrange your content across pages, rows, columns, tabsets, sidebars, and cards.
4+
5+
[Data Presentation](data-presentation.qmd) shows you how to display data in your dashboard as plots, tables, value boxes, and text.
6+
37
[Layouts](layouts.qmd) includes a variety of sample layouts which you can use as a starting point for your own dashboards.
48

59
[Examples](examples/index.qmd) provides a gallery of example dashboards you can use as inspiration for your own.

docs/dashboards/_tutorial.qmd

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/dashboards/components.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,20 @@ Sidebar content
435435
```{{python}}
436436
```
437437
````
438+
439+
## Learning More
440+
441+
[Data Presentation](data-presentation.qmd) shows you how to display data in your dashboard as plots, tables, value boxes, and text.
442+
443+
[Layouts](layouts.qmd) includes a variety of sample layouts which you can use as a starting point for your own dashboards.
444+
445+
[Examples](examples/index.qmd) provides a gallery of example dashboards you can use as inspiration for your own.
446+
447+
[Theming](theming.qmd) describes the various way to customize the fonts, colors, layout and other aspects of dashboard appearance.
448+
449+
[Parameters](parameters.qmd) explains how to create dashboard variants by defining parameters and providing distinct values for them on the command line.
450+
451+
[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).
452+
453+
Interactive dashboards are covered in the articles on using [Shiny for Python](interactivity/shiny-python/index.qmd), [Shiny for R](interactivity/shiny-r.qmd), and [Observable JS](interactivity/observable.qmd).
454+

docs/dashboards/data-presentation.qmd

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,22 @@ px.violin(df, x="sex", y="total_bill", color="smoker")
492492

493493
![](images/card-layout-ncol.png){fig-alt="A screenshot of a dashboard card with the title Tipping behavior showing two plots side by side."}
494494

495-
See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for additional documentation on custom layouts.
495+
See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for additional documentation on custom layouts.
496+
497+
## Learning More
498+
499+
500+
[Dashboard Components](components.qmd) shows you how to control the navigation bar, and how to arrange your content across pages, rows, columns, tabsets, sidebars, and cards.
501+
502+
[Layouts](layouts.qmd) includes a variety of sample layouts which you can use as a starting point for your own dashboards.
503+
504+
[Examples](examples/index.qmd) provides a gallery of example dashboards you can use as inspiration for your own.
505+
506+
[Theming](theming.qmd) describes the various way to customize the fonts, colors, layout and other aspects of dashboard appearance.
507+
508+
[Parameters](parameters.qmd) explains how to create dashboard variants by defining parameters and providing distinct values for them on the command line.
509+
510+
[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).
511+
512+
Interactive dashboards are covered in the articles on using [Shiny for Python](interactivity/shiny-python/index.qmd), [Shiny for R](interactivity/shiny-r.qmd), and [Observable JS](interactivity/observable.qmd).
513+

docs/dashboards/index.qmd

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,23 @@ You can find release notes and installers for all platforms at <https://quarto.o
145145

146146
Start by learning how to lay out your dashboard and populate it with content:
147147

148-
- [Dashboard Components](components.qmd) shows you how to control the navigation bar, and how to arrange your content across pages, rows, columns, tabsets, sidebars, and cards.
148+
[Dashboard Components](components.qmd) shows you how to control the navigation bar, and how to arrange your content across pages, rows, columns, tabsets, sidebars, and cards.
149149

150-
- [Data Presentation](data-presentation.qmd) shows you how to display data in your dashboard as plots, tables, value boxes, and text.
150+
[Data Presentation](data-presentation.qmd) shows you how to display data in your dashboard as plots, tables, value boxes, and text.
151151

152152
### Step 3: Explore Further
153153

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

156-
{{< include _learning-more.md >}}
156+
[Layouts](layouts.qmd) includes a variety of sample layouts which you can use as a starting point for your own dashboards.
157+
158+
[Examples](examples/index.qmd) provides a gallery of example dashboards you can use as inspiration for your own.
159+
160+
[Theming](theming.qmd) describes the various way to customize the fonts, colors, layout and other aspects of dashboard appearance.
161+
162+
[Parameters](parameters.qmd) explains how to create dashboard variants by defining parameters and providing distinct values for them on the command line.
163+
164+
[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).
165+
166+
Interactive dashboards are covered in the articles on using [Shiny for Python](interactivity/shiny-python/index.qmd), [Shiny for R](interactivity/shiny-r.qmd), and [Observable JS](interactivity/observable.qmd).
167+

docs/dashboards/layouts.qmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,21 @@ Sidebar content
411411
```{{python}}
412412
```
413413
````
414+
415+
## Learning More
416+
417+
418+
[Dashboard Components](components.qmd) shows you how to control the navigation bar, and how to arrange your content across pages, rows, columns, tabsets, sidebars, and cards.
419+
420+
[Data Presentation](data-presentation.qmd) shows you how to display data in your dashboard as plots, tables, value boxes, and text.
421+
422+
[Examples](examples/index.qmd) provides a gallery of example dashboards you can use as inspiration for your own.
423+
424+
[Theming](theming.qmd) describes the various way to customize the fonts, colors, layout and other aspects of dashboard appearance.
425+
426+
[Parameters](parameters.qmd) explains how to create dashboard variants by defining parameters and providing distinct values for them on the command line.
427+
428+
[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).
429+
430+
Interactive dashboards are covered in the articles on using [Shiny for Python](interactivity/shiny-python/index.qmd), [Shiny for R](interactivity/shiny-r.qmd), and [Observable JS](interactivity/observable.qmd).
431+

0 commit comments

Comments
 (0)