@@ -332,19 +332,29 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
332
332
contentPath : 'guide/routing/overview' ,
333
333
} ,
334
334
{
335
- label : 'Common routing tasks ' ,
336
- path : 'guide/routing/common-router-tasks ' ,
337
- contentPath : 'guide/routing/common-router-tasks ' ,
335
+ label : 'Define routes ' ,
336
+ path : 'guide/routing/define-routes ' ,
337
+ contentPath : 'guide/routing/define-routes ' ,
338
338
} ,
339
339
{
340
- label : 'Routing in single-page applications ' ,
341
- path : 'guide/routing/router-tutorial ' ,
342
- contentPath : 'guide/routing/router-tutorial ' ,
340
+ label : 'Show routes with Outlets ' ,
341
+ path : 'guide/routing/show-routes-with-outlets ' ,
342
+ contentPath : 'guide/routing/show-routes-with-outlets ' ,
343
343
} ,
344
344
{
345
- label : 'Creating custom route matches' ,
346
- path : 'guide/routing/routing-with-urlmatcher' ,
347
- contentPath : 'guide/routing/routing-with-urlmatcher' ,
345
+ label : 'Navigate to routes' ,
346
+ path : 'guide/routing/navigate-to-routes' ,
347
+ contentPath : 'guide/routing/navigate-to-routes' ,
348
+ } ,
349
+ {
350
+ label : 'Read route state' ,
351
+ path : 'guide/routing/read-route-state' ,
352
+ contentPath : 'guide/routing/read-route-state' ,
353
+ } ,
354
+ {
355
+ label : 'Other routing tasks' ,
356
+ path : 'guide/routing/common-router-tasks' ,
357
+ contentPath : 'guide/routing/common-router-tasks' ,
348
358
} ,
349
359
{
350
360
label : 'Router reference' ,
@@ -427,20 +437,10 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
427
437
contentPath : 'guide/performance/overview' ,
428
438
} ,
429
439
{
430
- label : 'Server-side rendering' ,
440
+ label : 'Server-side and hybrid- rendering' ,
431
441
path : 'guide/ssr' ,
432
442
contentPath : 'guide/ssr' ,
433
443
} ,
434
- {
435
- label : 'Build-time prerendering' ,
436
- path : 'guide/prerendering' ,
437
- contentPath : 'guide/prerendering' ,
438
- } ,
439
- {
440
- label : 'Hybrid rendering with server routing' ,
441
- path : 'guide/hybrid-rendering' ,
442
- contentPath : 'guide/hybrid-rendering' ,
443
- } ,
444
444
{
445
445
label : 'Hydration' ,
446
446
path : 'guide/hydration' ,
@@ -501,6 +501,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
501
501
path : 'guide/testing/utility-apis' ,
502
502
contentPath : 'guide/testing/utility-apis' ,
503
503
} ,
504
+ {
505
+ label : 'Experimental unit testing integration' ,
506
+ path : 'guide/testing/unit-tests' ,
507
+ contentPath : 'guide/testing/experimental-unit-test' ,
508
+ } ,
504
509
{
505
510
label : 'Component harnesses overview' ,
506
511
path : 'guide/testing/component-harnesses-overview' ,
@@ -584,11 +589,35 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
584
589
] ,
585
590
} ,
586
591
{
587
- label : 'Experimental features ' ,
592
+ label : 'Animations ' ,
588
593
children : [
589
- { label : 'Zoneless' , path : 'guide/experimental/zoneless' , contentPath : 'guide/zoneless' } ,
594
+ {
595
+ label : 'Animating your content' ,
596
+ path : 'guide/animations/css' ,
597
+ contentPath : 'guide/animations/css' ,
598
+ } ,
599
+ {
600
+ label : 'Route transition animations' ,
601
+ path : 'guide/animations/route-animations' ,
602
+ contentPath : 'guide/animations/route-animations' ,
603
+ } ,
590
604
] ,
591
605
} ,
606
+ {
607
+ label : 'Drag and drop' ,
608
+ path : 'guide/drag-drop' ,
609
+ contentPath : 'guide/drag-drop' ,
610
+ } ,
611
+ ] ,
612
+ } ,
613
+ {
614
+ label : 'Build with AI' ,
615
+ children : [
616
+ {
617
+ label : 'Get Started' ,
618
+ path : 'ai' ,
619
+ contentPath : 'ai/overview' ,
620
+ } ,
592
621
] ,
593
622
} ,
594
623
{
@@ -752,6 +781,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
752
781
path : 'best-practices/skipping-subtrees' ,
753
782
contentPath : 'best-practices/runtime-performance/skipping-subtrees' ,
754
783
} ,
784
+ { label : 'Zoneless' , path : 'guide/zoneless' , contentPath : 'guide/zoneless' } ,
755
785
] ,
756
786
} ,
757
787
{
@@ -793,9 +823,9 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
793
823
contentPath : 'guide/animations/reusable-animations' ,
794
824
} ,
795
825
{
796
- label : 'Route transition animations ' ,
797
- path : 'guide/animations/route-animations ' ,
798
- contentPath : 'guide/animations/route-animations ' ,
826
+ label : 'Migrating to Native CSS Animations ' ,
827
+ path : 'guide/animations/migration ' ,
828
+ contentPath : 'guide/animations/migration ' ,
799
829
} ,
800
830
] ,
801
831
} ,
@@ -882,11 +912,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
882
912
} ,
883
913
{
884
914
label : 'Angular CDK' ,
885
- path : 'https://material.angular.io /cdk/categories' ,
915
+ path : 'https://material.angular.dev /cdk/categories' ,
886
916
} ,
887
917
{
888
918
label : 'Angular Material' ,
889
- path : 'https://material.angular.io /' ,
919
+ path : 'https://material.angular.dev /' ,
890
920
} ,
891
921
] ,
892
922
} ,
0 commit comments