You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_settings/content/documentation/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Documentation
3
3
type: index
4
-
weight: 20
4
+
weight: 3
5
5
---
6
6
7
7
@@ -1308,15 +1308,15 @@ Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requ
1308
1308
## Improve speed on MacOS
1309
1309
1310
1310
Sharing code into Docker containers with osxfs have very poor performance compared to Linux. You can get around this issue by using NFS to share your files betwen your host and your container.
1311
-
1311
+
1312
1312
> How to share files using NFS (d4m-nfs)
1313
1313
1314
1314
[d4m-nfs](https://github.com/IFSight/d4m-nfs) automatically mount NFS volume instead of osxfs one.
1315
1315
1316
1316
1) Update the Docker [File Sharing] preferences:
1317
1317
1318
-
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
1319
-
1318
+
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
1319
+
1320
1320
2) Restart Docker.
1321
1321
1322
1322
3) Clone the [d4m-nfs](https://github.com/IFSight/d4m-nfs) repository to your `home` directory.
@@ -1354,7 +1354,7 @@ docker-compose up -d nginx mysql
1354
1354
1355
1355
<br>
1356
1356
<aname="Common-Problems"></a>
1357
-
## Common Problems
1357
+
## Common Problems
1358
1358
1359
1359
*Here's a list of the common problems you might face, and the possible solutions.*
<h3id="got-a-question-or-problem:d680e8a854a7cbad6d490c445cba2eba">Got a Question or Problem?</h3>
343
+
<h3id="got-a-question-or-problem">Got a Question or Problem?</h3>
344
344
345
345
<p>If you have questions about how to use LaraDock, please direct your questions to the discussion on <ahref="https://gitter.im/LaraDock/laradock">Gitter</a>. If you believe your question could help others, then consider opening an <ahref="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as Question).</p>
346
346
347
-
<h3id="found-an-issue:d680e8a854a7cbad6d490c445cba2eba">Found an Issue?</h3>
347
+
<h3id="found-an-issue">Found an Issue?</h3>
348
348
349
349
<p>If you find a bug in the source code or a mistake in the documentation, you can help us by
350
350
submitting an <ahref="https://github.com/laradock/laradock/issues">Issue</a>. Even better you can submit a Pull Request with a fix.</p>
351
351
352
-
<h3id="want-a-feature:d680e8a854a7cbad6d490c445cba2eba">Want a Feature?</h3>
352
+
<h3id="want-a-feature">Want a Feature?</h3>
353
353
354
354
<p>You can request a new feature by submitting an <ahref="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as Feature Suggestion). If you would like to implement a new feature then consider submitting a Pull Request.</p>
<h3id="submitting-a-pr:d680e8a854a7cbad6d490c445cba2eba">Submitting a PR</h3>
417
+
<h3id="submitting-a-pr">Submitting a PR</h3>
418
418
419
419
<p>Consider the following guidelines:</p>
420
420
421
421
<ul>
422
-
<li><p>Search <ahref="https://github.com/laradock/laradock/pulls">GitHub</a> for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.</p></li>
422
+
<li><p>Search <ahref="https://github.com/laradock/laradock/pulls">GitHub</a> for an open or closed Pull Request that relates to your submission. You don’t want to duplicate effort.</p></li>
423
423
424
424
<li><p>Make your changes in a new git branch:</p>
425
425
@@ -454,7 +454,7 @@ <h3 id="submitting-a-pr:d680e8a854a7cbad6d490c445cba2eba">Submitting a PR</h3>
454
454
455
455
<p><em>WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments on code that were previously made by you and others in your commits.</em></p>
456
456
457
-
<h3id="after-your-pr-is-merged:d680e8a854a7cbad6d490c445cba2eba">After your PR is merged</h3>
457
+
<h3id="after-your-pr-is-merged">After your PR is merged</h3>
458
458
459
459
<p>After your pull request is merged, you can safely delete your branch and pull the changes
460
460
from the main (upstream) repository:</p>
@@ -483,7 +483,7 @@ <h3 id="after-your-pr-is-merged:d680e8a854a7cbad6d490c445cba2eba">After your PR
0 commit comments