mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -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" | ||||
| --- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user