Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add dividers
  • Loading branch information
parlough committed Apr 21, 2023
commit d8e8a610651c5a5c2582ad219f583871004523e7
2 changes: 2 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
{ "source": "/desktop/linux", "destination": "/development/platform-integration/linux/building", "type": 301 },
{ "source": "/perf/rendering/*", "destination": "/perf", "type": 301 },
{ "source": "/developing-packages", "destination": "/development/packages-and-plugins/developing-packages", "type": 301 },
{ "source": "/development", "destination": "/", "type": 301 },
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
{ "source": "/development/ios-14", "destination": "/development/platform-integration/ios/ios-debugging", "type": 301 },
{ "source": "/development/ios-project-migration", "destination": "/development/platform-integration/ios", "type": 301 },
{ "source": "/development/platform-integration/ios-app-clip", "destination": "/development/platform-integration/ios/ios-app-clip", "type": 301 },
Expand Down
4 changes: 4 additions & 0 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
- title: Tutorials
permalink: /reference/tutorials

- divider

- title: User interface
permalink: /ui
children:
Expand Down Expand Up @@ -423,6 +425,8 @@
- title: Continuous deployment
permalink: /deployment/cd

- divider

- title: Resources
children:
- title: Architectural overview
Expand Down