You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@
6
6
> Worker application template based on the [Yokai](https://github.com/ankorstore/yokai) Go framework.
7
7
8
8
<!-- TOC -->
9
+
*[Documentation](#documentation)
9
10
*[Overview](#overview)
10
11
*[Layout](#layout)
11
12
*[Makefile](#makefile)
12
-
*[Documentation](#documentation)
13
13
*[Getting started](#getting-started)
14
14
*[Installation](#installation)
15
15
*[With GitHub](#with-github)
16
16
*[With gonew](#with-gonew)
17
17
*[Usage](#usage)
18
18
<!-- TOC -->
19
19
20
+
## Documentation
21
+
22
+
For more information about the [Yokai](https://github.com/ankorstore/yokai) framework, you can check the online [documentation](https://ankorstore.github.io/yokai).
23
+
20
24
## Overview
21
25
22
26
This template provides:
@@ -49,10 +53,6 @@ make test # run tests
49
53
make lint # run linter
50
54
```
51
55
52
-
## Documentation
53
-
54
-
See [Yokai documentation](https://ankorstore.github.io/yokai).
0 commit comments