mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +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-02-09T20:00:00+02:00"
|
||||
title: "Installation with Docker (rootless)"
|
||||
slug: "install-with-docker-rootless"
|
||||
weight: 10
|
||||
weight: 60
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "installation"
|
||||
name: "With Docker Rootless"
|
||||
weight: 48
|
||||
weight: 60
|
||||
identifier: "install-with-docker-rootless"
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user