summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-182-4/+4
|
* Resolving minor formatting issues in gitlab-basicsMarcel Amirault2019-08-283-4/+2
|
* Update capitalization in /dev docsMarcel Amirault2019-08-272-2/+2
| | | | | Clean up capitalization in /development /gitlab-basics and /install
* Change docs markdown linterMarcel Amirault2019-08-261-3/+3
| | | | | | | Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
* Update doc/gitlab-basics/start-using-git.mdAfzaal Ahmad Zeeshan2019-08-211-9/+12
|
* Custom project templates also on GitLab.comEvan Read2019-08-021-2/+2
|
* First pass to bring /gitlab-basics to SSoT standardsMarcel Amirault2019-07-3011-310/+396
| | | | | | | | | Removes duplicated information, and combines sections and files together when they are duplicated or highly related. Also adds intros to all pages and sections missing intros, and troubleshooting sections to pages that may need them in the future. Links more to other docs, and clarifies language when abosolutely necessary, and adds angle brackets to sample parameters.
* Fix unordered list spacingMarcel Amirault2019-07-181-16/+16
| | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-2/+2
| | | | | | | | | | | | | | 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
* Fix notes and update links to issues docMarcel Amirault2019-07-042-3/+3
| | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* Add alerts to GitLab basicsAchilleas Pipinellis2019-06-271-2/+14
|
* Fix capitalization errorMike Lewis2019-06-121-1/+1
|
* Update inclusion of GitLab Flow links in GitLab BasicsMike Lewis2019-06-121-2/+1
|
* Added link to GitFlow videodocs/add_gitflow_videoRussell Dickenson2019-06-121-0/+2
|
* Docs: Convert links in various docs to relativeMarcel Amirault2019-05-311-1/+1
|
* Refactor GitLab basics ssh keys docsEvan Read2019-05-293-16/+16
| | | | | Ensures we give instructions for how to create ssh keys in a single place only.
* Resolve "Docs: document `git init`"Edward Angert2019-05-191-1/+23
|
* Merge branch 'docs-interact-with-git' into 'master'Drew Blessing2019-05-172-3/+7
|\ | | | | | | | | Docs clarifying GitLab Basics Git info See merge request gitlab-org/gitlab-ce!27964
| * Update command-line-commands to add clarity on where one can edit codedocs-interact-with-gitMike Lewis2019-05-011-1/+3
| |
| * Update README to add more context on Git BasicsMike Lewis2019-05-011-2/+4
| |
* | Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-173-0/+0
| |
* | Docs: Merge Various EE /doc dirs to CEMarcel Amirault2019-05-051-1/+2
|/
* MVC improvements to basics landing pageEvan Read2019-04-301-15/+31
|
* Merge branch 'patch-50' into 'master'Marcia Ramos2019-04-091-3/+3
|\ | | | | | | | | Fix grammar and try to make clearer how a fork works See merge request gitlab-org/gitlab-ce!26929
| * Fix grammar and try to make clearer how a fork worksmlncn2019-04-031-3/+3
| |
* | Docs: Fix anchors related to issuesMarcel Amirault2019-04-091-2/+2
|/
* Docs: Add missing redirects to /workflow and /articles docsMarcel Amirault2019-03-262-0/+6
|
* Add pages group for templates informationEvan Read2019-03-261-3/+5
|
* Docs: Fix redirected link to be more directMarcel Amirault2019-03-261-1/+1
|
* Fix some procedures with misleading instructionsEvan Read2019-03-145-26/+13
|
* Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
|
* Minor grammar and accuracy fixesChristie Lenneville2019-03-011-6/+5
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Restructure projects template topicsEvan Read2019-01-243-26/+77
|
* Add brief description, fix typo, comply with docs style guideMarcia Ramos2019-01-231-8/+10
|
* Address Feedback from Docs TeamAndrew Fontaine2019-01-231-6/+38
| | | | | Clarify `ssh` and `https` cloning, as well as where to find the `url`s to those repositories.
* Add `git clone` to List of Basic Git CommandsAndrew Fontaine2019-01-171-0/+14
| | | | | | `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.
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-1/+1
|
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-1/+1
|
* Update command-line-commands.md to include an sample taskflowAmelia Bauerly2018-09-141-0/+3
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-3/+3
|
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-277-0/+0
| | | | | | | | | | 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
* Changed docsFrancisco Javier López2018-07-301-10/+0
|
* Updated docFrancisco Javier López2018-07-301-1/+4
|
* Code review comments appliedfj-6860-instance-level-project-templatesFrancisco Javier López2018-07-251-1/+8
|
* Update doc on new option to add README when creating a projectImre Farkas2018-07-062-0/+3
|
* resolving MR 19611-fix/enhance start-using-git docEdwin Torres2018-06-131-31/+116
|
* fixed/enhanced command-line documentationEdwin Torres2018-06-121-13/+45
|