Skip to content

Commit 5dcc350

Browse files
authored
Merge pull request #622 from ExpressionEngine/remove-old-cli-addon-generator-docs
removed old cli comand to build an add-on... linked table of contents…
2 parents 923719b + 87264f1 commit 5dcc350

File tree

3 files changed

+1
-99
lines changed

3 files changed

+1
-99
lines changed

docs/cli/built-in-commands/make-addon.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/cli/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default the CLI is located `system/ee/eecli.php` .
1212
- [List](cli/built-in-commands/list.md)
1313
- Make
1414
- [make:action - Creates a new action for an add-on](cli/built-in-commands/make-action.md)
15-
- [make:addon - Creates a new add-on](cli/built-in-commands/make-addon.md)
15+
- [make:addon - Creates a new add-on](development/addon-development-overview.md)
1616
- [make:command - Creates a new CLI command for an add-on](cli/built-in-commands/make-command.md)
1717
- [make:extension-hook - Implements an EE extension hook in an add-on](cli/built-in-commands/make-extension-hook.md)
1818
- [make:migration - Creates a new migration](cli/built-in-commands/make-migration.md)

docs/toc_sections/_advanced_usage_toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,6 @@
639639
href: cli/usage.md
640640
- name: Built In Commands
641641
items:
642-
- name: Addon Generator
643-
href: cli/built-in-commands/make-addon.md
644642
- name: Clear Cache
645643
href: cli/built-in-commands/cache-clear.md
646644
- name: Command Generator

0 commit comments

Comments
 (0)