]> source.dussan.org Git - gitea.git/commitdiff
Add screenshot for "Profile Readmes" to docs (#28964)
author6543 <6543@obermui.de>
Sat, 27 Jan 2024 23:20:17 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 23:20:17 +0000 (00:20 +0100)
introduced in #23260 ... the docs still looks to empty:
https://docs.gitea.com/usage/profile-readme

this changes it :)

docs/content/usage/profile-readme.en-us.md
docs/content/usage/profile-readme.png [new file with mode: 0644]

index 339176f7d4a7ffa8445adc75723ed80586b2ba1a..fe42fa2723f167fcdb065f5c811836f7e2ece808 100644 (file)
@@ -19,3 +19,7 @@ To display a Markdown file in your Gitea user or organization profile page, crea
 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.
+
+Example of user with `.profile/README.md`:
+
+![profile readme screenshot](./profile-readme.png)
diff --git a/docs/content/usage/profile-readme.png b/docs/content/usage/profile-readme.png
new file mode 100644 (file)
index 0000000..f8043ad
Binary files /dev/null and b/docs/content/usage/profile-readme.png differ