Minor fix on doc framework (#442)

This commit is contained in:
Lei Zhang (Harry)
2020-10-26 16:31:38 -07:00
committed by GitHub
parent d425ded75c
commit 2b0759bcff
5 changed files with 10 additions and 5 deletions

View File

@@ -1,10 +1,11 @@
# Configuring Deployment Environments
# Setting Up Deployment Environment
Before working with your application, you need to prepare a deployment environment (e.g. test, staging, prod etc) which will configure the workspace, email for certificate issuer and domain for your application.
## Create environment
> TODO `--namespace` and `--domain` should be able to skipped
> TODO why don't use xip.io as demo?
```console

View File

@@ -1,4 +1,4 @@
# Visiting Application
# Setting Routes
Once your web services of the application is deployed, you can visit it from outside world via `route` feature.