diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-04-04 21:47:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 21:47:31 +0800 |
commit | 67103eb2bc3cb73fab2363fda811c43b50ac9d89 (patch) | |
tree | 21f6c174fe4447b4ccf8b35fc62c0392ed1698d7 /docs/content/doc/installation/on-kubernetes.zh-cn.md | |
parent | 6b0df6d8da76d77a9b5c42dcfa78dbfe197fd56d (diff) | |
download | gitea-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/installation/on-kubernetes.zh-cn.md')
-rw-r--r-- | docs/content/doc/installation/on-kubernetes.zh-cn.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/on-kubernetes.zh-cn.md b/docs/content/doc/installation/on-kubernetes.zh-cn.md index b1556a26f4..91dec2e73a 100644 --- a/docs/content/doc/installation/on-kubernetes.zh-cn.md +++ b/docs/content/doc/installation/on-kubernetes.zh-cn.md @@ -2,14 +2,14 @@ date: "2020-03-19T19:27:00+02:00" title: "在 Kubernetes 安装 Gitea" slug: "install-on-kubernetes" -weight: 10 +weight: 80 toc: false draft: false menu: sidebar: parent: "installation" name: "Kubernetes" - weight: 50 + weight: 80 identifier: "install-on-kubernetes" --- |