Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update references to now missing command util:extract #2072

Merged
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
2 changes: 1 addition & 1 deletion docs/3-Templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ Cecil comes with a set of [built-in templates](https://github.com/Cecilapp/Cecil
If you need to modify built-in templates, you can easily extract them via the following command: they will be copied in the "layouts" directory of your site.

```bash
php cecil.phar util:extract
php cecil.phar util:templates:extract
```

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/5-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Available commands:
show:config Shows the configuration
show:content Shows content as tree
util
util:extract Extracts built-in templates
util:templates:extract Extracts built-in templates
```

## new:site
Expand Down
Loading