summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Callahan <dan.callahan@gmail.com>2017-03-17 17:57:53 -0500
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-03-17 23:57:53 +0100
commitc2ffdfab63510e5fe9c96ab06f99e652e417d9b8 (patch)
tree46cd1cc78fbf7c54febc68d8fced64b705816568 /docs
parenta99661031ad771feb53e2d4b6443528ce84e1c77 (diff)
docs: Fix documentation of non-existent 'editor' config
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/configuration.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
index 0fc7ddd0a..7d05570b7 100644
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -134,8 +134,6 @@ along with their current, default values:
disable404: false
# Do not inject generator meta tag on homepage
disableHugoGeneratorInject: false
- # edit new content with this editor, if provided
- editor: ""
# Enable Emoji emoticons support for page content.
# See www.emoji-cheat-sheet.com
enableEmoji: false
@@ -153,6 +151,7 @@ along with their current, default values:
logFile: ""
# "yaml", "toml", "json"
metaDataFormat: "toml"
+ # Edit new content with this editor, if provided
newContentEditor: ""
# Don't sync permission mode of files
noChmod: false