From 167be8cd8918092caf2761050c8244a8da806d2e 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 66c5fd6d0..368a0a75e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A [fast](#Performance), lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization. +[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata) [![CI](https://github.com/pointfreeco/sqlite-data/actions/workflows/ci.yml/badge.svg)](https://github.com/pointfreeco/sqlite-data/actions/workflows/ci.yml) [![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](https://www.pointfree.co/slack-invite) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fsqlite-data%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/sqlite-data) From b2f2164a36820cdfef4b22fb8ab9ee9128707848 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 368a0a75e..5f4b475d1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A [fast](#Performance), lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization. -[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata) +[![](https://img.shields.io/badge/documentation-gray?logo=swift&logoColor=white)](https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata) [![CI](https://github.com/pointfreeco/sqlite-data/actions/workflows/ci.yml/badge.svg)](https://github.com/pointfreeco/sqlite-data/actions/workflows/ci.yml) [![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](https://www.pointfree.co/slack-invite) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fsqlite-data%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/sqlite-data)