[Improvement] Github Pages documentation (#24)

This PR contains the work done to fix the Github Pages generated documentation, as the assigned base path and documentation URL were not properly defined.

Reviewed-on: #24
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #24.
This commit is contained in:
2023-08-13 22:30:56 +00:00
committed by Javier Cicchelli
parent f7235cdd28
commit 18d68635ce
624 changed files with 628 additions and 628 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ generate-index-start:
@echo "<ul>" >> ${DOCC_GITHUB_INDEX}
generate-index-link:
@echo "<li><a href=\"${DOCC_GITHUB_BASE_URL}${SWIFT_TARGET_COMPONENT}\" target=\"_self\"><code>${SWIFT_TARGET_NAME}</code> library</a></li>" >> ${DOCC_GITHUB_INDEX}
@echo "<li><a href=\"${DOCC_GITHUB_BASE_URL}${SWIFT_TARGET_COMPONENT}\" target=\"_self\"><code>${SWIFT_TARGET_NAME}</code> library docs</a></li>" >> ${DOCC_GITHUB_INDEX}
generate-index-finish:
@echo "</ul>" >> ${DOCC_GITHUB_INDEX}