@@ -372,6 +372,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
372372 path : 'guide/routing/lifecycle-and-events' ,
373373 contentPath : 'guide/routing/lifecycle-and-events' ,
374374 } ,
375+ {
376+ label : 'Testing routing and navigation' ,
377+ path : 'guide/routing/testing' ,
378+ contentPath : 'guide/routing/testing' ,
379+ status : 'new' ,
380+ } ,
375381 {
376382 label : 'Other routing tasks' ,
377383 path : 'guide/routing/common-router-tasks' ,
@@ -382,11 +388,22 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
382388 path : 'guide/routing/routing-with-urlmatcher' ,
383389 contentPath : 'guide/routing/routing-with-urlmatcher' ,
384390 } ,
391+ {
392+ label : 'Rendering strategies' ,
393+ path : 'guide/routing/rendering-strategies' ,
394+ contentPath : 'guide/routing/rendering-strategies' ,
395+ status : 'new' ,
396+ } ,
385397 {
386398 label : 'Router reference' ,
387399 path : 'guide/routing/router-reference' ,
388400 contentPath : 'guide/routing/router-reference' ,
389401 } ,
402+ {
403+ label : 'Route transition animations' ,
404+ path : 'guide/routing/route-transition-animations' ,
405+ contentPath : 'guide/routing/route-transition-animations' ,
406+ } ,
390407 ] ,
391408 } ,
392409 {
@@ -522,6 +539,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
522539 path : 'guide/testing/pipes' ,
523540 contentPath : 'guide/testing/pipes' ,
524541 } ,
542+ {
543+ label : 'Testing routing and navigation' ,
544+ path : 'guide/routing/testing' ,
545+ contentPath : 'guide/routing/testing' ,
546+ status : 'new' ,
547+ } ,
525548 {
526549 label : 'Debugging tests' ,
527550 path : 'guide/testing/debugging' ,
@@ -621,16 +644,23 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
621644 } ,
622645 {
623646 label : 'Animations' ,
647+ status : 'updated' ,
624648 children : [
625649 {
626650 label : 'Animating your content' ,
627651 path : 'guide/animations/css' ,
628652 contentPath : 'guide/animations/css' ,
629653 } ,
654+ {
655+ label : 'Enter and Leave animations' ,
656+ path : 'guide/animations/enter-and-leave' ,
657+ contentPath : 'guide/animations/enter-and-leave' ,
658+ status : 'new' ,
659+ } ,
630660 {
631661 label : 'Route transition animations' ,
632- path : 'guide/animations /route-animations' ,
633- contentPath : 'guide/animations /route-animations' ,
662+ path : 'guide/routing /route-transition -animations' ,
663+ contentPath : 'guide/routing /route-transition -animations' ,
634664 } ,
635665 ] ,
636666 } ,
@@ -922,6 +952,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
922952 path : 'ecosystem/rxjs-interop/output-interop' ,
923953 contentPath : 'ecosystem/rxjs-interop/output-interop' ,
924954 } ,
955+ {
956+ label : 'Unsubscribing with takeUntilDestroyed' ,
957+ path : 'ecosystem/rxjs-interop/take-until-destroyed' ,
958+ contentPath : 'ecosystem/rxjs-interop/take-until-destroyed' ,
959+ } ,
925960 ] ,
926961 } ,
927962 {
@@ -974,6 +1009,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
9741009 path : 'ecosystem/custom-build-pipeline' ,
9751010 contentPath : 'ecosystem/custom-build-pipeline' ,
9761011 } ,
1012+ {
1013+ label : 'Tailwind' ,
1014+ path : 'guide/tailwind' ,
1015+ contentPath : 'guide/tailwind' ,
1016+ status : 'new' ,
1017+ } ,
9771018 {
9781019 label : 'Angular Fire' ,
9791020 path : 'https://github.com/angular/angularfire#readme' ,
@@ -1135,6 +1176,10 @@ const REFERENCE_SUB_NAVIGATION_DATA: NavigationItem[] = [
11351176 label : 'Overview' ,
11361177 path : 'cli/generate' ,
11371178 } ,
1179+ {
1180+ label : 'ai-config' ,
1181+ path : 'cli/generate/ai-config' ,
1182+ } ,
11381183 {
11391184 label : 'app-shell' ,
11401185 path : 'cli/generate/app-shell' ,
0 commit comments