Skip to content

Commit e503c59

Browse files
committed
docs: add README badges and API reference link
Add CI status, C++23, header-only, platform, and documentation badges to README. Add navigation bar linking API Reference (GitHub Pages), Usage Guide, and Releases below the badge row.
1 parent cad0c0b commit e503c59

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
[![Entity Generator for C++](https://raw.githubusercontent.com/dasmig/entity-generator/master/doc/entity-generator.png)](https://github.com/dasmig/entity-generator/releases)
66

77
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dasmig/entity-generator/main/LICENSE)
8+
[![CI](https://github.com/dasmig/entity-generator/actions/workflows/ci.yml/badge.svg)](https://github.com/dasmig/entity-generator/actions/workflows/ci.yml)
89
[![GitHub Releases](https://img.shields.io/github/release/dasmig/entity-generator.svg)](https://github.com/dasmig/entity-generator/releases)
910
[![GitHub Issues](https://img.shields.io/github/issues/dasmig/entity-generator.svg)](https://github.com/dasmig/entity-generator/issues)
11+
[![C++23](https://img.shields.io/badge/standard-C%2B%2B23-blue.svg)](https://en.cppreference.com/w/cpp/23)
12+
[![Header-only](https://img.shields.io/badge/type-header--only-green.svg)](#integration)
13+
[![Platform](https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20macos-lightgrey.svg)](#)
14+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue.svg)](https://dasmig.github.io/entity-generator/)
15+
16+
**[API Reference](https://dasmig.github.io/entity-generator/)** · **[Usage Guide](doc/usage.md)** · **[Releases](https://github.com/dasmig/entity-generator/releases)**
1017

1118
## Features
1219

0 commit comments

Comments
 (0)