File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -767,8 +767,35 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
767767 } ,
768768 {
769769 label : 'DevTools' ,
770- path : 'tools/devtools' ,
771- contentPath : 'tools/devtools' ,
770+ children : [
771+ {
772+ label : 'Overview' ,
773+ path : 'tools/devtools' ,
774+ contentPath : 'tools/devtools/overview' ,
775+ } ,
776+ {
777+ label : 'Components' ,
778+ path : 'tools/devtools/component' ,
779+ contentPath : 'tools/devtools/component' ,
780+ } ,
781+ {
782+ label : 'Profiler' ,
783+ path : 'tools/devtools/profiler' ,
784+ contentPath : 'tools/devtools/profiler' ,
785+ } ,
786+ // TODO: create those guides
787+ // The signal debugging docs should also be added to the signal section
788+ // {
789+ // label: 'Signals',
790+ // path: 'tools/devtools/signals',
791+ // contentPath: 'tools/devtools/signals',
792+ // },
793+ // {
794+ // label: 'Router',
795+ // path: 'tools/devtools/router',
796+ // contentPath: 'tools/devtools/router',
797+ // }
798+ ] ,
772799 } ,
773800 {
774801 label : 'Language Service' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ copy_to_directory(
4141 "//adev/src/content/reference/migrations" ,
4242 "//adev/src/content/tools" ,
4343 "//adev/src/content/tools/cli" ,
44+ "//adev/src/content/tools/devtools" ,
4445 "//adev/src/content/tools/libraries" ,
4546 "//adev/src/content/tutorials" ,
4647 "//adev/src/content/tutorials/deferrable-views:deferrable-views-guides" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ load ("//adev/shared-docs:index.bzl" , "generate_guides" )
2+
3+ generate_guides (
4+ name = "devtools" ,
5+ srcs = glob ([
6+ "*.md" ,
7+ ]),
8+ data = [
9+ "//adev/src/content/examples" ,
10+ ],
11+ visibility = ["//adev:__subpackages__" ],
12+ )
You can’t perform that action at this time.
0 commit comments