Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-07Fix assorted linksMarcel Amirault
Fix links as discovered by the lint in the docs project
2019-07-31Fix whitespace in ci docsMarcel Amirault
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
2019-07-19Update numbered lists for docs standardsMarcel Amirault
Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
2019-06-01Fix badly rendered code blocks in JavaScript styleguideOndřej Budai
2019-05-28Added a note about v-slot directiveNatalia Tepluhina
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2018-10-10Fix broken linkEvan Read
Also includes some basic fixes to Markdown to make it adhere to styleguide.
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-04Clarify location of Vue templatesWinnie Hellmann
2018-04-30Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/ci/variables/_variable_row.html.haml
2018-04-27Fixed typosPascal Borreli
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-03-01Clean up docsFilipa Lacerda
2018-02-28Adds information about nested v-forFilipa Lacerda
2018-02-28Fix typosFilipa Lacerda
2018-02-27Adds guidelines regarding `:key` keywordFilipa Lacerda
2018-02-09Merge branch 'doc-improve-side-effects-block' into 'master'Phil Hughes
Improve docs about allowing some side effects on the constructor See merge request gitlab-org/gitlab-ce!17027
2018-02-09Fix english in style_guide_js.mdFilipa Lacerda
2018-02-09Improve docs about allowing some side effects on the constructorFilipa Lacerda
2018-02-08Update vue component naming guidelinesGeorge Tsiolis
2018-01-09Fix broken specsFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-11fixes some markup issues in the js style guide docsChristiaan Van den Poel
2017-10-09Make naming imports more clearWinnie Hellmann
2017-10-04Re-arrange <script> tags before <template> tags in .vue filesEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
2017-09-08Adds a better explanation for alignment sectionFilipa Lacerda
2017-08-30Fix broken Frontend JS guideRobert Speicher
2017-08-15Update docs with Javascript accord.Jacob Schatz
2017-08-04Backport to CE for:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
2017-07-25Add directives to Vue component orderingSimon Knox
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-05-04Changes after reviewFilipa Lacerda
2017-05-04Add missing pointsFilipa Lacerda
2017-05-04Adds numbered lists to easily point to documentationFilipa Lacerda
2017-04-20Update style_guide_js.mdFatih Acet
2017-04-20Adds documentation entry: Don't user forEach, aim for code without side effectsFilipa Lacerda
2017-04-20Adds vue js example application and documentationFilipa Lacerda
2017-03-28Adds entry about kebab case props in documentationFilipa Lacerda
2017-03-22Creates Frontend Style guideFilipa Lacerda