Skip to content

Commit ab4b05b

Browse files
committed
address comments before reverting extraneous menu changes
1 parent f5c7c6a commit ab4b05b

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

_quarto.yml

+16-19
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ website:
7474
logo-alt: The logo for Shiny for Python
7575
search: true
7676
left:
77-
- text: "Getting Started"
77+
- text: "Get Started"
7878
file: docs/overview.qmd
7979
- text: "Concepts"
8080
file: docs/ui-overview.qmd
@@ -89,13 +89,6 @@ website:
8989
- text: "UI Layouts"
9090
file: layouts/index.qmd
9191
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
9992
- text: "Examples"
10093
menu:
10194
- text: "Templates"
@@ -107,7 +100,7 @@ website:
107100
- text: "Playground"
108101
href: https://shinylive.io/py/examples/
109102
target: _blank
110-
- text: "API Reference"
103+
- text: "Reference"
111104
menu:
112105
- text: "Shiny Express"
113106
href: api/express/index.qmd
@@ -235,22 +228,26 @@ website:
235228
- text: "Controlling for Page Size"
236229
href: "/layouts/arrange/index.html#controlling-for-page-width-and-height"
237230

238-
- id: getting_started
231+
- id: get-started
239232
style: "floating"
240-
collapse-level: 2
233+
collapse-level: 1
241234
align: left
242235
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"
248241
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
251247
- section: "Tutorials"
252248
contents:
253-
- tutorials/index.qmd
249+
- text: "Get Started with Shiny Express"
250+
href: tutorials/intro-express/1-welcome.qmd
254251

255252
- id: concepts
256253
style: "floating"

0 commit comments

Comments
 (0)