Skip to content

Reorganize Menus to create Getting Started and Concepts pages #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 47 additions & 16 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ project:
- api/core
- api/testing
- templates
- tutorials
- get-started
resources:
- /pypi/**
- /robots.txt
Expand Down Expand Up @@ -73,28 +75,23 @@ website:
logo-alt: The logo for Shiny for Python
search: true
left:
- text: "Learn Shiny"
file: docs/overview.qmd
- text: "Get Started"
file: get-started/welcome.qmd
- text: "Concepts"
file: docs/ui-overview.qmd
- text: "Components"
menu:
- text: "Components"
file: components/index.qmd
href: components/index.qmd
icon: sliders
- text: "Layouts"
file: layouts/index.qmd
icon: layout-text-window-reverse
- text: "Templates"
file: templates/index.qmd
icon: code-square
- text: "Deploy"
menu:
- text: "Overview"
href: docs/deploy.qmd
- docs/deploy-cloud.qmd
- docs/deploy-on-prem.qmd
- docs/shinylive.qmd
- text: "Gallery"
file: gallery/index.qmd
href: gallery/index.qmd
- text: "Playground"
href: https://shinylive.io/py/examples/
target: _blank
Expand Down Expand Up @@ -227,7 +224,28 @@ website:
- text: "Controlling for Page Size"
href: "/layouts/arrange/index.html#controlling-for-page-width-and-height"

- id: docs
- id: get-started
style: "floating"
collapse-level: 1
align: left
contents:
- get-started/welcome.qmd
- get-started/install.qmd
- get-started/create-run.qmd
- get-started/debug.qmd
- section: "Deploy"
contents:
- text: "Overview"
href: get-started/deploy.qmd
- get-started/deploy-cloud.qmd
- get-started/deploy-on-prem.qmd
- get-started/shinylive.qmd
- section: "Tutorials"
contents:
- text: "Get Started with Shiny Express"
href: tutorials/intro-express/1-welcome.qmd

- id: concepts
style: "floating"
collapse-level: 2
align: left
Expand All @@ -236,10 +254,6 @@ website:
contents:
- docs/overview.qmd
- docs/user-interfaces.qmd
- section: "<span class='emoji-icon'>💻</span> __Workflow__"
contents:
- docs/install-create-run.qmd
- docs/debug.qmd
- section: "<span class='emoji-icon'>🎨</span> __User interfaces__"
contents:
- docs/ui-overview.qmd
Expand Down Expand Up @@ -278,6 +292,23 @@ website:
contents:
- docs/nonblocking.qmd
- docs/routing.qmd

- id: tutorial-express-intro
style: "docked"
align: left
contents:
- section: "Learn Shiny Express"
contents:
- tutorials/intro-express/1-welcome.qmd
- tutorials/intro-express/2-ui.qmd
- tutorials/intro-express/3-inputs.qmd
- tutorials/intro-express/4-external.qmd
- tutorials/intro-express/5-outputs.qmd
- tutorials/intro-express/6-reactivity.qmd
- tutorials/intro-express/7-publish.qmd
- tutorials/intro-express/8-next.qmd


# TODO: if the sidebar only has 1 entry, then it displays for the entire site...
# added entry below to prevent this.
- id: deploy
Expand Down
2 changes: 1 addition & 1 deletion docs/_metadata.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sidebar: get-started
sidebar: concepts
Loading
Loading