Skip to content

Commit d29b202

Browse files
committed
dosc: add table of contents
1 parent a80469e commit d29b202

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ These badges share the same format, but differ in style. For more variations, ch
1515

1616
## Table of Contents
1717

18-
- [⭐ Recommended Resource](#-recommended-resource)
19-
- [🤝 Contributing](#-contributing)
20-
- [📜 License](#-license)
21-
- [Badges](#badges)
18+
- [Badges Categories](#badges-categories)
2219
- [🧑‍💻 Languages](#-languages)
2320
- [🛠️ Compilers](#️-compilers)
2421
- [🛠️ Build Tools](#️-build-tools)
@@ -52,7 +49,7 @@ Feel free to check the issues page.
5249

5350
[![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE)
5451

55-
## Badges
52+
## Badges Categories
5653

5754
### 🧑‍💻 Languages
5855

docs/badges.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Markdown Badge Catalog
22

3-
A ready-to-copy collection of badges for your GitHub READMEs, personal sites, and project documentation.
3+
This `markdown` file contains a collection of badges without `labels`. You can easily copy and paste the `markdown` code to include these badges in your own README files or documentation.
4+
5+
## Table of Contents
6+
7+
- [🧑‍💻 Languages](#-languages)
8+
- [🛠️ Build Tools \& Package Managers](#️-build-tools--package-managers)
9+
- [🎮 Engines \& Frameworks](#-engines--frameworks)
10+
- [🟢 Project Status](#-project-status)
411

512
## Badges
613

@@ -72,17 +79,3 @@ A ready-to-copy collection of badges for your GitHub READMEs, personal sites, an
7279
| Deprecated | ![Deprecated](https://img.shields.io/badge/Deprecated-lightgrey?style=flat) | `![Deprecated](https://img.shields.io/badge/Status-Deprecated-lightgrey?style=flat)` |
7380

7481
[↑ Back to top](#markdown-badge-catalog)
75-
76-
### 📌 Dynamic Badges – Quick Examples
77-
78-
Replace `your-username`, `your-repo`, `your-package` etc. with real values.
79-
80-
| Type | Markdown Example | Purpose |
81-
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
82-
| npm version | [![npm](https://img.shields.io/npm/v/your-package?style=flat&logo=npm)](https://www.npmjs.com/package/your-package) | Latest version on npm |
83-
| GitHub Actions | [![CI](https://img.shields.io/github/actions/workflow/status/your-username/your-repo/ci.yml?style=flat&logo=githubactions)](https://github.com/your-username/your-repo/actions) | Build / CI status |
84-
| Code Coverage | [![Coverage](https://img.shields.io/codecov/c/gh/your-username/your-repo?style=flat&logo=codecov)](https://codecov.io/gh/your-username/your-repo) | Test coverage % |
85-
| Latest Release | [![Release](https://img.shields.io/github/v/release/your-username/your-repo?style=flat&logo=github)](https://github.com/your-username/your-repo/releases) | Latest GitHub release tag |
86-
| Docker Pulls | [![Pulls](https://img.shields.io/docker/pulls/yourusername/yourimage?style=flat&logo=docker)](https://hub.docker.com/r/yourusername/yourimage) | Docker Hub pulls count |
87-
88-
[↑ Back to top](#markdown-badge-catalog)

0 commit comments

Comments
 (0)