mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +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: "Installation with Docker"
|
||||
slug: "install-with-docker"
|
||||
weight: 10
|
||||
weight: 70
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "With Docker"
|
||||
weight: 49
|
||||
weight: 70
|
||||
identifier: "install-with-docker"
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user