[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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user