Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3d8c4b6b
Commit
3d8c4b6b
authored
Jul 25, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
2c98733c
003875ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
doc/development/new_fe_guide/dependencies.md
doc/development/new_fe_guide/dependencies.md
+12
-0
doc/user/markdown.md
doc/user/markdown.md
+2
-2
No files found.
doc/development/new_fe_guide/dependencies.md
View file @
3d8c4b6b
...
@@ -15,6 +15,18 @@ Exceptions are made for some tools that we require in the
...
@@ -15,6 +15,18 @@ Exceptions are made for some tools that we require in the
`gitlab:assets:compile`
CI job such as
`webpack-bundle-analyzer`
to analyze our
`gitlab:assets:compile`
CI job such as
`webpack-bundle-analyzer`
to analyze our
production assets post-compile.
production assets post-compile.
To add or upgrade a dependency, run:
```
sh
yarn add <your dependency here>
```
This may introduce duplicate dependencies. To de-duplicate
`yarn.lock`
, run:
```
sh
node_modules/.bin/yarn-deduplicate
--list
--strategy
fewer yarn.lock
&&
yarn
install
```
---
---
> TODO: Add Dependencies
> TODO: Add Dependencies
doc/user/markdown.md
View file @
3d8c4b6b
...
@@ -1049,14 +1049,14 @@ A new line due to the previous backslash.
...
@@ -1049,14 +1049,14 @@ A new line due to the previous backslash.
First paragraph.
First paragraph.
Another line in the same paragraph.
Another line in the same paragraph.
A third line in the same paragraph, but this time ending with two spaces.
A third line in the same paragraph, but this time ending with two spaces.
A new line directly under the first paragraph.
A new line directly under the first paragraph.
<!-- (Do *NOT* remove the two ending whitespaces in the second line) -->
<!-- (Do *NOT* remove the two ending whitespaces in the second line) -->
<!-- (They are needed for the Markdown text to render correctly on docs.gitlab.com, the backslash works fine inside GitLab itself) -->
<!-- (They are needed for the Markdown text to render correctly on docs.gitlab.com, the backslash works fine inside GitLab itself) -->
Second paragraph.
Second paragraph.
Another line, this time ending with a backslash.
Another line, this time ending with a backslash.
A new line due to the previous backslash.
A new line due to the previous backslash.
### Links
### Links
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment