diff options
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 4 | ||||
-rw-r--r-- | docs/content/page/index.en-us.md | 1 | ||||
-rwxr-xr-x | docs/content/page/index.fr-fr.md | 1 | ||||
-rw-r--r-- | docs/content/page/index.zh-cn.md | 1 | ||||
-rw-r--r-- | docs/content/page/index.zh-tw.md | 1 |
5 files changed, 3 insertions, 5 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index be1581e0c4..3f0eca308a 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -128,7 +128,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `DEFAULT_THEME`: **gitea**: \[gitea, arc-green\]: Set the default theme for the Gitea install. - `THEMES`: **gitea,arc-green**: All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`. -- `REACTIONS`: All available reactions. Allow users react with different emoji's. +- `REACTIONS`: All available reactions users can choose on issues/prs and comments + Values can be emoji alias (:smile:) or a unicode emoji. + For custom reactions, add a tightly cropped square image to public/emoji/img/reaction_name.png - `DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used. - `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page. - `USE_SERVICE_WORKER`: **true**: Whether to enable a Service Worker to cache frontend assets. diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 6deba73a0c..0924865f6a 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -274,7 +274,6 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. * [DropzoneJS](http://www.dropzonejs.com/) * [Highlight](https://highlightjs.org/) * [Clipboard](https://zenorocha.github.io/clipboard.js/) - * [Emojify](https://github.com/Ranks/emojify.js) * [CodeMirror](https://codemirror.net/) * [jQuery Date Time Picker](https://github.com/xdan/datetimepicker) * [jQuery MiniColors](https://github.com/claviska/jquery-minicolors) diff --git a/docs/content/page/index.fr-fr.md b/docs/content/page/index.fr-fr.md index 72b18f17d4..c0f47f7251 100755 --- a/docs/content/page/index.fr-fr.md +++ b/docs/content/page/index.fr-fr.md @@ -263,7 +263,6 @@ Le but de ce projet est de fournir de la manière la plus simple, la plus rapide * [DropzoneJS](http://www.dropzonejs.com/) * [Highlight](https://highlightjs.org/) * [Clipboard](https://zenorocha.github.io/clipboard.js/) - * [Emojify](https://github.com/Ranks/emojify.js) * [CodeMirror](https://codemirror.net/) * [jQuery Date Time Picker](https://github.com/xdan/datetimepicker) * [jQuery MiniColors](https://github.com/claviska/jquery-minicolors) diff --git a/docs/content/page/index.zh-cn.md b/docs/content/page/index.zh-cn.md index 42a172b8a8..cdebacc861 100644 --- a/docs/content/page/index.zh-cn.md +++ b/docs/content/page/index.zh-cn.md @@ -56,7 +56,6 @@ Gitea的首要目标是创建一个极易安装,运行非常快速,安装和 * [DropzoneJS](http://www.dropzonejs.com/) * [Highlight](https://highlightjs.org/) * [Clipboard](https://zenorocha.github.io/clipboard.js/) - * [Emojify](https://github.com/Ranks/emojify.js) * [CodeMirror](https://codemirror.net/) * [jQuery Date Time Picker](https://github.com/xdan/datetimepicker) * [jQuery MiniColors](https://github.com/claviska/jquery-minicolors) diff --git a/docs/content/page/index.zh-tw.md b/docs/content/page/index.zh-tw.md index 7dc10e2bcc..6eec81019c 100644 --- a/docs/content/page/index.zh-tw.md +++ b/docs/content/page/index.zh-tw.md @@ -56,7 +56,6 @@ Gitea 的首要目標是建立一個容易安裝,運行快速,安装和使 * [DropzoneJS](http://www.dropzonejs.com/) * [Highlight](https://highlightjs.org/) * [Clipboard](https://zenorocha.github.io/clipboard.js/) - * [Emojify](https://github.com/Ranks/emojify.js) * [CodeMirror](https://codemirror.net/) * [jQuery Date Time Picker](https://github.com/xdan/datetimepicker) * [jQuery MiniColors](https://github.com/claviska/jquery-minicolors) |