Skip to content

Commit 1cbb5ab

Browse files
author
yuyang
committed
add toc of en doc
1 parent 701ca14 commit 1cbb5ab

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

README.en.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Dotam pronounced as dot-am, means dotfiles automation。
44

55
<!-- TOC -->
66

7+
- [Dotam](#dotam)
8+
- [Why Another Automation Tool](#why-another-automation-tool)
9+
- [Features](#features)
10+
- [Quick Start](#quick-start)
11+
- [Installation](#installation)
12+
- [**homebrew**](#homebrew)
13+
- [**Pre-build binaries**](#pre-build-binaries)
14+
- [**goland**](#goland)
15+
- [**Docker**](#docker)
16+
- [**debugging or install from source**](#debugging-or-install-from-source)
17+
- [Usage](#usage)
18+
- [run](#run)
19+
- [initial a template](#initial-a-template)
20+
- [References](#references)
21+
- [Template module](#template-module)
22+
- [Docker module](#docker-module)
23+
- [Plugin](#plugin)
24+
- [Tempalte Syntax](#tempalte-syntax)
25+
- [FAQ](#faq)
26+
- [Get Support](#get-support)
27+
728
<!-- /TOC -->
829

930
## Why Another Automation Tool
@@ -20,7 +41,7 @@ at the same time we also need to implement a system lock for resource racing).
2041

2142
I did some research, but no one meets this, so I try to build this one.
2243

23-
## 特性
44+
## Features
2445

2546
* language independent
2647
* simple, low study curve
@@ -189,14 +210,14 @@ a strong and simple docker scheduler is necessary.
189210

190211
**Not Implemented**
191212

192-
### 模板语法
213+
### Tempalte Syntax
193214

194215
For some static variables you can just use {{variable}} mentioned above.
195216
For some advanced template features, you can follow the [pongo2](https://github.com/flosch/pongo2) project
196217

197-
## 注意及常见问题
218+
## FAQ
198219

199-
### 获取支持
220+
### Get Support
200221

201222
* if you have questions when using this tool, feel free to send me a email: `techmesh@aliyun.com.`
202223

0 commit comments

Comments
 (0)