summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/help
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-04-04 21:47:31 +0800
committerGitHub <noreply@github.com>2023-04-04 21:47:31 +0800
commit67103eb2bc3cb73fab2363fda811c43b50ac9d89 (patch)
tree21f6c174fe4447b4ccf8b35fc62c0392ed1698d7 /docs/content/doc/help
parent6b0df6d8da76d77a9b5c42dcfa78dbfe197fd56d (diff)
downloadgitea-67103eb2bc3cb73fab2363fda811c43b50ac9d89.tar.gz
gitea-67103eb2bc3cb73fab2363fda811c43b50ac9d89.zip
Update docs markdown file weight to make it clear (#23909)
For Docusaurus, it needs a meta data named `sidebar_position`, so we copy all `weight` under `menu/sidebar` as top meta key.
Diffstat (limited to 'docs/content/doc/help')
-rw-r--r--docs/content/doc/help/search.de-de.md4
-rw-r--r--docs/content/doc/help/search.en-us.md4
-rw-r--r--docs/content/doc/help/search.fr-fr.md4
-rw-r--r--docs/content/doc/help/search.nl-nl.md4
-rw-r--r--docs/content/doc/help/search.pt-br.md4
-rw-r--r--docs/content/doc/help/search.zh-cn.md4
-rw-r--r--docs/content/doc/help/search.zh-tw.md4
-rw-r--r--docs/content/doc/help/seek-help.en-us.md2
-rw-r--r--docs/content/doc/help/seek-help.zh-cn.md2
-rw-r--r--docs/content/doc/help/seek-help.zh-tw.md2
10 files changed, 17 insertions, 17 deletions
diff --git a/docs/content/doc/help/search.de-de.md b/docs/content/doc/help/search.de-de.md
index cfacfe737e..d22e9c1b2e 100644
--- a/docs/content/doc/help/search.de-de.md
+++ b/docs/content/doc/help/search.de-de.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.en-us.md b/docs/content/doc/help/search.en-us.md
index cfacfe737e..d22e9c1b2e 100644
--- a/docs/content/doc/help/search.en-us.md
+++ b/docs/content/doc/help/search.en-us.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.fr-fr.md b/docs/content/doc/help/search.fr-fr.md
index bfcd6f3c44..421f7830b2 100644
--- a/docs/content/doc/help/search.fr-fr.md
+++ b/docs/content/doc/help/search.fr-fr.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Chercher"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.nl-nl.md b/docs/content/doc/help/search.nl-nl.md
index cfacfe737e..d22e9c1b2e 100644
--- a/docs/content/doc/help/search.nl-nl.md
+++ b/docs/content/doc/help/search.nl-nl.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.pt-br.md b/docs/content/doc/help/search.pt-br.md
index cfacfe737e..d22e9c1b2e 100644
--- a/docs/content/doc/help/search.pt-br.md
+++ b/docs/content/doc/help/search.pt-br.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.zh-cn.md b/docs/content/doc/help/search.zh-cn.md
index f6243d1e8f..778df0d47d 100644
--- a/docs/content/doc/help/search.zh-cn.md
+++ b/docs/content/doc/help/search.zh-cn.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "搜索"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/search.zh-tw.md b/docs/content/doc/help/search.zh-tw.md
index 335f955713..8f2ce17ec6 100644
--- a/docs/content/doc/help/search.zh-tw.md
+++ b/docs/content/doc/help/search.zh-tw.md
@@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "搜尋"
slug: "search"
-weight: 4
+weight: 1
toc: false
draft: false
sitemap:
- priority : 0.1
+ priority : 1
layout: "search"
---
diff --git a/docs/content/doc/help/seek-help.en-us.md b/docs/content/doc/help/seek-help.en-us.md
index fe47481600..0e56b9a575 100644
--- a/docs/content/doc/help/seek-help.en-us.md
+++ b/docs/content/doc/help/seek-help.en-us.md
@@ -2,7 +2,7 @@
date: "2018-05-21T15:00:00+00:00"
title: "Support Options"
slug: "seek-help"
-weight: 10
+weight: 20
toc: false
draft: false
menu:
diff --git a/docs/content/doc/help/seek-help.zh-cn.md b/docs/content/doc/help/seek-help.zh-cn.md
index b1b9330430..80febad248 100644
--- a/docs/content/doc/help/seek-help.zh-cn.md
+++ b/docs/content/doc/help/seek-help.zh-cn.md
@@ -2,7 +2,7 @@
date: "2017-01-20T15:00:00+08:00"
title: "需要帮助"
slug: "seek-help"
-weight: 10
+weight: 20
toc: false
draft: false
menu:
diff --git a/docs/content/doc/help/seek-help.zh-tw.md b/docs/content/doc/help/seek-help.zh-tw.md
index f9107a026b..f87dad547a 100644
--- a/docs/content/doc/help/seek-help.zh-tw.md
+++ b/docs/content/doc/help/seek-help.zh-tw.md
@@ -2,7 +2,7 @@
date: "2018-05-21T15:00:00+00:00"
title: "取得協助"
slug: "seek-help"
-weight: 10
+weight: 20
toc: false
draft: false
menu: