mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58: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:
@@ -2,14 +2,14 @@
|
||||
date: "2020-03-19T19:27:00+02:00"
|
||||
title: "Install on Kubernetes"
|
||||
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