From 5fd0676b594341776273baece6d5f5484a58127d Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 12 Sep 2025 02:46:36 +0200 Subject: [PATCH] Added the Swift Package Index configuration file and included the link to the Github Pages documentation. --- .spi.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .spi.yml diff --git a/.spi.yml b/.spi.yml new file mode 100644 index 0000000..7ef0eee --- /dev/null +++ b/.spi.yml @@ -0,0 +1,3 @@ +version: 1 +external_links: + documentation: "https://rock-n-code.github.io/amiibo-service/documentation/amiiboservice/"