From f6948ba8ee5e6ae0f7901299850b87c10ec74f48 Mon Sep 17 00:00:00 2001 From: 6543 Date: Thu, 9 Nov 2023 15:05:52 +0100 Subject: [PATCH] Add Profile Readme for Organisations (#27955) https://blog.gitea.com/release-of-1.20.0/#-user-profile-readme-23260 (#23260) did introduce Profile Readme for Users. This makes it usable for Organisations: ![image](https://github.com/go-gitea/gitea/assets/24977596/464ab58b-a952-414b-8a34-6deaeb4f7d35) --- *Sponsored by Kithara Software GmbH* --------- Co-authored-by: silverwind Co-authored-by: KN4CK3R --- usage/profile-readme.en-us.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usage/profile-readme.en-us.md b/usage/profile-readme.en-us.md index 045d33d1..339176f7 100644 --- a/usage/profile-readme.en-us.md +++ b/usage/profile-readme.en-us.md @@ -15,6 +15,7 @@ menu: # Profile READMEs -To display a Markdown file in your Gitea profile page, simply create a repository named `.profile` and add a new file called `README.md`. Gitea will automatically display the contents of the file on your profile, above your repositories. +To display a Markdown file in your Gitea user or organization profile page, create a repository named `.profile` and add a new file named `README.md` to it. +Gitea will automatically display the contents of the file on your profile, in a new "Overview" above your repositories. Making the `.profile` repository private will hide the Profile README.