diff options
author | 6543 <6543@obermui.de> | 2024-01-28 00:20:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 00:20:17 +0100 |
commit | 61f8ca4906c4c51f9e7e9598417a9674556e670a (patch) | |
tree | 562d5c6aaf1d00a8c85c331c1b3e160e51025d3d /docs | |
parent | 5f82ead13cb7706d3f660271d94de6101cef4119 (diff) | |
download | gitea-61f8ca4906c4c51f9e7e9598417a9674556e670a.tar.gz gitea-61f8ca4906c4c51f9e7e9598417a9674556e670a.zip |
Add screenshot for "Profile Readmes" to docs (#28964)
introduced in #23260 ... the docs still looks to empty:
https://docs.gitea.com/usage/profile-readme
this changes it :)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/usage/profile-readme.en-us.md | 4 | ||||
-rw-r--r-- | docs/content/usage/profile-readme.png | bin | 0 -> 33680 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/usage/profile-readme.en-us.md b/docs/content/usage/profile-readme.en-us.md index 339176f7d4..fe42fa2723 100644 --- a/docs/content/usage/profile-readme.en-us.md +++ b/docs/content/usage/profile-readme.en-us.md @@ -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 Binary files differnew file mode 100644 index 0000000000..f8043ad02a --- /dev/null +++ b/docs/content/usage/profile-readme.png |