Files
hummingbird-docc/.env
T

26 lines
972 B
Bash
Raw Normal View History

2025-09-18 16:05:29 +00:00
# ===----------------------------------------------------------------------===
#
# This source file is part of the Hummingbird DocC Middleware open source project
#
# Copyright (c) 2025 Röck+Cöde VoF. and the Hummingbird DocC Middleware project authors
# Licensed under the EUPL 1.2 or later.
#
# See LICENSE for license information
# See CONTRIBUTORS for the list of Hummingbird DocC Middleware project authors
#
# ===----------------------------------------------------------------------===
# --- DOCUMENTATION ---
DOCC_ARCHIVE_BASE_PATH=archives/${SPM_LIBRARY_TARGET}
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
2025-09-18 16:05:29 +00:00
DOCC_GITHUB_OUTPUT=./docs
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=HummingbirdDocC
SPM_SAMPLE_TARGET=HummingbirdDocCSample