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 new file mode 100644 index 0000000000..f8043ad02a Binary files /dev/null and b/docs/content/usage/profile-readme.png differ