Skip to content

Commit 8e350ff

Browse files
committed
feat docs: update Readme and landing page info
Tests: протестировано CI, на прод не влияет commit_hash:63f6947754da6e663a36d9bd818e8978f4023e3f
1 parent 4103ad5 commit 8e350ff

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# userver [<img src="./scripts/docs/img/logo.svg" align='right' width="10%">](https://userver.tech/)
22

3-
| Service Templates | Develop / Green Trunk | v2.0 | v1.0 |
4-
|-------------------|------------------------|------|------|
5-
| Core: | [![CI](https://github.com/userver-framework/service_template/actions/workflows/ci.yml/badge.svg) ![Docker build](https://github.com/userver-framework/service_template/actions/workflows/docker.yaml/badge.svg)](https://github.com/userver-framework/service_template/) | [[]](https://github.com/userver-framework/service_template/tree/v2.0) | [[]](https://github.com/userver-framework/service_template/tree/v1.0.0) |
6-
| PostgreSQL: | [![CI](https://github.com/userver-framework/pg_service_template/actions/workflows/ci.yml/badge.svg) ![Docker build](https://github.com/userver-framework/pg_service_template/actions/workflows/docker.yaml/badge.svg)](https://github.com/userver-framework/pg_service_template/) | [[]](https://github.com/userver-framework/pg_service_template/tree/v2.0) | [[]](https://github.com/userver-framework/pg_service_template/tree/v1.0.0) |
7-
| gRPC+PostgreSQL: | [![CI](https://github.com/userver-framework/pg_grpc_service_template/actions/workflows/ci.yml/badge.svg) ![Docker build](https://github.com/userver-framework/pg_grpc_service_template/actions/workflows/docker.yaml/badge.svg)](https://github.com/userver-framework/pg_grpc_service_template)| [[]](https://github.com/userver-framework/pg_grpc_service_template/tree/v2.0) | [[]](https://github.com/userver-framework/pg_grpc_service_template/tree/v1.0.0) |
8-
| gRPC+Mongo: | [![CI](https://github.com/userver-framework/mongo_grpc_service_template/actions/workflows/ci.yml/badge.svg) ![Docker build](https://github.com/userver-framework/mongo_grpc_service_template/actions/workflows/docker.yaml/badge.svg)](https://github.com/userver-framework/mongo_grpc_service_template)|||
3+
[![Ubuntu](https://github.com/userver-framework/userver/actions/workflows/ci.yml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/ci.yml)
4+
[![MacOS](https://github.com/userver-framework/userver/actions/workflows/macos.yml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/macos.yml)
5+
[![Alpine](https://github.com/userver-framework/userver/actions/workflows/alpine.yml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/alpine.yml)
6+
[![Docker CI](https://github.com/userver-framework/userver/actions/workflows/docker.yaml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/docker.yaml)
7+
[![Conan](https://github.com/userver-framework/userver/actions/workflows/ci-conan.yml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/ci-conan.yml)
8+
[![CodeQL](https://github.com/userver-framework/userver/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/codeql-analysis.yml)
9+
10+
[![Build and publish ubuntu-24.04-userver images](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-24.04-images.yaml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-24.04-images.yaml)
11+
[![Build and publish ubuntu-22.04-userver images](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-22.04-images.yaml/badge.svg)](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-22.04-images.yaml)
912

1013
**userver** is an open source asynchronous framework with a rich set of abstractions
1114
for fast and comfortable creation of C++ microservices, services and utilities.
@@ -56,7 +59,7 @@ You can learn more about history and key features of userver from our
5659
## Other Features
5760
5861
* Efficient asynchronous drivers for databases (MongoDB, PostgreSQL, Valkey,
59-
Redis, ClickHouse, MySQL/MariaDB, YDB ...) and data transfer protocols
62+
Redis, ClickHouse, MySQL/MariaDB, YDB, SQLite ...) and data transfer protocols
6063
(HTTP/{1.1, 2.0}, gRPC, AMQP 0-9-1, Kafka, TCP, TLS,
6164
WebSocket ...), tasks construction and cancellation.
6265
* Rich set of high-level components for caches, tasks, distributed locking,

scripts/docs/en/landing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ void Ins(storages::postgres::Transaction& tr,
9999
<span class="values__icon thumbnail thumbnail_asynchronous"></span>
100100
<p class="values__cardinfo">
101101
Efficient asynchronous drivers for databases (MongoDB, PostgreSQL,
102-
MySQL/MariaDB, Valkey, Redis, ClickHouse, YDB, ...) and data
103-
transfer protocols (HTTP, WEbSockets, gRPC, TCP, AMQP-0.9.1,
102+
MySQL/MariaDB, Valkey, Redis, ClickHouse, YDB, SQLite ...) and
103+
data transfer protocols (HTTP, WebSockets, gRPC, TCP, AMQP-0.9.1,
104104
Apache Kafka, ...), tasks construction and cancellation.
105105
</p>
106106
</div>

0 commit comments

Comments
 (0)