@@ -74,7 +74,7 @@ website:
74
74
logo-alt : The logo for Shiny for Python
75
75
search : true
76
76
left :
77
- - text : " Getting Started"
77
+ - text : " Get Started"
78
78
file : docs/overview.qmd
79
79
- text : " Concepts"
80
80
file : docs/ui-overview.qmd
@@ -89,13 +89,6 @@ website:
89
89
- text : " UI Layouts"
90
90
file : layouts/index.qmd
91
91
icon : layout-text-window-reverse
92
- - text : " Deploy"
93
- menu :
94
- - text : " Overview"
95
- href : docs/deploy.qmd
96
- - docs/deploy-cloud.qmd
97
- - docs/deploy-on-prem.qmd
98
- - docs/shinylive.qmd
99
92
- text : " Examples"
100
93
menu :
101
94
- text : " Templates"
@@ -107,7 +100,7 @@ website:
107
100
- text : " Playground"
108
101
href : https://shinylive.io/py/examples/
109
102
target : _blank
110
- - text : " API Reference"
103
+ - text : " Reference"
111
104
menu :
112
105
- text : " Shiny Express"
113
106
href : api/express/index.qmd
@@ -235,22 +228,26 @@ website:
235
228
- text : " Controlling for Page Size"
236
229
href : " /layouts/arrange/index.html#controlling-for-page-width-and-height"
237
230
238
- - id : getting_started
231
+ - id : get-started
239
232
style : " floating"
240
- collapse-level : 2
233
+ collapse-level : 1
241
234
align : left
242
235
contents :
243
- - section : " Essentials "
244
- contents :
245
- - docs/overview .qmd
246
- - docs/user-interfaces .qmd
247
- - section : " Workflow "
236
+ - docs/overview.qmd
237
+ - docs/user-interfaces.qmd
238
+ - docs/install-create-run .qmd
239
+ - docs/debug .qmd
240
+ - section : " Deploy "
248
241
contents :
249
- - docs/install-create-run.qmd
250
- - docs/debug.qmd
242
+ - text : " Overview"
243
+ href : docs/deploy.qmd
244
+ - docs/deploy-cloud.qmd
245
+ - docs/deploy-on-prem.qmd
246
+ - docs/shinylive.qmd
251
247
- section : " Tutorials"
252
248
contents :
253
- - tutorials/index.qmd
249
+ - text : " Get Started with Shiny Express"
250
+ href : tutorials/intro-express/1-welcome.qmd
254
251
255
252
- id : concepts
256
253
style : " floating"
0 commit comments