diff options
author | Morgan Bazalgette <git@howl.moe> | 2018-04-30 19:54:38 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-04-30 20:54:38 +0300 |
commit | 3e578b5d295ca0e42ec5a888f44e49c5025aee08 (patch) | |
tree | 8eb6fe51cf90418f9d98d921d0c364d20f7aaddc /docs/content/page | |
parent | ca4a84a2d62500e8b6f215a2ea96e41f77c21990 (diff) | |
download | gitea-3e578b5d295ca0e42ec5a888f44e49c5025aee08.tar.gz gitea-3e578b5d295ca0e42ec5a888f44e49c5025aee08.zip |
Fix docs site index page (#3868)
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 1 | ||||
-rwxr-xr-x | docs/content/page/index.fr-fr.md | 3 | ||||
-rw-r--r-- | docs/content/page/index.zh-cn.md | 1 | ||||
-rw-r--r-- | docs/content/page/index.zh-tw.md | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 85bcc772ac..da7486cda8 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -2,6 +2,7 @@ date: "2016-11-08T16:00:00+02:00" title: "Documentation" slug: "documentation" +url: "/en-us/" weight: 10 toc: true draft: false diff --git a/docs/content/page/index.fr-fr.md b/docs/content/page/index.fr-fr.md index bb7fb5bfe4..72b18f17d4 100755 --- a/docs/content/page/index.fr-fr.md +++ b/docs/content/page/index.fr-fr.md @@ -2,6 +2,7 @@ date: "2017-08-23T09:00:00+02:00" title: "Documentation" slug: "documentation" +url: "/fr-fr/" weight: 10 toc: true draft: false @@ -48,7 +49,7 @@ Le but de ce projet est de fournir de la manière la plus simple, la plus rapide - Migré - Notifications (courriel et web) - Lu - - Non lu + - Non lu - Épinglé - Page d'exploration - Utilisateurs diff --git a/docs/content/page/index.zh-cn.md b/docs/content/page/index.zh-cn.md index 45a2e9f54d..42a172b8a8 100644 --- a/docs/content/page/index.zh-cn.md +++ b/docs/content/page/index.zh-cn.md @@ -2,6 +2,7 @@ date: "2016-11-08T16:00:00+02:00" title: "文档" slug: "documentation" +url: "/zh-cn/" weight: 10 toc: true draft: false diff --git a/docs/content/page/index.zh-tw.md b/docs/content/page/index.zh-tw.md index bbae83d38a..7dc10e2bcc 100644 --- a/docs/content/page/index.zh-tw.md +++ b/docs/content/page/index.zh-tw.md @@ -2,6 +2,7 @@ date: "2016-11-08T16:00:00+02:00" title: "文件" slug: "documentation" +url: "/zh-tw/" weight: 10 toc: true draft: false |