Skip to content

Commit

Permalink
small documentation updates
Browse files Browse the repository at this point in the history
- remove guides section
- re-order some content
- fix some links
  • Loading branch information
Mahmoudz committed Jan 12, 2020
1 parent 8a1b3c4 commit b40ef2f
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 989 deletions.
25 changes: 10 additions & 15 deletions DOCUMENTATION/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ googleAnalytics = "UA-37514928-9"

# Repository
provider = ""
repo_url = ""
repo_url = "https://github.com/laradock/laradock"

version = ""
logo = "images/logo.png"
Expand All @@ -43,7 +43,7 @@ googleAnalytics = "UA-37514928-9"
[social]
twitter = ""
github = "laradock/laradock"
email = ""
email = "[email protected]"

# ------- MENU START -----------------------------------------

Expand All @@ -63,29 +63,24 @@ googleAnalytics = "UA-37514928-9"
weight = 3

[[menu.main]]
name = "4. Guides"
url = "guides/"
weight = 4

[[menu.main]]
name = "5. Help & Questions"
name = "4. Help & Questions"
url = "help/"
weight = 5
weight = 4

[[menu.main]]
name = "6. Related Projects"
name = "5. Related Projects"
url = "related-projects/"
weight = 6
weight = 5

[[menu.main]]
name = "7. Contributing"
name = "6. Contributing"
url = "contributing/"
weight = 7
weight = 6

[[menu.main]]
name = "8. License"
name = "7. License"
url = "license/"
weight = 8
weight = 7

# ------- MENU END -----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION/content/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ After your pull request is merged, you can safely delete your branch and pull th


<br>
#### Happy Coding :)
## Happy Coding :)
17 changes: 13 additions & 4 deletions DOCUMENTATION/content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ docker-compose build workspace
```






<br>
<a name="Install-xDebug"></a>
## Install xDebug
Expand Down Expand Up @@ -2065,6 +2061,19 @@ Remote debug Laravel web and phpunit tests.



<br>
<a name="Setup-gcloud"></a>
## Setup Google Cloud for docker registry

```
gcloud auth configure-docker
```

Login to gcloud for use the registry and auth the permission.

```
gcloud auth login
```



Expand Down
12 changes: 0 additions & 12 deletions DOCUMENTATION/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ weight: 2

- [Git](https://git-scm.com/downloads)
- [Docker](https://www.docker.com/products/docker/) `>= 17.12`
- [gcloud](https://cloud.google.com/sdk/install)



Expand All @@ -22,17 +21,6 @@ Choose the setup the best suits your needs.
- [A.2) Don't have a PHP project yet](#A2)
- [B) Setup for Multiple Projects](#B)

### Setup gcloud for docker registry

```
gcloud auth configure-docker
```

and login to gcloud for use the registry and auth the permission.

```
gcloud auth login
```

<a name="A"></a>
### A) Setup for Single Project
Expand Down
Loading

0 comments on commit b40ef2f

Please sign in to comment.