diff --git a/docs/user-guide/user-profile.md b/docs/user-guide/user-profile.md new file mode 100644 index 0000000000..95a3ae03fd --- /dev/null +++ b/docs/user-guide/user-profile.md @@ -0,0 +1,6 @@ +# User Profile Page + +You can view a user's profile page by typing the username in the top search field and click on the search result. + +On the user profile page, you can view this user's recent contribution statistics according to the selected date range option. +By default it will show this week's contribution categorized by language and project. diff --git a/mkdocs.yml b/mkdocs.yml index 6a4d99d3f9..dfb770f198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,6 +27,7 @@ pages: - ['user-guide/keyboard-shortcuts.md', 'User Guide', 'Keyboard Shortcuts'] - ['user-guide/project-types.md', 'User Guide', 'Project Types'] - ['user-guide/client-configuration.md', 'User Guide', 'Client Configuration'] +- ['user-guide/user-profile.md', 'User Guide', 'User Profile Page'] - ['user-guide/merge-translations.md', 'User Guide', 'Merge translations'] ## Project - ['user-guide/projects/create-project.md', 'User Guide', 'Creating a Project']