Skip to content

Commit c3299c3

Browse files
authored
Update README.md
1 parent 26f801e commit c3299c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

submitted/slate/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 功能介绍
44

5-
Slate helps you create beautiful, intelligent, responsive API documentation.
5+
[Slate](https://spectrum.chat/slate) helps you create beautiful, intelligent, responsive API documentation.
66
只需要将自己的API利用markdown编写,或将现有的API从平台或测试工具导出为markdown格式存放在slate项目中即可。
77

88

@@ -15,10 +15,10 @@ helm install myslate slate
1515
运行后看到输出:
1616

1717
```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/
2222
NAME: myslate
2323
LAST DEPLOYED: 2019-08-16 15:27:52.369424716 +0800 CST m=+0.129371478
2424
NAMESPACE: default
@@ -31,13 +31,13 @@ NOTES:
3131
echo http://$NODE_IP:$NODE_PORT
3232

3333

34-
#kubectl get pods
34+
# kubectl get pods
3535
myslate-7ccbf64fff-b6rds 1/1 Running 0 74s
3636

37-
#kubectl get deploy
37+
# kubectl get deploy
3838
myslate 1/1 1 1 3m10s
3939

40-
#kubectl get svc
40+
# kubectl get svc
4141
myslate NodePort 10.96.128.97 <none> 4567:30568/TCP 2m4s
4242
```
4343

0 commit comments

Comments
 (0)