1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +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:
Lunny Xiao
2023-04-04 21:47:31 +08:00
committed by GitHub
parent 6b0df6d8da
commit 67103eb2bc
89 changed files with 117 additions and 97 deletions

View File

@@ -2,14 +2,14 @@
date: "2017-07-21T12:00:00+02:00"
title: "在 Linux 中以 service 方式运行"
slug: "linux-service"
weight: 10
weight: 40
toc: false
draft: false
menu:
sidebar:
parent: "installation"
name: "在Linux中以service方式运行"
weight: 20
weight: 40
identifier: "linux-service"
---