Remove unnecessary usage prefix from doc titles (#24869)

As title.
This commit is contained in:
Lunny Xiao 2023-05-23 18:14:57 +08:00 committed by GitHub
parent 25dc1556cd
commit cfadb1901f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
---
date: "2023-03-02T21:00:00+05:00"
title: "Usage: Gitea Profile READMEs"
title: "Profile READMEs"
slug: "profile-readme"
weight: 12
toc: false
@ -8,12 +8,12 @@ draft: false
menu:
sidebar:
parent: "usage"
name: "Gitea Profile READMEs"
name: "Profile READMEs"
weight: 12
identifier: "profile-readme"
---
# Gitea Profile READMEs
# Profile READMEs
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories.