File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 功能介绍
4
4
5
- Slate helps you create beautiful, intelligent, responsive API documentation.
5
+ [ Slate] ( https://spectrum.chat/slate ) helps you create beautiful, intelligent, responsive API documentation.
6
6
只需要将自己的API利用markdown编写,或将现有的API从平台或测试工具导出为markdown格式存放在slate项目中即可。
7
7
8
8
@@ -15,10 +15,10 @@ helm install myslate slate
15
15
运行后看到输出:
16
16
17
17
``` shell
18
- # git clone https://github.com/cloudnativeapp/charts.git
19
- # git checkout tag_name
20
- # cd submitted/slate
21
- # helm install myslate slate/
18
+ # git clone https://github.com/cloudnativeapp/charts.git
19
+ # git checkout tag_name
20
+ # cd submitted/slate
21
+ # helm install myslate slate/
22
22
NAME: myslate
23
23
LAST DEPLOYED: 2019-08-16 15:27:52.369424716 +0800 CST m=+0.129371478
24
24
NAMESPACE: default
@@ -31,13 +31,13 @@ NOTES:
31
31
echo http://$NODE_IP :$NODE_PORT
32
32
33
33
34
- # kubectl get pods
34
+ # kubectl get pods
35
35
myslate-7ccbf64fff-b6rds 1/1 Running 0 74s
36
36
37
- # kubectl get deploy
37
+ # kubectl get deploy
38
38
myslate 1/1 1 1 3m10s
39
39
40
- # kubectl get svc
40
+ # kubectl get svc
41
41
myslate NodePort 10.96.128.97 < none> 4567:30568/TCP 2m4s
42
42
```
43
43
You can’t perform that action at this time.
0 commit comments