From 1ba470e336b863840ae70b265c16929efaa7d0cc Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 28 Apr 2023 22:57:47 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ac8349c..4bba5c0 100644 --- a/Home.md +++ b/Home.md @@ -5,15 +5,26 @@ In case of doubt, these files must be located at the root of the projecy and, of `.env` ```env +# Command line + +CLI_USE_DOCKER=no + +# Documentation + +DOCC_GITHUB_OUTPUT=./docs +DOCC_GITHUB_BASE_PATH=swift-libs +DOCC_PREVIEW_URL=http://localhost:8080/documentation/swiftlibs +DOCC_XCODE_OUTPUT=./${SWIFT_TARGET_NAME}.doccarchive + # Docker DOCKER_IMAGE_NAME=swift DOCKER_IMAGE_TAG=latest DOCKER_IMAGE_PLATFORM=linux/arm64/v8 -DOCKER_IMAGE_CLEAN=yes DOCKER_VOLUME_TARGET=/package # Swift SWIFT_BUILD_CONFIGURATION=debug +SWIFT_TARGET_NAME=SwiftLibs ``` \ No newline at end of file