Skip to content

Commit

Permalink
feat: thinking in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 12, 2020
1 parent 8185b1c commit 9dc593f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/presentation/manual/manual.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>manual works!</p>
<component-markdown-render [src]="'assets/docs/manual.md'"></component-markdown-render>
8 changes: 8 additions & 0 deletions src/assets/docs/manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### DevOps 四大支柱(《Effective DevOps》)

- **协作**。协作是通过支持多人的交互和输入来构建一个特定结果的过程。
- **亲密性**。不仅需要发展和维护个人之间的协作关系,还需要在组织内部、整个行业的团队和部分之间也需要建立紧密的关系。
- **工具**。工具是一个加速器,可以基于当前的文化和方向推动变化。
- **规模化**。规模化强调的是组织在整个生命周期中,所采用的过程和关键点。


10 changes: 10 additions & 0 deletions src/assets/docs/practise.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## 加快流动

精益思想五大原则:

- 价值(Value)
- 价值流(Value stream)
- 流动(Flow)
- 拉动(Pull)
- 尽善尽美(Perfection)

### 1. 持续集成

### 2. 自动化

### 3. 可视化

### 4. 代码化

#### Dashborad

Dashing: http://dashing.io/
Expand Down

0 comments on commit 9dc593f

Please sign in to comment.