diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-22 17:19:15 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-22 17:19:41 +0100 |
commit | c9c235353885cec280f9d6f86d0057b84614edea (patch) | |
tree | 129fb16f05f0cfd318e777af9547129bebef0e10 /doc/profile | |
parent | 6194db8c15d1acf9adedd2f90e2cb2f49f1c624a (diff) | |
download | gitlab-ce-c9c235353885cec280f9d6f86d0057b84614edea.tar.gz |
Update user's profile preferences docs
- Document all options
- Change links that point to docs in the application
Diffstat (limited to 'doc/profile')
-rw-r--r-- | doc/profile/README.md | 6 | ||||
-rw-r--r-- | doc/profile/preferences.md | 37 |
2 files changed, 4 insertions, 39 deletions
diff --git a/doc/profile/README.md b/doc/profile/README.md index 6f8359d87fa..54e44d65959 100644 --- a/doc/profile/README.md +++ b/doc/profile/README.md @@ -1,4 +1,4 @@ -# Profile Settings +# Profile settings -- [Preferences](preferences.md) -- [Two-factor Authentication (2FA)](two_factor_authentication.md) +- [Preferences](../user/profile/preferences.md) +- [Two-factor Authentication (2FA)](../user/profile/account/two_factor_authentication.md) diff --git a/doc/profile/preferences.md b/doc/profile/preferences.md index 4f2b00f3dd1..cc16f3afe41 100644 --- a/doc/profile/preferences.md +++ b/doc/profile/preferences.md @@ -1,36 +1 @@ -# Profile Preferences - -Settings in the **Profile > Preferences** page allow the user to customize -various aspects of the site to their liking. - -## Syntax highlighting theme - -_GitLab uses the [rouge ruby library][rouge] for syntax highlighting. For a -list of supported languages visit the rouge website._ - -Changing this setting allows the user to customize the theme used when viewing -syntax highlighted code on the site. - -The default is **White**. - -## Behavior - -### Default Dashboard - -For users who have access to a large number of projects but only keep up with a -select few, the amount of activity on the default Dashboard page can be -overwhelming. - -Changing this setting allows the user to redefine what their default dashboard -will be. Setting it to **Starred Projects** will make that Dashboard view the -default when signing in or clicking the application logo in the upper left. - -The default is **Your Projects**. - -### Default Project view - -It allows user to choose what content he or she want to see on project page. - -The default is **Readme**. - -[rouge]: http://rouge.jneen.net/ "Rouge website" +This document was moved to [another location](../user/profile/preferences.md). |