Skip to content

Commit b927281

Browse files
committed
chore(docs): add offtopic with local project initialization steps
Signed-off-by: Evgeniy Frolov <[email protected]>
1 parent 2067cbf commit b927281

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Initialize the demo project on the local machine:
1+
2+
{% offtopic title="Working with sources locally" %}
23

34
```bash
45
git clone https://github.com/werf/website
@@ -7,4 +8,6 @@ cd example
78
git init
89
git add .
910
git commit -m-
10-
```
11+
```
12+
13+
{% endofftopic %}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Инициализируйте демо-проект на локальной машине:
1+
2+
{% offtopic title="Для работы с исходниками локально" %}
23

34
```bash
45
git clone https://github.com/werf/website
@@ -7,4 +8,6 @@ cd example
78
git init
89
git add .
910
git commit -m-
10-
```
11+
```
12+
13+
{% endofftopic %}

0 commit comments

Comments
 (0)