summaryrefslogtreecommitdiff
path: root/plugins/nanoc/README.md
diff options
context:
space:
mode:
authorJosh Parnham <joshparnham@gmail.com>2018-10-18 06:26:48 +1100
committerMarc Cornellà <marc.cornella@live.com>2018-10-17 21:26:48 +0200
commita2dab42c35cfcd7e5f7e7d5ecc58bbd8699028ce (patch)
treeeb917e35c051667874d3369685e8b91f48318d06 /plugins/nanoc/README.md
parent2fce9a4d44f822c03ce874268338961d0761f1a9 (diff)
downloadzsh-a2dab42c35cfcd7e5f7e7d5ecc58bbd8699028ce.tar.gz
zsh-a2dab42c35cfcd7e5f7e7d5ecc58bbd8699028ce.tar.bz2
zsh-a2dab42c35cfcd7e5f7e7d5ecc58bbd8699028ce.zip
nanoc: update to latest version (#7282)
* nanoc: update command aliases - remove deprecated commands - update `create-site` - add `prune` * nanoc: update README * nanoc: update autompletion - update commands - add flag options to subcommands
Diffstat (limited to 'plugins/nanoc/README.md')
-rw-r--r--plugins/nanoc/README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/plugins/nanoc/README.md b/plugins/nanoc/README.md
index 9e21805f4..d5d437d8a 100644
--- a/plugins/nanoc/README.md
+++ b/plugins/nanoc/README.md
@@ -10,14 +10,11 @@ plugins=(... nanoc)
## Aliases
-| Alias | Command | Description |
-|-------|-----------------------|----------------------------------------------------|
-| n | `nanoc` | Main Nanoc command |
-| na | `nanoc autocompile` | The autocompile command has been deprecated since Nanoc 3.6. Use [guard-nanoc](https://github.com/nanoc/nanoc/tree/master/guard-nanoc) instead. |
-| nco | `nanoc compile` | Compile all items of the current site. |
-| nci | `nanoc create_item` | Command was deprecated in Nanoc v.3 and completely removed in v.4 |
-| ncl | `nanoc create_layout` | Command was deprecated in Nanoc v.3 and completely removed in v.4 |
-| ncs | `nanoc create_site` | Create a new site at the given path. The site will use the filesystem data source. |
-| nd | `nanoc deploy` | Deploys the compiled site. The compiled site contents in the output directory will be uploaded to the destination, which is specified using the --target option. |
-| nv | `nanoc view` | Start the static web server. Unless specified, the web server will run on port 3000 and listen on all IP addresses. |
-| nw | `nanoc watch` | The watch command has been deprecated since Nanoc 3.6. Use [guard-nanoc](https://github.com/nanoc/nanoc/tree/master/guard-nanoc) instead. | \ No newline at end of file
+| Alias | Command | Description |
+|-------|-----------------------|-----------------------------------------------------------------------------------|
+| n | `nanoc` | Main Nanoc command |
+| nco | `nanoc compile` | Compile all items of the current site |
+| ncs | `nanoc create-site` | Create a new site at the given path. The site will use the filesystem data source |
+| nd | `nanoc deploy` | Deploy the compiled site to the destination (specified with `--target`) |
+| np | `nanoc prune` | Remove files not managed by Nanoc from the output directory |
+| nv | `nanoc view` | Start the static web server (on port 3000 and all IP addresses, unless specified) |