Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions docs/cli/built-in-commands/make-addon.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/cli/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By default the CLI is located `system/ee/eecli.php` .
- [List](cli/built-in-commands/list.md)
- Make
- [make:action - Creates a new action for an add-on](cli/built-in-commands/make-action.md)
- [make:addon - Creates a new add-on](cli/built-in-commands/make-addon.md)
- [make:addon - Creates a new add-on](development/addon-development-overview.md)
- [make:command - Creates a new CLI command for an add-on](cli/built-in-commands/make-command.md)
- [make:extension-hook - Implements an EE extension hook in an add-on](cli/built-in-commands/make-extension-hook.md)
- [make:migration - Creates a new migration](cli/built-in-commands/make-migration.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/toc_sections/_advanced_usage_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@
href: cli/usage.md
- name: Built In Commands
items:
- name: Addon Generator
href: cli/built-in-commands/make-addon.md
- name: Clear Cache
href: cli/built-in-commands/cache-clear.md
- name: Command Generator
Expand Down