Skip to content

Commit

Permalink
doc: update references to now missing command util:extract (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 authored Nov 30, 2024
1 parent 13f430e commit 48bffd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 48bffd5

Please sign in to comment.