From dc187ca48aab7a3ef36a6a1b3f6c8792b1ac18e5 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 3 Jul 2026 09:41:10 -0500 Subject: [PATCH 1/2] Add docs badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0423c48..e7bc7ce8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 🧰 CasePaths +[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/swift-case-paths/main/documentation/casepaths) [![CI](https://github.com/pointfreeco/swift-case-paths/workflows/CI/badge.svg)](https://actions-badge.atrox.dev/pointfreeco/swift-case-paths/goto) [![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](http://pointfree.co/slack-invite) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-case-paths%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-case-paths) From 35f09bb56b589c2acb161d0563bb96b6100ce64e Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 3 Jul 2026 12:16:23 -0500 Subject: [PATCH 2/2] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bc7ce8..adacc749 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🧰 CasePaths -[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/swift-case-paths/main/documentation/casepaths) +[![](https://img.shields.io/badge/documentation-gray?logo=swift&logoColor=white)](https://swiftpackageindex.com/pointfreeco/swift-case-paths/main/documentation/casepaths) [![CI](https://github.com/pointfreeco/swift-case-paths/workflows/CI/badge.svg)](https://actions-badge.atrox.dev/pointfreeco/swift-case-paths/goto) [![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](http://pointfree.co/slack-invite) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-case-paths%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-case-paths)