Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed May 18, 2024
1 parent 8eeda47 commit 0286747
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ $runner = $runner->withPsr7Worker($psr7Worker);

## Documentation

- Guide: [English](docs/guide/en/grpc-application-runner.md), [Português - Brasil](docs/guide/pt-BR/grpc-application-runner.md), [Russian](docs/guide/ru/grpc-application-runner.md)
- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/README.md)
- [Internals](docs/internals.md)

If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for
Expand Down
3 changes: 3 additions & 0 deletions docs/guide/en/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Yii RoadRunner Runner documentation

- [gRPC application runner for RoadRunner](grpc-application-runner.md)
3 changes: 3 additions & 0 deletions docs/guide/pt-BR/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentação do Yii RoadRunner Runner

- [Executor de aplicativo gRPC para RoadRunner](grpc-application-runner.md)
3 changes: 3 additions & 0 deletions docs/guide/ru/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Документация Yii RoadRunner Runner

- [Запуск gRPC приложения для RoadRunner](grpc-application-runner.md)

0 comments on commit 0286747

Please sign in to comment.