Skip to content
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

Add sidenav links back to setup selection pages #11771

Merged
merged 1 commit into from
Mar 4, 2025
Merged
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
10 changes: 10 additions & 0 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
permalink: /get-started/install
hiddenChildren: true
children:
- title: Choose a platform
permalink: /get-started/install
- title: On Windows
permalink: /get-started/install/windows
children:
- title: Choose a target
permalink: /get-started/install/windows
- title: Target Android
permalink: /get-started/install/windows/mobile
- title: Target web
Expand All @@ -16,6 +20,8 @@
- title: On macOS
permalink: /get-started/install/macos
children:
- title: Choose a target
permalink: /get-started/install/macos
- title: Target iOS
permalink: /get-started/install/macos/mobile-ios
- title: Target Android
Expand All @@ -27,6 +33,8 @@
- title: On Linux
permalink: /get-started/install/linux
children:
- title: Choose a target
permalink: /get-started/install/linux
- title: Target Android
permalink: /get-started/install/linux/android
- title: Target web
Expand All @@ -36,6 +44,8 @@
- title: On ChromeOS
permalink: /get-started/install/chromeos
children:
- title: Choose a target
permalink: /get-started/install/chromeos
- title: Target Android
permalink: /get-started/install/chromeos/android
- title: Target web
Expand Down