Skip to content

Commit

Permalink
docs: Add experimental and zoneless to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed May 16, 2024
1 parent 7a172f7 commit 296cb42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions adev/src/app/sub-navigation-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
},
],
},
{
label: 'Experimental features',
children: [
{label: 'Zoneless', path: 'guide/experimental/zoneless', contentPath: 'guide/zoneless'},
],
},
],
},
{
Expand Down

0 comments on commit 296cb42

Please sign in to comment.