-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
139 lines (129 loc) · 4.48 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
project:
type: website
execute:
freeze: false
website:
title: "Workshop: Intro to Shiny for Python"
# announcement:
# icon: info-circle
# dismissable: true
# content: "**Alert** - this site is under active construction"
# type: warning
# position: below-navbar
navbar:
logo: images/intro-to-shiny-for-python.png
search: true
left:
- docs/pre-requisites.qmd
- docs/shiny-express.qmd
- text: "Reactivity"
file: docs/reactivity-intro.qmd
- text: "UI Customization"
file: docs/ui-layout.qmd
- text: "Workflow"
file: docs/workflow-refactor.qmd
# - docs/test.qmd
tools:
- icon: github
href: https://github.com/posit-dev/intro-to-shiny-for-python
- icon: discord
href: https://discord.gg/AQVJzG2bnN
sidebar:
- title: "Hello, Shiny express!"
contents:
- href: docs/shiny-express.qmd
text: Slides
- section: "Exercises"
contents:
- docs/exercises/101-run-app/index.qmd
- docs/exercises/102-ui-module/index.qmd
- docs/exercises/103-inputs/index.qmd
- docs/exercises/104-outputs/index.qmd
- docs/exercises/105-reactivity/index.qmd
- docs/exercises/106-debug/index.qmd
- docs/exercises/107-debug/index.qmd
- docs/exercises/108-debug/index.qmd
- docs/exercises/109-debug/index.qmd
- docs/exercises/110-app/index.qmd
- section: "Apps"
contents:
- docs/apps/101-input/index.qmd
- docs/apps/102-output/index.qmd
- docs/apps/105-reactivity/index.qmd
- title: "Reactivity"
contents:
- section: "Slides"
contents:
- href: docs/reactivity-intro.qmd
text: Reactivity Intro
- href: docs/reactivity-calc.qmd
text: Reactive Calculations
- section: "Exercises"
contents:
- docs/exercises/201-reactive-calc/index.qmd
- docs/exercises/203-reactive-event/index.qmd
- docs/exercises/207-reactive-stack/index.qmd
- docs/exercises/209-reactive-effect/index.qmd
- section: "Apps"
contents:
- docs/apps/200-simple-reactive-calc/index.qmd
- docs/apps/201-modal/index.qmd
- docs/apps/202-reactive-event/index.qmd
- title: "UI Customization"
contents:
- section: "Slides"
contents:
- href: docs/ui-layout.qmd
text: UI Layout
- href: docs/ui-themes.qmd
text: UI Themes
- section: "Exercises"
contents:
- docs/exercises/301-cards/index.qmd
- docs/exercises/302-sidebars/index.qmd
- docs/exercises/303-value-boxes/index.qmd
- docs/exercises/304-columns/index.qmd
- docs/exercises/305-app/index.qmd
- docs/exercises/306-app/index.qmd
- docs/exercises/307-themes/index.qmd
- docs/exercises/308-plot-themes/index.qmd
- docs/exercises/309-valuebox-themes/index.qmd
- docs/exercises/310-element-themes/index.qmd
- docs/exercises/311-style/index.qmd
- section: "Apps"
contents:
- docs/apps/330-target-app/index.qmd
- docs/apps/331-starting-app/index.qmd
- docs/apps/332-value-boxes/index.qmd
- docs/apps/333-columns/index.qmd
- docs/apps/334-target-app/index.qmd
- docs/apps/335-css/index.qmd
- title: "Workflow"
contents:
- section: "Slides"
contents:
- docs/workflow-refactor.qmd
- docs/workflow-modules.qmd
# - docs/_workflow-iterators.qmd
- docs/workflow-deploy.qmd
- section: "Exercises"
contents:
- docs/exercises/401-extract-function/index.qmd
- docs/exercises/402-python-module/index.qmd
- docs/exercises/403-simple-module/index.qmd
- docs/exercises/404-module-fn/index.qmd
- docs/exercises/405-module-lambda/index.qmd
# - docs/exercises/410-iterators/index.qmd
- title: "Test"
contents:
- docs/test.qmd
- section: "Exercises"
contents:
- docs/exercises/101-run-app/index.qmd
filters:
- shinylive
format:
html:
theme: materia
css: styles.css
toc: true