Make small documentation updates

- remove guides section
- re-order some content
- fix some links
- remove duplicated ads
This commit is contained in:
Mahmoud Zalt
2020-01-12 15:38:58 +01:00
parent 8a1b3c45c8
commit 5c10a024f1
9 changed files with 108 additions and 1004 deletions

View File

@ -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)
@ -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