Skip to content

Commit 9d71d2b

Browse files
committed
fix: migrate source code files
1 parent 54dd96f commit 9d71d2b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

adev-ja/src/app/routing/sub-navigation-data.en.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
960960
path: 'tools/devtools/profiler',
961961
contentPath: 'tools/devtools/profiler',
962962
},
963+
{
964+
label: 'Injectors',
965+
path: 'tools/devtools/injectors',
966+
contentPath: 'tools/devtools/injectors',
967+
},
963968
// TODO: create those guides
964969
// The signal debugging docs should also be added to the signal section
965970
// {

adev-ja/src/app/routing/sub-navigation-data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
960960
path: 'tools/devtools/profiler',
961961
contentPath: 'tools/devtools/profiler',
962962
},
963+
{
964+
label: 'インジェクター',
965+
path: 'tools/devtools/injectors',
966+
contentPath: 'tools/devtools/injectors',
967+
},
963968
// TODO: create those guides
964969
// The signal debugging docs should also be added to the signal section
965970
// {

0 commit comments

Comments
 (0)