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
+1 -1
View File
@@ -1,6 +1,6 @@
![alt](resources/KubeVela-03.png)
*Making shipping applications more enjoyable.*
*Make shipping applications more enjoyable.*
# KubeVela
+2 -2
View File
@@ -8,9 +8,9 @@ Learn and use KubeVela with tutorials and user stories.
- [Concepts](concepts.md)
**For Developers**
- [Configuring Deployment Environment](developers/config-enviroments.md)
- [Setting Up Deployment Environment](developers/config-enviroments.md)
- [Deploying Application](developers/deploy-app.md)
- [Visiting Application](developers/set-route.md)
- [Setting Routes](developers/set-route.md)
- [Setting Auto-scaling Policy](developers/set-autoscaling.md)
- [Setting Rollout Strategy](developers/set-rollout.md)
- [Monitoring Application](developers/set-metrics.md)
+2 -1
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
+1 -1
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.
+4
View File
@@ -35,6 +35,10 @@ This command will install KubeVela server components in your Kubernetes cluster.
> TODO Paste a output of successful installation here.
## Dependencies
> TODO Describe how vela install handle Prometheus & Grafana, Flagger and KEDA, and what if user want to replace them with his own version. (It's fine to say KEDA, Flagger is a temporary fork and we will ship the fixes to upstreams very soon)
## Clean Up