summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
```