Commit graph

20 commits

Author SHA1 Message Date
GitLab Bot
8263f6ee31 Add latest changes from gitlab-org/gitlab@master 2019-11-29 18:06:24 +00:00
GitLab Bot
45482d5a27 Add latest changes from gitlab-org/gitlab@master 2019-09-27 12:06:07 +00:00
Miguel Rincon
394aa08a1e Update outdated instructions for vetur in vscode 2019-08-30 16:04:40 -05: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
Marcel Amirault
74a34e8b7b Clean up headers in markdown
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
2019-07-24 13:10:06 +00:00
Marcel Amirault
746f547877 Fix unordered list spacing
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
2019-07-18 01:15:58 +00:00
Marcel Amirault
143872fa52 Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
2019-07-12 08:15:38 +00:00
Marcel Amirault
347a879909 Update redirected links to final destination
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
2019-07-09 00:20:40 +00:00
Marcel Amirault
b7b55b46af Docs: Bring HTML Style Guide in line with docs standards 2019-03-19 12:56:21 +00:00
Marcel Amirault
8ed98b6b24 Docs: Bring Javascript Style Guide in line with docs standards 2019-03-13 14:20:17 +00:00
Evan Read
eb86630959 Ensure all lists are surrounded by new lines
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.
2019-02-22 13:17:10 +00:00
Paul Slaughter
c3d71eb3c4
Update prettier.md with VSCode Settings section
**Why?**

This is a recurring issue that new team members keep running into.
2018-12-14 08:29:56 -06:00
Stan Hu
bfaf72e008 Fix documentation on using prettier for a specific directory
If the `check` parameter is used, the `allFiles` parameter is `false`,
which causes the prettier.js script only to process staged files.
The correct parameters are `check-all` and `save-all`.
2018-11-23 22:02:52 -08:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Tim Zallmann
930baeb92a
Added possibility to run prettier against one specific directory to make our conversion easier 2018-06-15 12:43:03 +02:00
Clement Ho
0e6b8a2b30 Add JavaScript style guide 2018-03-28 14:43:20 +00:00
Clement Ho
4161e1f180 Rename style to style guide in new frontend guide 2018-03-15 19:58:50 +00:00
Clement Ho
b449e674b8 Add HTML style guide 2018-03-15 12:05:32 +00:00
Tim Zallmann
51e454f3b1 Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation 2018-03-14 19:32:36 +00:00
Clement Ho
04c7083ac9 Add new frontend guide structure 2018-03-07 12:32:38 -06:00