From cc1117b6ceb07b93108dbed47b9095c1f5ce76b0 Mon Sep 17 00:00:00 2001 From: Artem Ermoshkin Date: Mon, 6 Jul 2026 13:20:22 +0300 Subject: [PATCH] add docs and licence badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index affad1c844..8b4529f8bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # YDB C++ SDK: driver for [YDB](https://github.com/ydb-platform/ydb) - +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ydb-platform/ydb-cpp-sdk/blob/main/LICENSE) [![Codecov](https://codecov.io/gh/ydb-platform/ydb-cpp-sdk/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ydb-platform/ydb-cpp-sdk) +[![Read the docs](https://readthedocs.org)](https://ydb.tech/docs/en/reference/ydb-sdk) ## Building YDB C++ SDK from sources