Skip to content

Commit 72b8988

Browse files
committed
Updated badge shape in readme
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent bef71b3 commit 72b8988

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66

77
<p align='center'>
88
<a href="https://arxiv.org/abs/2410.13007">
9-
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=flat-square" />
9+
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=for-the-badge" />
1010
</a>
1111
<a href="https://www.python.org/downloads/release/python-3110/">
12-
<img src="https://img.shields.io/badge/python-3.11-blue?style=flat-square" />
12+
<img src="https://img.shields.io/badge/python-3.11-blue?style=for-the-badge" />
1313
</a>
1414
<a href="https://opensource.org/licenses/Apache-2.0">
15-
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square" />
15+
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=for-the-badge" />
1616
</a>
1717
<a href="https://ibm.github.io/codellm-devkit/">
18-
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=flat-square" />
18+
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=for-the-badge" />
1919
</a>
2020
<a href="https://badge.fury.io/py/cldk">
21-
<img src="https://img.shields.io/pypi/v/cldk?style=flat-square&label=codellm-devkit&color=blue" />
21+
<img src="https://img.shields.io/pypi/v/cldk?style=for-the-badge&label=codellm-devkit&color=blue" />
2222
</a>
2323
<a href="https://discord.gg/zEjz9YrmqN">
24-
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=flat-square"/>
24+
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=for-the-badge"/>
2525
</a>
2626
</p>
2727

docs/core-concepts/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Core Concepts"
3+
icon: cldk/area-of-interest-20
4+
hide:
5+
- toc
6+
---
7+
8+
To be updated.

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ hide:
99

1010
<p align='center'>
1111
<a href="https://arxiv.org/abs/2410.13007">
12-
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=flat-square" />
12+
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=for-the-badge" />
1313
</a>
1414
<a href="https://www.python.org/downloads/release/python-3110/">
15-
<img src="https://img.shields.io/badge/python-3.11-blue?style=flat-square" />
15+
<img src="https://img.shields.io/badge/python-3.11-blue?style=for-the-badge" />
1616
</a>
1717
<a href="https://opensource.org/licenses/Apache-2.0">
18-
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square" />
18+
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=for-the-badge" />
1919
</a>
2020
<a href="https://ibm.github.io/codellm-devkit/">
21-
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=flat-square" />
21+
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=for-the-badge" />
2222
</a>
2323
<a href="https://badge.fury.io/py/cldk">
24-
<img src="https://img.shields.io/pypi/v/cldk?style=flat-square&label=codellm-devkit&color=blue" />
24+
<img src="https://img.shields.io/pypi/v/cldk?style=for-the-badge&label=codellm-devkit&color=blue" />
2525
</a>
2626
<a href="https://discord.gg/zEjz9YrmqN">
27-
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=flat-square"/>
27+
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=for-the-badge"/>
2828
</a>
2929
</p>
3030
---

0 commit comments

Comments
 (0)