Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ figure.highlight {
}

.docs .details {
margin-bottom: 20px;
margin: 20px 0;
background: #F3F7FF;
border: 2px solid #eef2ff;
padding: 10px 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Initialize the demo project on the local machine:
{% offtopic title="Working with sources locally" %}

```bash
git clone https://github.com/werf/website
Expand All @@ -7,4 +7,5 @@ cd example
git init
git add .
git commit -m-
```
```
{% endofftopic %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contents of the demo project:

{% tree_file_viewer '/examples/configurator/local-dev' default_file='werf.yaml' %}

Initialize the demo project on the local machine:
{% offtopic title="Working with sources locally" %}

```{{include.shell}}
git clone https://github.com/werf/website
Expand All @@ -29,6 +29,8 @@ git init
git add .
git commit -m-
```
{% endofftopic %}

{% if include.buildah == true and include.os == "linux" %}
Activate Buildah builder:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Инициализируйте демо-проект на локальной машине:
{% offtopic title="Для работы с исходниками локально" %}

```bash
git clone https://github.com/werf/website
Expand All @@ -7,4 +7,6 @@ cd example
git init
git add .
git commit -m-
```
```

{% endofftopic %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{% tree_file_viewer '/examples/configurator/local-dev' default_file='werf.yaml' %}

Инициализируйте демо-проект на локальной машине:
{% offtopic title="Для работы с исходниками локально" %}

```{{include.shell}}
git clone https://github.com/werf/website
Expand All @@ -30,6 +30,8 @@ git add .
git commit -m-
```

{% endofftopic %}

{% if include.buildah == true and include.os == "linux" %}
Включите Buildah-сборщик:

Expand Down