Commit Graph

114 Commits

Author SHA1 Message Date
Evan Read 4a413f250e MVC improvements to basics landing page 2019-04-30 18:04:19 +00:00
Marcia Ramos 12e35b4957 Merge branch 'patch-50' into 'master'
Fix grammar and try to make clearer how a fork works

See merge request gitlab-org/gitlab-ce!26929
2019-04-09 15:18:58 +00:00
Marcel Amirault f581e72dee Docs: Fix anchors related to issues 2019-04-09 10:54:51 +00:00
mlncn 8938cf8874 Fix grammar and try to make clearer how a fork works 2019-04-03 02:30:36 +00:00
Marcel Amirault 8c58e7dedb Docs: Add missing redirects to /workflow and /articles docs 2019-03-26 13:21:47 +00:00
Evan Read 31892c664a Add pages group for templates information 2019-03-26 12:08:27 +00:00
Marcel Amirault b8c744a903 Docs: Fix redirected link to be more direct 2019-03-26 10:01:52 +00:00
Evan Read 8756700e89 Fix some procedures with misleading instructions 2019-03-14 16:26:27 +00:00
Marcel Amirault 4a25a130f4 Docs: Last batch of misc broken anchors 2019-03-04 02:37:14 +00:00
Christie Lenneville 343a00ea11 Minor grammar and accuracy fixes 2019-03-01 15:06:20 +00:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Evan Read 2b47e4d480 Restructure projects template topics 2019-01-24 06:56:42 +00:00
Marcia Ramos 07030da37a Add brief description, fix typo, comply with docs style guide 2019-01-23 17:09:19 +00:00
Andrew Fontaine ccf97bef37 Address Feedback from Docs Team
Clarify `ssh` and `https` cloning, as well as where to find the `url`s
to those repositories.
2019-01-23 11:16:48 -05:00
Andrew Fontaine 5af1fa762a Add `git clone` to List of Basic Git Commands
`git clone` is a common entry point to collaborators on an existing
project, and should be near the top, as it would be one of the first
commands run when getting set up.
2019-01-17 17:07:07 -05:00
Evan Read 20146580a0 Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
Marcel Amirault fd7358a8cd Correct Gitlab to GitLab in docs 2018-09-25 04:57:57 +00:00
Amelia Bauerly 61fd3e2915 Update command-line-commands.md to include an sample taskflow 2018-09-14 23:13:39 +00:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Achilleas Pipinellis 8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Francisco Javier López aea22c3636
Changed docs 2018-07-30 13:20:11 -04:00
Francisco Javier López 5eda3273ad
Updated doc 2018-07-30 07:43:33 -04:00
Francisco Javier López 26d142e3a8
Code review comments applied 2018-07-25 09:07:47 -04:00
Imre Farkas a6fce35d90
Update doc on new option to add README when creating a project 2018-07-06 17:11:39 +02:00
Edwin Torres 08ccfb66f6 resolving MR 19611-fix/enhance start-using-git doc 2018-06-13 13:54:23 +00:00
Edwin Torres bc7787b977 fixed/enhanced command-line documentation 2018-06-12 07:51:11 +00:00
Elias Werberich 92f1f67877 Do not use '-f' with 'rm' in gitlab-basics docs 2018-03-27 23:19:18 +02:00
André Luís da531c3905 Add Tip about Push to Create project on New Project page 2018-02-23 09:00:19 +00:00
Pedro Moreira da Silva 5fef704ced Add link to project visibility settings in push to create project docs 2018-02-22 14:46:05 +00:00
Tiago Botelho 1e56b3f476 Moves project creationg to git access check for git push 2018-02-06 16:52:29 +00:00
Tiago Botelho 839829a778 Adds documentation for the feature 2018-02-06 13:35:35 +00:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Achilleas Pipinellis 8bb17358b5
Update docs on creating MRs 2017-10-21 20:52:17 +03:00
Annabel Dunstone Gray e11ef75316
Update new project docs 2017-10-16 09:10:17 -07:00
Fabio Busatto 216dac624c Update Create Project Getting Started 2017-08-20 20:43:34 +00:00
Zeger-Jan van de Weg 1d8025feca
Document project templates and link to it
The link pointed to the wrong page, this is corrected by both writing
the documentation and linking to that instead.

(internal)
Reference: https://gitlab.slack.com/archives/C0NFPSFA8/p1502791719000238
2017-08-17 09:41:09 +02:00
Bob Van Landuyt aa8592eb87 Add reserved names to docs 2017-08-16 14:51:51 +02:00
Marcia Ramos af39e4be09 Refactor groups docs 2017-07-16 16:03:39 +00:00
Marcia Ramos b13b22d04a New doc topic: issues 2017-05-08 08:35:38 +00:00
Achilleas Pipinellis 2f21445903 Update docs on creating a project 2017-05-02 10:19:48 +00:00
Douglas Lovell d0beb755f9 Add a name field to the group edit form
Enables user specification of group name vs. name inferred from group path.

Cause new group form to copy name from path

Adds some new page-specific javascript that copies entry from the
group path field to the group name field when the group name field
is initially empty.

Remove duplicate group name entry field on group edit form

This corrects the duplicated name entry field and tests that the
JavaScript does not update the group name field if the user
edits the group path.  (Editing the group path is not recommended
in any case, but it is possible.)

Address eslint errors in group.js

Enable group name copy with dispatch and explore group creation

The dispatch and explore group creation forms require the group.js
asset, and their tests now require testing against poltergeist

Update workflow new group instruction

Update the gitlab basics group creation document

Add a change log entry

Remove unused variable for eslint
2017-04-09 08:43:49 -05:00
William Abernathy 3a0f668f1c Replace create_new_project_button.png 2017-02-21 00:48:26 +00:00
Rémy Coutable 091874daa0 Merge branch '23173' into 'master'
Replaced images with the updates UX. Solving #23173

See merge request !8941
2017-02-09 12:09:55 +00:00
JeJe 8b5bf08d2b Update note for url-encoded 2017-02-08 18:51:47 +00:00
Kartikey Tanna 52d1531266 #23173 changed profile settings picture to match new UX
#23173 changed Profile Settings > SSH Key (single) picture to match new
UX
2017-02-09 00:05:10 +05:30
JeJe 28bec57881 use note instead of warning 2017-02-03 00:48:31 +00:00
JeJe ca06c4b114 Update command-line-commands.md for issue #26428 2017-02-02 20:11:45 +00:00
Flavio Poletti 1758dcb651 Simplify wording in "adding an image" docs 2017-01-26 18:55:26 +01:00
Achilleas Pipinellis af1dabe805 Reduce size of images from 25MB to 13MB using pngquant
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232

[ci skip]
2016-11-22 19:53:43 +01:00
Vincent Composieux af941732ed
Added ability to put emojis into repository name
Added ability to put emojis into repository name
2016-11-12 09:21:23 +01:00