update the docs

This commit is contained in:
Mahmoud Zalt
2017-02-22 15:58:06 -05:00
parent 8e8020e8b0
commit e5fa629a64
20 changed files with 3406 additions and 3261 deletions

View File

@ -47,44 +47,44 @@ googleAnalytics = ""
# ------- MENU START -----------------------------------------
[[menu.main]]
name = "Introduction"
name = "Overview"
url = "/"
weight = 0
weight = 1
[[menu.main]]
name = "Getting started"
name = "Getting Started"
url = "getting-started/"
weight = 10
weight = 2
[[menu.main]]
name = "Documentation"
url = "documentation/"
weight = 20
weight = 3
[[menu.main]]
name = "Related Projects"
url = "related-projects/"
weight = 30
weight = 4
[[menu.main]]
name = "Help & Questions"
url = "help/"
weight = 40
weight = 5
[[menu.main]]
name = "Contributing"
url = "contributing/"
weight = 50
weight = 6
[[menu.main]]
name = "License"
url = "license/"
weight = 60
weight = 7
# ------- MENU END -----------------------------------------
[blackfriday]
smartypants = false
fractions = false
smartDashes = false
plainIDAnchors = false
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true

View File

@ -1,7 +1,7 @@
---
title: Contributing
type: index
weight: 50
weight: 6
---
@ -143,4 +143,4 @@ from the main (upstream) repository:
<br>
### Happy Coding :)
### Happy Coding :)

View File

@ -1,7 +1,7 @@
---
title: Documentation
type: index
weight: 20
weight: 3
---
@ -1308,15 +1308,15 @@ Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requ
## Improve speed on MacOS
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.
> How to share files using NFS (d4m-nfs)
[d4m-nfs](https://github.com/IFSight/d4m-nfs) automatically mount NFS volume instead of osxfs one.
1) Update the Docker [File Sharing] preferences:
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
2) Restart Docker.
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
<br>
<a name="Common-Problems"></a>
## Common Problems
## Common Problems
*Here's a list of the common problems you might face, and the possible solutions.*

View File

@ -1,13 +1,11 @@
---
date: 2017
title: Getting started
weight: 10
title: Getting Started
type: index
weight: 2
---
<a name="Requirements"></a>
## Requirements
- [Git](https://git-scm.com/downloads)
@ -16,8 +14,6 @@ weight: 10
<a name="Installation"></a>
## Installation
Choose the setup the best suits your needs.
@ -114,8 +110,6 @@ Do the same for each project `project2.conf`, `project3.conf`,...
<a name="Usage"></a>
## Usage
**Read Before starting:**
@ -183,12 +177,3 @@ DB_HOST=mysql
If you need a special support. Contact me, more details in the [Help & Questions](#Help) section.

View File

@ -1,7 +1,7 @@
---
title: Help & Questions
type: index
weight: 40
weight: 5
---
Join the chat room on [Gitter](https://gitter.im/LaraDock/laradock) and get help and support from the community.

View File

@ -1,7 +1,7 @@
---
title: Welcome to Laradock
title: Overview
type: index
weight: 0
weight: 1
---
LaraDock strives to make the PHP development experience easier and faster.

View File

@ -1,7 +1,7 @@
---
title: License
type: index
weight: 60
weight: 7
---
[MIT License](https://github.com/laradock/laradock/blob/master/LICENSE) (MIT)

View File

@ -1,7 +1,7 @@
---
title: Related Projects
type: index
weight: 30
weight: 4
---