Skip to content

Commit 5c10a02

Browse files
committed
Make small documentation updates
- remove guides section - re-order some content - fix some links - remove duplicated ads
1 parent 8a1b3c4 commit 5c10a02

9 files changed

Lines changed: 108 additions & 1004 deletions

File tree

DOCUMENTATION/config.toml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ googleAnalytics = "UA-37514928-9"
1717

1818
# Repository
1919
provider = ""
20-
repo_url = ""
20+
repo_url = "https://github.com/laradock/laradock"
2121

2222
version = ""
2323
logo = "images/logo.png"
@@ -43,7 +43,7 @@ googleAnalytics = "UA-37514928-9"
4343
[social]
4444
twitter = ""
4545
github = "laradock/laradock"
46-
email = ""
46+
email = "support@laradock.io"
4747

4848
# ------- MENU START -----------------------------------------
4949

@@ -63,29 +63,24 @@ googleAnalytics = "UA-37514928-9"
6363
weight = 3
6464

6565
[[menu.main]]
66-
name = "4. Guides"
67-
url = "guides/"
68-
weight = 4
69-
70-
[[menu.main]]
71-
name = "5. Help & Questions"
66+
name = "4. Help & Questions"
7267
url = "help/"
73-
weight = 5
68+
weight = 4
7469

7570
[[menu.main]]
76-
name = "6. Related Projects"
71+
name = "5. Related Projects"
7772
url = "related-projects/"
78-
weight = 6
73+
weight = 5
7974

8075
[[menu.main]]
81-
name = "7. Contributing"
76+
name = "6. Contributing"
8277
url = "contributing/"
83-
weight = 7
78+
weight = 6
8479

8580
[[menu.main]]
86-
name = "8. License"
81+
name = "7. License"
8782
url = "license/"
88-
weight = 8
83+
weight = 7
8984

9085
# ------- MENU END -----------------------------------------
9186

DOCUMENTATION/content/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ After your pull request is merged, you can safely delete your branch and pull th
204204

205205

206206
<br>
207-
#### Happy Coding :)
207+
## Happy Coding :)

DOCUMENTATION/content/documentation/index.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ docker-compose build workspace
272272
```
273273

274274

275-
276-
277-
278-
279275
<br>
280276
<a name="Install-xDebug"></a>
281277
## Install xDebug
@@ -2065,6 +2061,19 @@ Remote debug Laravel web and phpunit tests.
20652061

20662062

20672063

2064+
<br>
2065+
<a name="Setup-gcloud"></a>
2066+
## Setup Google Cloud for docker registry
2067+
2068+
```
2069+
gcloud auth configure-docker
2070+
```
2071+
2072+
Login to gcloud for use the registry and auth the permission.
2073+
2074+
```
2075+
gcloud auth login
2076+
```
20682077

20692078

20702079

DOCUMENTATION/content/getting-started/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ weight: 2
88

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

1312

1413

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

25-
### Setup gcloud for docker registry
26-
27-
```
28-
gcloud auth configure-docker
29-
```
30-
31-
and login to gcloud for use the registry and auth the permission.
32-
33-
```
34-
gcloud auth login
35-
```
3624

3725
<a name="A"></a>
3826
### A) Setup for Single Project

0 commit comments

Comments
 (0)