Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust markdown linting guidelines | Marcel Amirault | 2019-09-05 | 2 | -66/+39 |
| | | | | | Move details of markdownlint mostly to the documentation index for a SSoT, and link apropriately | ||||
* | Provide guidance on how docs global navigation should be structured | Evan Read | 2019-09-05 | 2 | -22/+73 |
| | |||||
* | Docs james gill contribution | Marcel Amirault | 2019-09-02 | 1 | -26/+23 |
| | |||||
* | Merge branch 'patch-78' into 'master' | Ray Paik | 2019-08-29 | 1 | -1/+1 |
|\ | | | | | | | | | Fixed spelling See merge request gitlab-org/gitlab-ce!32432 | ||||
| * | Fixed spelling | Shan | 2019-08-29 | 1 | -1/+1 |
| | | |||||
* | | Fixed spelling | Shan | 2019-08-29 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'docs/unlinking-emails' into 'master' | Evan Read | 2019-08-28 | 1 | -9/+0 |
|\ | | | | | | | | | Remove a section for a now fixed bug See merge request gitlab-org/gitlab-ce!32319 | ||||
| * | Remove a section for a now fixed bug | Achilleas Pipinellis | 2019-08-28 | 1 | -9/+0 |
| | | | | | | | | | | | | Those guidelines where based on https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems to be fixed. | ||||
* | | Fix markdown in various docs | Marcel Amirault | 2019-08-28 | 1 | -5/+0 |
|/ | | | | | | Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc | ||||
* | Fix link to issue template | Achilleas Pipinellis | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Update docs style for code blocks | Marcel Amirault | 2019-08-16 | 1 | -10/+12 |
| | | | | | | Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks | ||||
* | Add missing (FREE ONLY) docs tier badgedocs/add-free-tier-badge | Achilleas Pipinellis | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | Update list information in docs styleguide | Marcel Amirault | 2019-08-13 | 1 | -11/+105 |
| | | | | Explain indentation more carefully, and expand examples | ||||
* | Update styleguide.md - just a little typo. | David Kartuzinski | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | Replace redirect_from with disqus_identifier in docsdocs/disqus-identifier | Achilleas Pipinellis | 2019-08-08 | 1 | -3/+3 |
| | | | | | | Let's use disqus_identifier since this is a more descriptive name. We will need redirect_from for another purpose anyway (Nanoc redirects). | ||||
* | Fix whitespace in ci docs | Marcel Amirault | 2019-07-31 | 2 | -71/+70 |
| | | | | | | | | | 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 for most docs in /development, and cleans up other whitespace issues too | ||||
* | Update links to relative | Marcel Amirault | 2019-07-25 | 1 | -1/+1 |
| | | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table | ||||
* | Update guidance for EE doc submissions | Marcel Amirault | 2019-07-25 | 1 | -33/+10 |
| | |||||
* | Add info about mdl to documentation | Marcel Amirault | 2019-07-22 | 2 | -18/+41 |
| | |||||
* | Update numbered lists for docs standards | Marcel Amirault | 2019-07-19 | 2 | -8/+8 |
| | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing. | ||||
* | Fix unordered list spacing | Marcel Amirault | 2019-07-18 | 1 | -15/+15 |
| | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation. | ||||
* | Merge branch 'rename-gitlab-docs-repo' into 'master' | Marcia Ramos | 2019-07-12 | 5 | -20/+20 |
|\ | | | | | | | | | Move the gitlab-docs project under gitlab-org See merge request gitlab-org/gitlab-ce!30620 | ||||
| * | Move the gitlab-docs project under gitlab-orgrename-gitlab-docs-repo | Achilleas Pipinellis | 2019-07-11 | 5 | -20/+20 |
| | | | | | | | | | | Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310 | ||||
* | | Remove trailing whitespace in docs | Marcel Amirault | 2019-07-12 | 1 | -1/+1 |
|/ | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs. | ||||
* | Add link to epic for removing /helplink-help-path-epic-in-dev-docs | Mike Lewis | 2019-07-10 | 1 | -3/+6 |
| | |||||
* | Centralize config for markdownlint | Markus Koller | 2019-07-09 | 1 | -2/+2 |
| | | | | | | | | The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image. | ||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -15/+15 |
| | | | | | | | | | | | | | | 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 | ||||
* | Change absolute links to relative | Marcel Amirault | 2019-07-05 | 1 | -1/+1 |
| | | | | | Change assorted absolute links to ce and ee docs to relative links | ||||
* | Fix most bare URLs in project | Evan Read | 2019-07-02 | 1 | -3/+3 |
| | | | | | | Linting rule not enabled for now because tooling produces false positives. | ||||
* | Docs: update global nav document | Marcia Ramos | 2019-07-02 | 1 | -21/+13 |
| | |||||
* | Update styleguide.md to add Notes usage guidelines | Mike Lewis | 2019-07-01 | 1 | -1/+18 |
| | |||||
* | Enforce consistent prefix for bullet lists | Marcel Amirault | 2019-07-01 | 1 | -2/+2 |
| | | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass | ||||
* | Add diagram to site architecture docs | Evan Read | 2019-06-28 | 1 | -5/+37 |
| | |||||
* | Address Mike's review | Marcia Ramos | 2019-06-27 | 1 | -2/+90 |
| | | | | | | - explictly say not to upload videos - link videos from any YT account - embed videos from GL's YT account only | ||||
* | Docs: require release version in image filenames | Marcia Ramos | 2019-06-26 | 1 | -6/+15 |
| | |||||
* | Add Markdown linting | Evan Read | 2019-06-25 | 2 | -6/+6 |
| | | | | | Also adds and one linting rule and makes project conform to it. | ||||
* | Https many links in docs | Evan Read | 2019-06-18 | 2 | -3/+3 |
| | |||||
* | Clarify the process for CE-first documentation | Markus Koller | 2019-06-05 | 1 | -3/+8 |
| | | | | | | Previously it was unclear if the docs changes should be included in the MR as well, and adding a changelog entry in the CE MR also triggers the ee-specific-lines-check job in CI. | ||||
* | Use relative URLs in development docs | Achilleas Pipinellis | 2019-05-27 | 3 | -11/+11 |
| | | | | This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945 | ||||
* | Remove doc/README.md from list of pending filesdocs/single-codebase-dev-guides | Achilleas Pipinellis | 2019-05-17 | 1 | -2/+1 |
| | |||||
* | Add info about the single docs codebase effortdocs/single-codebase-info | Achilleas Pipinellis | 2019-05-08 | 1 | -0/+56 |
| | |||||
* | Final review feedback applieddocs/modify-versions-guidance | Evan Read | 2019-05-02 | 1 | -3/+3 |
| | |||||
* | Adjust guidance based on feedback | Evan Read | 2019-05-02 | 1 | -2/+3 |
| | |||||
* | Change the guidance for version text | Evan Read | 2019-05-02 | 1 | -23/+13 |
| | |||||
* | Adjust how we do version text in docs | Evan Read | 2019-05-02 | 1 | -6/+23 |
| | |||||
* | Avoid links requiring permissions | Evan Read | 2019-04-29 | 1 | -3/+10 |
| | |||||
* | Add whitespace for list so it renders | Evan Read | 2019-04-23 | 1 | -4/+5 |
| | |||||
* | Document how to use GitLab.com only badges | Achilleas Pipinellis | 2019-04-22 | 1 | -0/+6 |
| | | | | | Functionality added in https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/449 | ||||
* | Fix anchor linksssot | Mike Lewis | 2019-04-17 | 1 | -2/+2 |
| | |||||
* | Fix capitalization of term | Mike Lewis | 2019-04-17 | 1 | -1/+1 |
| |