diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 17:37:48 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:59:12 -0400 |
commit | b9c85393c36027f31bb2e4fd6861cd034fef7fcc (patch) | |
tree | 9622d8f833fde4ef7f35b7bedd22c163d5235af8 /doc/profile | |
parent | 1562f017b6305eeef2ac83e370660699d8789965 (diff) | |
download | gitlab-ce-b9c85393c36027f31bb2e4fd6861cd034fef7fcc.tar.gz |
Add docs for Profile > Preferences
Also converts doc/README.md to Unix line endings
Diffstat (limited to 'doc/profile')
-rw-r--r-- | doc/profile/preferences.md | 33 | ||||
-rw-r--r-- | doc/profile/profile.md | 3 |
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/profile/preferences.md b/doc/profile/preferences.md new file mode 100644 index 00000000000..0c12eb0c655 --- /dev/null +++ b/doc/profile/preferences.md @@ -0,0 +1,33 @@ +# Profile Preferences + +Settings in the **Profile > Preferences** page allow the user to customize +various aspects of the site to their liking. + +## Application theme + +Changing this settings allows the user to customize the color scheme used for +the navigation bar on the left side of the screen. + +The default is **Charcoal**. + +## Syntax highlighting theme + +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 to 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 **Projects**. diff --git a/doc/profile/profile.md b/doc/profile/profile.md new file mode 100644 index 00000000000..032d62cf884 --- /dev/null +++ b/doc/profile/profile.md @@ -0,0 +1,3 @@ +# Profile Settings + +- [Preferences](preferences.md) |