aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/development
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/development
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/development')
-rw-r--r--docs/content/doc/development/integrations.en-us.md2
-rw-r--r--docs/content/doc/development/integrations.zh-tw.md2
-rw-r--r--docs/content/doc/development/migrations.en-us.md2
-rw-r--r--docs/content/doc/development/migrations.zh-tw.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/doc/development/integrations.en-us.md b/docs/content/doc/development/integrations.en-us.md
index c6321e2d07..dae557c9b8 100644
--- a/docs/content/doc/development/integrations.en-us.md
+++ b/docs/content/doc/development/integrations.en-us.md
@@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "Integrations"
slug: "integrations"
-weight: 40
+weight: 65
toc: false
draft: false
menu:
diff --git a/docs/content/doc/development/integrations.zh-tw.md b/docs/content/doc/development/integrations.zh-tw.md
index eb828592b4..fdc2103990 100644
--- a/docs/content/doc/development/integrations.zh-tw.md
+++ b/docs/content/doc/development/integrations.zh-tw.md
@@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "整合"
slug: "integrations"
-weight: 40
+weight: 65
toc: false
draft: false
menu:
diff --git a/docs/content/doc/development/migrations.en-us.md b/docs/content/doc/development/migrations.en-us.md
index 8647bdbc4b..1d9103254b 100644
--- a/docs/content/doc/development/migrations.en-us.md
+++ b/docs/content/doc/development/migrations.en-us.md
@@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "Migrations Interfaces"
slug: "migrations-interfaces"
-weight: 30
+weight: 55
toc: false
draft: false
menu:
diff --git a/docs/content/doc/development/migrations.zh-tw.md b/docs/content/doc/development/migrations.zh-tw.md
index 09af350d35..bf995598f5 100644
--- a/docs/content/doc/development/migrations.zh-tw.md
+++ b/docs/content/doc/development/migrations.zh-tw.md
@@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "遷移介面"
slug: "migrations-interfaces"
-weight: 30
+weight: 55
toc: false
draft: false
menu: