Skip to content

Commit c49d483

Browse files
authored
docs: Fix missing entries in TOC (#2415)
1 parent b0b8167 commit c49d483

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/guides/toc.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
topicUid: Guides.Entities.Casting
2727
- name: Glossary & Flowcharts
2828
topicUid: Guides.Entities.Glossary
29+
- name: Dependency Injection
30+
items:
31+
- name: Introduction
32+
topicUid: Guides.DI.Intro
33+
- name: Injection
34+
topicUid: Guides.DI.Injection
35+
- name: Command- & Interaction Services
36+
topicUid: Guides.DI.Services
37+
- name: Service Types
38+
topicUid: Guides.DI.Dependencies
39+
- name: Scaling your Application
40+
topicUid: Guides.DI.Scaling
2941
- name: Working with Text-based Commands
3042
items:
3143
- name: Introduction
@@ -36,8 +48,6 @@
3648
topicUid: Guides.TextCommands.NamedArguments
3749
- name: Preconditions
3850
topicUid: Guides.TextCommands.Preconditions
39-
- name: Dependency Injection
40-
topicUid: Guides.TextCommands.DI
4151
- name: Post-execution Handling
4252
topicUid: Guides.TextCommands.PostExecution
4353
- name: Working with the Interaction Framework
@@ -50,8 +60,6 @@
5060
topicUid: Guides.IntFw.TypeConverters
5161
- name: Preconditions
5262
topicUid: Guides.IntFw.Preconditions
53-
- name: Dependency Injection
54-
topicUid: Guides.IntFw.DI
5563
- name: Post-execution Handling
5664
topicUid: Guides.IntFw.PostExecution
5765
- name: Permissions

0 commit comments

Comments
 (0)