|
| 1 | +<div class="hide-in-mkdocs"> |
| 2 | + |
1 | 3 | # Synthetic Data Values Generator (SDVG) |
2 | 4 |
|
| 5 | +</div> |
| 6 | + |
3 | 7 | [![Release][release-badge]][release-url] |
4 | 8 | [![Pre-release][pre-release-badge]][pre-release-url] |
5 | 9 | [![CI][actions-badge]][actions-url] |
6 | 10 | [![Coverage Status][test-coverage-badge]][test-coverage-url] |
7 | 11 | [![Language][language-badge]][language-url] |
8 | 12 | [![License][license-badge]][license-url] |
9 | 13 |
|
10 | | -[release-badge]: https://img.shields.io/github/v/release/tarantool/sdvg |
| 14 | +[release-badge]: https://badgen.net/github/release/tarantool/sdvg/stable?color=pink |
11 | 15 | [release-url]: https://github.com/tarantool/sdvg/releases/latest/ |
12 | | -[pre-release-badge]: https://img.shields.io/badge/pre--release-latest-orange |
| 16 | +[pre-release-badge]: https://badgen.net/static/pre-release/latest/orange?color=purple |
13 | 17 | [pre-release-url]: https://github.com/tarantool/sdvg/releases/tag/latest/ |
14 | | -[actions-badge]: https://img.shields.io/github/check-runs/tarantool/sdvg/master |
| 18 | +[actions-badge]: https://badgen.net/github/checks/tarantool/sdvg |
15 | 19 | [actions-url]: https://github.com/tarantool/sdvg/actions |
16 | | -[test-coverage-badge]: https://img.shields.io/coverallsCoverage/github/tarantool/sdvg?branch=master |
| 20 | +[test-coverage-badge]: https://badgen.net/coveralls/c/github/tarantool/sdvg |
17 | 21 | [test-coverage-url]: https://coveralls.io/github/tarantool/sdvg?branch=master |
18 | | -[language-badge]: https://img.shields.io/github/languages/top/tarantool/sdvg |
| 22 | +[language-badge]: https://badgen.net/static/language/go/blue |
19 | 23 | [language-url]: https://github.com/tarantool/sdvg/search?l=go |
20 | | -[license-badge]: https://img.shields.io/github/license/tarantool/sdvg |
| 24 | +[license-badge]: https://badgen.net/github/license/tarantool/sdvg?color=cyan |
21 | 25 | [license-url]: ./LICENSE |
22 | 26 |
|
23 | | - |
| 27 | +<div class="hide-in-mkdocs"> |
24 | 28 |
|
25 | | -## Language |
| 29 | +## Documentation version |
26 | 30 |
|
| 31 | +- [Multilingual web version](https://tarantool.github.io/sdvg/) (recommended) |
27 | 32 | - **English** |
28 | 33 | - [Русский](README.ru.md) |
29 | 34 |
|
| 35 | +</div> |
| 36 | + |
30 | 37 | ## Description |
31 | 38 |
|
32 | 39 | SDVG (Synthetic Data Values Generator) is a tool for generating synthetic data. |
33 | 40 | It supports various run modes, data types for generation, and output formats. |
34 | 41 |
|
| 42 | + |
| 43 | + |
35 | 44 | Run modes: |
36 | 45 |
|
37 | 46 | - CLI - generate data, create configs, and validate them via the console; |
@@ -180,7 +189,7 @@ sdvg generate -h |
180 | 189 |
|
181 | 190 | More information can be found in the [user guide](./doc/en/usage.md). |
182 | 191 |
|
183 | | -## Documentation |
| 192 | +## Next Steps |
184 | 193 |
|
185 | 194 | - [User Guide](./doc/en/usage.md) |
186 | 195 | - [Developer Guide](./doc/en/contributing.md) |
|
0 commit comments