Skip to content

Commit 241d064

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

File tree

2 files changed

+8
-4
lines changed

2 files changed

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

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

33
```bash
44
git clone https://github.com/werf/website
@@ -7,4 +7,6 @@ cd example
77
git init
88
git add .
99
git commit -m-
10-
```
10+
```
11+
12+
{% endofftopic %}

0 commit comments

Comments
 (0)