summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-04-05 10:01:38 -0500
committerLauris BH <lauris@nix.lv>2019-04-05 18:01:38 +0300
commit9bf20f47c4e7b58c4afb92c32b5bf8683e17fc39 (patch)
tree871d8184937e41d286f85d2bafd5af921bc4f652 /docs
parente14cad79c9c808ead463d8f85e463e22d851bbc0 (diff)
downloadgitea-9bf20f47c4e7b58c4afb92c32b5bf8683e17fc39.tar.gz
gitea-9bf20f47c4e7b58c4afb92c32b5bf8683e17fc39.zip
Enabled emoji in Hugo (#6521)
Removed extra asterisks in Docker doc Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/config.yaml1
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/config.yaml b/docs/config.yaml
index b963894c87..03751cf2bb 100644
--- a/docs/config.yaml
+++ b/docs/config.yaml
@@ -6,6 +6,7 @@ theme: gitea
defaultContentLanguage: en-us
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
+enableEmoji: true
permalinks:
post: /:year/:month/:title/
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index f2c32a9847..d8adc4b3a0 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -270,7 +270,7 @@ files; for named volumes, this is done through another container or by direct ac
# Upgrading
-:exclamation::exclamation: **Make sure you have volumed data to somewhere outside Docker container** :exclamation::exclamation:**
+:exclamation::exclamation: **Make sure you have volumed data to somewhere outside Docker container** :exclamation::exclamation:
To upgrade your installation to the latest release:
```