Fixed typo
This commit is contained in:
parent
26c92d900e
commit
9826e510a0
|
@ -15,8 +15,8 @@ In a nutshell, `hugo-mx-gateway` provides a RESTful POST endpoint for static con
|
||||||
- [Why hugo-mx-gateway](#why-hugo-mx-gateway)
|
- [Why hugo-mx-gateway](#why-hugo-mx-gateway)
|
||||||
- [How does it work](#how-does-it-work)
|
- [How does it work](#how-does-it-work)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Deployment](#deployment)
|
- [Deployment](#deployment
|
||||||
- [Deployment on Google Appp Engine](#deployment-on-google-appp-engine)
|
- [Deployment on Google App Engine](#deployment-on-google-app-engine)
|
||||||
- [Deployment on a Kubernetes cluster](#deployment-on-a-kubernetes-cluster)
|
- [Deployment on a Kubernetes cluster](#deployment-on-a-kubernetes-cluster)
|
||||||
- [Deployment on Docker](#deployment-on-docker)
|
- [Deployment on Docker](#deployment-on-docker)
|
||||||
- [Use the built-in form for Hugo](#use-the-built-in-form-for-hugo)
|
- [Use the built-in form for Hugo](#use-the-built-in-form-for-hugo)
|
||||||
|
@ -55,7 +55,7 @@ These are basic requirements in the today's Internet world.
|
||||||
# Deployment
|
# Deployment
|
||||||
Consider one of the following resources according to the selected installation platform.
|
Consider one of the following resources according to the selected installation platform.
|
||||||
|
|
||||||
## Deployment on Google Appp Engine
|
## Deployment on Google App Engine
|
||||||
This requires to have an active GCP account and [Google Cloud SDK](https://cloud.google.com/sdk) (gcloud) installed on your work station.
|
This requires to have an active GCP account and [Google Cloud SDK](https://cloud.google.com/sdk) (gcloud) installed on your work station.
|
||||||
|
|
||||||
* Create/select a GCP project to deploy `hugo-mx-gateway`.
|
* Create/select a GCP project to deploy `hugo-mx-gateway`.
|
||||||
|
@ -183,4 +183,4 @@ New ideas are welcomed, please open an issue to submit your idea if you have any
|
||||||
|
|
||||||
Contributions are accepted subject that the code and documentation be released under the terms of Apache 2.0 License.
|
Contributions are accepted subject that the code and documentation be released under the terms of Apache 2.0 License.
|
||||||
|
|
||||||
To contribute bug patches or new features, please use the Github Pull Request model.
|
To contribute bug patches or new features, please use the Github Pull Request model.
|
||||||
|
|
Loading…
Reference in New Issue