Updated the tasks in the Makefile file that are related to the DocC documentation generation and preview.

This commit is contained in:
2025-09-29 21:38:47 +02:00
parent df0f876266
commit 2f03908cc7
2 changed files with 28 additions and 15 deletions
+6 -3
View File
@@ -12,10 +12,13 @@
# --- DOCUMENTATION ---
DOCC_GITHUB_OUTPUT=./docs
DOCC_ARCHIVE_BASE_PATH=archives/${DOCC_ARCHIVE_REFERENCE}
DOCC_ARCHIVE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
DOCC_ARCHIVE_REFERENCE=hummingbirddocc
DOCC_CONFIG_MINIMUM_ACCESS_LEVEL=public
DOCC_CONFIG_PREVIEW_URL=http://localhost:8080/documentation/${DOCC_ARCHIVE_REFERENCE}
DOCC_GITHUB_BASE_PATH=hummingbird-docc
DOCC_PREVIEW_URL=http://localhost:8080/documentation/hummingbirddocc
DOCC_XCODE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
DOCC_GITHUB_OUTPUT=./docs
# -- SWIFT PACKAGE MANAGER ---