mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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: "2016-12-01T16:00:00+02:00"
 | 
			
		||||
title: "从二进制安装"
 | 
			
		||||
slug: "install-from-binary"
 | 
			
		||||
weight: 10
 | 
			
		||||
weight: 15
 | 
			
		||||
toc: false
 | 
			
		||||
draft: false
 | 
			
		||||
menu:
 | 
			
		||||
  sidebar:
 | 
			
		||||
    parent: "installation"
 | 
			
		||||
    name: "从二进制安装"
 | 
			
		||||
    weight: 20
 | 
			
		||||
    weight: 15
 | 
			
		||||
    identifier: "install-from-binary"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user