Skip to content

Commit

Permalink
docs(readme): ru
Browse files Browse the repository at this point in the history
docs(readme): ru
  • Loading branch information
YueLiu1415926 authored Jun 18, 2020
1 parent 6dcf3df commit 517d01a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ pip install cookiecutter && cookiecutter gh:jina-ai/cookiecutter-jina

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/flow/README.html">Use Flow API to Compose Your Search Workflow</a></h4>
<h4><a href="https://docs.jina.ai/chapters/flow/index.html">Use Flow API to Compose Your Search Workflow</a></h4>
Learn how to orchestrate Pods to work together: sequentially and in parallel; locally and remotely
</td>
<td><h3>🐣</h3></td>
Expand All @@ -239,7 +239,7 @@ Learn how to orchestrate Pods to work together: sequentially and in parallel; lo

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/io/main.html">Input and Output Functions in Jina</a></h4>
<h4><a href="https://docs.jina.ai/chapters/io/index.html">Input and Output Functions in Jina</a></h4>
Learn how the input and output functions work in Jina
</td>
<td><h3>🐣</h3></td>
Expand Down Expand Up @@ -296,7 +296,7 @@ Learn how to run a Flow remotely and use a local client to connect to it

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
<h4><a href="https://docs.jina.ai/chapters/remote/index.html">Distribute Your Workflow Remotely</a></h4>
Learn to run Jina on remote instances and distribute your workflow
</td>
<td><h3>🕊</h3></td>
Expand All @@ -312,7 +312,7 @@ Learn how to implement your own ideas into Jina's plugin

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/hub/main.html">Run Jina Pod via Docker Container</a></h4>
<h4><a href="https://docs.jina.ai/chapters/hub/index.html">Run Jina Pod via Docker Container</a></h4>
Learn how Jina solves complex dependencies easily with Docker container
</td>
<td><h3>🕊</h3></td>
Expand Down Expand Up @@ -344,10 +344,10 @@ Learn to use Jina Hub and share your extensions with engineers around the globe

Лучший способ глубокого изучения Джины - это прочитать нашу документацию. Документация строится на каждом нажатии, слиянии и выпуске главного ветви. Вы можете найти более подробную информацию по следующим темам в нашей документации.

- [объяснены аргументы интерфейса командной строки Jina](https://docs.jina.ai/chapters/cli/main.html)
- [объяснены аргументы интерфейса командной строки Jina](https://docs.jina.ai/chapters/cli/index.html)
- [Jina Python API интерфейс](https://docs.jina.ai/api/jina.html)
- [Синтаксис Jina YAML для исполнителя, водителя и потока](https://docs.jina.ai/chapters/yaml/yaml.html)
- [схема Джины Протобуф](https://docs.jina.ai/chapters/proto/main.html)
- [схема Джины Протобуф](https://docs.jina.ai/chapters/proto/index.html)
- [Переменные среды, используемые в Jina](https://docs.jina.ai/chapters/envs.html)
- ..[и более того](https://docs.jina.ai/index.html)

Expand Down

0 comments on commit 517d01a

Please sign in to comment.