From 8e1aa57096904fcfa891213a06c09ccd5fe86b1f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 26 Aug 2023 12:05:25 -0700 Subject: [PATCH] SPI: add .spi.yml Introduce the Swift Package Index configuration and try to configure documentation. --- .spi.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .spi.yml diff --git a/.spi.yml b/.spi.yml new file mode 100644 index 0000000..3a901b9 --- /dev/null +++ b/.spi.yml @@ -0,0 +1,4 @@ +version: 1 +builder: + configs: + - documenation_targets: [Cassowary] \ No newline at end of file