UK localization: replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

This commit is contained in:
Andrey Goran 2023-07-25 12:34:34 +04:00
parent ff6d646409
commit 859e06876f
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ You can also follow this tutorial if you've installed [Minikube locally](/docs/t
-->
У цьому навчальному матеріалі ми використовуємо образ контейнера, зібраний із наступних файлів:
{{< codenew language="js" file="minikube/server.js" >}}
{{% codenew language="js" file="minikube/server.js" %}}
{{< codenew language="conf" file="minikube/Dockerfile" >}}
{{% codenew language="conf" file="minikube/Dockerfile" %}}
<!--For more information on the `docker build` command, read the [Docker documentation](https://docs.docker.com/engine/reference/commandline/build/).
-->