Skip to content

Commit b8b7005

Browse files
authored
Merge pull request ExpressionEngine#720 from ExpressionEngine/bug/7.x/fix-cli-toc
fix CLI TOC
2 parents 6fc3fd6 + d34ae93 commit b8b7005

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/toc_sections/_advanced_usage_toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
- name: Add-on Management
648648
href: cli/built-in-commands/addons.md
649649
- name: Add-on Generator
650-
href: cli/built-in-commands/make-addon.md
650+
href: development/addon-development-overview.md
651651
- name: Backup Database
652652
href: cli/built-in-commands/backup-database.md
653653
- name: Clear Cache
@@ -670,6 +670,12 @@
670670
href: cli/built-in-commands/make-prolet.md
671671
- name: Widget Generator
672672
href: cli/built-in-commands/make-widget.md
673+
- name: Creating a Command
674+
href: cli/creating-a-command.md
675+
- name: Defining Input
676+
href: cli/defining-input.md
677+
- name: Displaying Output
678+
href: cli/displaying-output.md
673679

674680

675681
- name: Entry Cloning

0 commit comments

Comments
 (0)