Skip to content

Commit 524ebd8

Browse files
committed
get started and concept changes from #250 4751da3
1 parent e7a4f97 commit 524ebd8

24 files changed

+2045
-189
lines changed

_quarto.yml

+25-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ project:
1919
- api/core
2020
- api/testing
2121
- templates
22+
- get-started
2223
resources:
2324
- /pypi/**
2425
- /robots.txt
@@ -73,7 +74,9 @@ website:
7374
logo-alt: The logo for Shiny for Python
7475
search: true
7576
left:
76-
- text: "Learn Shiny"
77+
- text: "Get Started"
78+
file: get-started/welcome.qmd
79+
- text: "Concepts"
7780
file: docs/overview.qmd
7881
- text: "Components"
7982
menu:
@@ -226,8 +229,28 @@ website:
226229
href: "/layouts/arrange/index.html#column-nesting"
227230
- text: "Controlling for Page Size"
228231
href: "/layouts/arrange/index.html#controlling-for-page-width-and-height"
232+
- id: get-started
233+
style: "floating"
234+
collapse-level: 1
235+
align: left
236+
contents:
237+
- get-started/welcome.qmd
238+
- get-started/install.qmd
239+
- get-started/create-run.qmd
240+
- get-started/debug.qmd
241+
- section: "Deploy"
242+
contents:
243+
- text: "Overview"
244+
href: get-started/deploy.qmd
245+
- get-started/deploy-cloud.qmd
246+
- get-started/deploy-on-prem.qmd
247+
- get-started/shinylive.qmd
248+
- section: "Tutorials"
249+
contents:
250+
- text: "Get Started with Shiny Express"
251+
href: tutorials/intro-express/1-welcome.qmd
229252

230-
- id: docs
253+
- id: concepts
231254
style: "floating"
232255
collapse-level: 2
233256
align: left

docs/_metadata.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sidebar: get-started
1+
sidebar: concepts

0 commit comments

Comments
 (0)