Skip to content

Commit f5a32ff

Browse files
committed
create get-started dir, move files, update sidebar and metadata
1 parent 87d177d commit f5a32ff

18 files changed

+13
-10
lines changed

_quarto.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ project:
2020
- api/testing
2121
- templates
2222
- tutorials
23+
- get-started
2324
resources:
2425
- /pypi/**
2526
- /robots.txt
@@ -75,7 +76,7 @@ website:
7576
search: true
7677
left:
7778
- text: "Get Started"
78-
file: docs/overview.qmd
79+
file: get-started/overview.qmd
7980
- text: "Concepts"
8081
file: docs/ui-overview.qmd
8182
- text: "Components"
@@ -227,17 +228,17 @@ website:
227228
collapse-level: 1
228229
align: left
229230
contents:
230-
- docs/overview.qmd
231-
- docs/user-interfaces.qmd
232-
- docs/install-create-run.qmd
233-
- docs/debug.qmd
231+
- get-started/overview.qmd
232+
- get-started/user-interfaces.qmd
233+
- get-started/install-create-run.qmd
234+
- get-started/debug.qmd
234235
- section: "Deploy"
235236
contents:
236237
- text: "Overview"
237-
href: docs/deploy.qmd
238-
- docs/deploy-cloud.qmd
239-
- docs/deploy-on-prem.qmd
240-
- docs/shinylive.qmd
238+
href: get-started/deploy.qmd
239+
- get-started/deploy-cloud.qmd
240+
- get-started/deploy-on-prem.qmd
241+
- get-started/shinylive.qmd
241242
- section: "Tutorials"
242243
contents:
243244
- text: "Get Started with Shiny Express"

docs/_metadata.yml

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

get-started/_metadata.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sidebar: get-started
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tutorials/intro-express/_metadata.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sidebar: tutorial-express-intro

0 commit comments

Comments
 (0)