diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-10-02 10:13:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 10:13:44 +0800 |
commit | eaa67671ccab8758fd194a46491790ea2a8045a9 (patch) | |
tree | f62f5ccfb125c2b22d4859f2b904a2f9844f7983 /docs/content/page | |
parent | 3d10193be2b4476d1d0d3249a9884fcc0faa64e5 (diff) | |
download | gitea-eaa67671ccab8758fd194a46491790ea2a8045a9.tar.gz gitea-eaa67671ccab8758fd194a46491790ea2a8045a9.zip |
Fix doc and heatmap for the Vue3 refactoring (#21312)
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 2 | ||||
-rwxr-xr-x | docs/content/page/index.fr-fr.md | 2 | ||||
-rw-r--r-- | docs/content/page/index.zh-cn.md | 2 | ||||
-rw-r--r-- | docs/content/page/index.zh-tw.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index c3ee996f0b..a0923db72a 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -287,7 +287,7 @@ You can try it out using [the online demo](https://try.gitea.io/). - UI frameworks: - [jQuery](https://jquery.com) - [Fomantic UI](https://fomantic-ui.com) - - [Vue2](https://vuejs.org) + - [Vue3](https://vuejs.org) - and various components (see package.json) - Editors: - [CodeMirror](https://codemirror.net) diff --git a/docs/content/page/index.fr-fr.md b/docs/content/page/index.fr-fr.md index 39d7ff8df3..2eccf70bf3 100755 --- a/docs/content/page/index.fr-fr.md +++ b/docs/content/page/index.fr-fr.md @@ -258,7 +258,7 @@ Le but de ce projet est de fournir de la manière la plus simple, la plus rapide - Interface graphique : - [jQuery](https://jquery.com) - [Fomantic UI](https://fomantic-ui.com) - - [Vue2](https://vuejs.org) + - [Vue3](https://vuejs.org) - [CodeMirror](https://codemirror.net) - [EasyMDE](https://github.com/Ionaru/easy-markdown-editor) - [Monaco Editor](https://microsoft.github.io/monaco-editor) diff --git a/docs/content/page/index.zh-cn.md b/docs/content/page/index.zh-cn.md index 1c94f8ea78..5af67f5531 100644 --- a/docs/content/page/index.zh-cn.md +++ b/docs/content/page/index.zh-cn.md @@ -52,7 +52,7 @@ Gitea的首要目标是创建一个极易安装,运行非常快速,安装和 - UI 框架: - [jQuery](https://jquery.com) - [Fomantic UI](https://fomantic-ui.com) - - [Vue2](https://vuejs.org) + - [Vue3](https://vuejs.org) - 更多组件参见 package.json - 编辑器: - [CodeMirror](https://codemirror.net) diff --git a/docs/content/page/index.zh-tw.md b/docs/content/page/index.zh-tw.md index 3dde97a943..368be02de9 100644 --- a/docs/content/page/index.zh-tw.md +++ b/docs/content/page/index.zh-tw.md @@ -271,7 +271,7 @@ Gitea 是從 [Gogs](http://gogs.io) Fork 出來的,請閱讀部落格文章 [G - UI 元件: - [jQuery](https://jquery.com) - [Fomantic UI](https://fomantic-ui.com) - - [Vue2](https://vuejs.org) + - [Vue3](https://vuejs.org) - [CodeMirror](https://codemirror.net) - [EasyMDE](https://github.com/Ionaru/easy-markdown-editor) - [Monaco Editor](https://microsoft.github.io/monaco-editor) |