[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
+5 -5
View File
@@ -4,11 +4,11 @@
</head>
<body>
<ul>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibscommunication" target="_self"><code>SwiftLibsCommunication</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibscoordination" target="_self"><code>SwiftLibsCoordination</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibsdependency" target="_self"><code>SwiftLibsDependency</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibsfoundation" target="_self"><code>SwiftLibsFoundation</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibspersistence" target="_self"><code>SwiftLibsPersistence</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/swift-libs-communication/documentation/swiftlibscommunication" target="_self"><code>SwiftLibsCommunication</code> library docs</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/swift-libs-coordination/documentation/swiftlibscoordination" target="_self"><code>SwiftLibsCoordination</code> library docs</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/swift-libs-dependency/documentation/swiftlibsdependency" target="_self"><code>SwiftLibsDependency</code> library docs</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/swift-libs-foundation/documentation/swiftlibsfoundation" target="_self"><code>SwiftLibsFoundation</code> library docs</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/swift-libs-persistence/documentation/swiftlibspersistence" target="_self"><code>SwiftLibsPersistence</code> library docs</a></li>
</ul>
</body>
</html>