Commit Graph

551 Commits

Author SHA1 Message Date
Adam Hegyi 5979f9815c Update text on project import and mirroring forms 2019-09-05 21:12:12 +00:00
Marcel Amirault 1e2f46f864 Fix capitalization in more docs
Fix capitalization in docs for works like GitLab, Git
Omnibus, etc
2019-08-29 08:50:59 +00:00
Evan Read 59847ef0ac Fixes Introduced in text for our renderer 2019-08-28 05:57:25 +00:00
Tristan Williams 6c7638dde1 Docs: Replace old screenshots in project forking workflow 2019-08-26 08:18:49 +00:00
Marcel Amirault d2cb8f785e Update docs to pass new markdownlint
Deletes extra spaces and line, makes lists consistent, and
fixes links.
2019-08-22 08:50:31 +00:00
Marcel Amirault 3bc0a1185c Standardize markdown in dev and workflow
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
2019-08-19 23:41:23 +00:00
Brett Walker 9be16e1f49 UI for disabling group/project email notification
- Adds UI to configure in group and project settings
- Removes notification configuration for users when
disabled at group or project level
2019-08-17 05:56:48 +00:00
Sam Bigelow eba4422803 Add kbd shortcuts for discussion navigation
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-12 06:41:04 +00:00
Achilleas Pipinellis 95145f3e3e Compress images with pngquant 2019-08-07 10:01:48 +00:00
Marcia Ramos 295ed86676 Add tutorial - migrate repo to LFS
- Link new doc to and from other docs
- Add tbs section
2019-08-05 01:33:08 +00:00
Nishad Sohoni 218d2a27e5 Update global dashboard shortcuts
Needs shift keypress
2019-08-02 02:08:34 +00:00
Marcel Amirault 298252bb6b Fix whitespace in topic, university, workflow docs
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor white space issues in /topic, /university, /update
and /workflow docs.
2019-07-31 10:29:10 +00:00
Marcia Ramos c8be1e9271 Update time tracking doc
- CORE ONLY badge
- Link 'introduced in' note
- Inline linking
2019-07-31 09:16:24 +00:00
Marcel Amirault 785b9b02de Fix unordered list spacing
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
2019-07-22 01:49:37 +00:00
Stan Hu 926e16e5d1 Document how to make Oracle Cloud S3 work
Related issues:

* https://github.com/fog/fog-aws/issues/523
* https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-17 07:15:01 -07:00
Heinrich Lee Yu adece6f7f9 Change time tracking units feature release version 2019-07-16 14:51:56 +08:00
Michel Engelen 24a5fe6b14 Rename "discussions" to "threads" in docs 2019-07-15 06:10:32 +00:00
Marcel Amirault 4121c63676 Remove extra blank lines from docs
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
2019-07-15 01:04:35 +00:00
Marcel Amirault 3ee846c9db Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in
/security /workflow /user docs
2019-07-15 00:46:34 +00:00
Marcel Amirault b71835818a Remove hard tabs from docs
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
2019-07-11 22:53:54 +00:00
Evan Read 1be94ee5b3 Tidy up timezone topic 2019-07-09 08:26:22 +00:00
Marcel Amirault 0d4c6a14d8 Update redirected links to final destinations
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
2019-07-08 23:14:29 +00:00
Marcel Amirault 73c6477b7e Changing badges to use parentheses not brackets
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08 08:50:38 +00:00
Marcel Amirault 6feda1df3b Change absolute links to relative
Change assorted absolute links to ce and ee docs
to relative links
2019-07-05 16:25:58 +00:00
Marcel Amirault ef66b8db79 Move workflow images to img dir
Clean out workflow directory by moving images
from gitlab_flow doc to /img
2019-07-05 08:17:39 +00:00
Christie Lenneville c433082f89 Change 'Todo' to 'To Do'
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.

We should use "To Do" and always use it as singular (not "To Dos").

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot
2019-07-04 15:45:54 +00:00
Marcel Amirault 4efc8574cb Fix notes and update links to issues doc
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
2019-07-04 00:55:35 +00:00
Marcel Amirault 1464b1e000 Fix markdown to reduce number of kramdown warnings
Add backticks around square brackets, or fix links, as necessary.
2019-07-03 07:12:04 +00:00
Heinrich Lee Yu 275a17589c Rename to time_tracking_limit_to_hours
Changes migration and all other places the attribute is used
2019-06-25 09:31:23 +08:00
Ben Bodenmiller 001edad11b note that todos are not affected by GitLab Notification Email settings 2019-06-17 22:18:55 +00:00
Tristan Williams 6f7465fe13 Add free pull mirroring expiry note 2019-06-12 17:35:02 -07:00
Mike Lewis 5a40c144e1 Update gitlab_flow.md to add GitLab Flow video 2019-06-12 15:50:17 +00:00
Marcel Amirault 3c31d793c8 Docs: Update all links to relative in /workflow and /administration 2019-06-05 03:29:33 +00:00
Wei-Meng Lee ddb0344a8f Apply reviewer suggestions 2019-05-31 20:49:27 +08:00
Wei-Meng Lee c8a779a3d2 Add group-level notification emails to docs 2019-05-31 20:49:27 +08:00
Ben Bodenmiller f7598ae59f render help keyboard shortcut correctly 2019-05-27 15:52:28 +00:00
James Ramsay 51340896ac Add LFS pull mirroring to docs 2019-05-23 18:22:58 -04:00
David Coy ddd1d42421 Docs: Add TZInfo formatted timezones 2019-05-20 18:31:52 +00:00
Marcel Amirault 54358d6199 Docs: Remove all remaining orphaned images. 2019-05-17 19:21:48 +00:00
Lee Matos c5935469e1 Update manage_large_binaries_with_git_lfs.md to clarify LFS external storage caveats 2019-05-17 18:21:51 +00:00
Evan Read b32798ac41 Merge branch 'docs-destroy-the-mirrors' into 'master'
Correct repo mirror SSH key generation docs

See merge request gitlab-org/gitlab-ce!27998
2019-05-07 03:23:44 +00:00
Marcel Amirault 27545605c7 Docs: Merge EE doc/​workflow to CE 2019-05-05 12:10:35 +00:00
Luke Bennett e10a3218d6
Correct repo mirror SSH key generation docs 2019-05-03 01:44:38 +01:00
Evan Read cd1ad2b136 Better documentation on repo mirroring enqueuing 2019-04-11 11:14:37 +00:00
Mark Fletcher b710997723 Update Time Tracking feature link 2019-04-10 10:32:03 +00:00
Rick Heil b33e45c77f Update lfs_administration.md to add new line in order to have table draw properly 2019-04-01 11:03:03 +00:00
Rick Heil d1cb47db20 Update lfs_administration.md to add documentation on Rackspace Cloud Files for LFS object storage, including a note on Fog requiring the temp-url key even when the object container is public ("CDN enabled" in Rackspace terms) 2019-03-28 13:37:36 +00:00
Marcel Amirault 8c58e7dedb Docs: Add missing redirects to /workflow and /articles docs 2019-03-26 13:21:47 +00:00
Michael Tedder 36f355ed0c [documentation] add section on resolving errors and solution for push failure to GitHub 2019-03-15 14:59:07 +00:00
Marcel Amirault fd8234856e Docs: Fix all anchors in Admin docs 2019-03-04 00:17:57 +00:00