mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
dd839fdf02
Motivation: Users need a quick reference available online that is up to date. Modifications: Add CI job to generate and publish API docs with Jazzy Result: Users can view API docs that are updated when new releases are tagged at https://mordil.gitlab.io/swift-redis-nio-client
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
{{#tasks.count}}
|
|
<section class="section">
|
|
<div class="section-content">
|
|
{{#tasks}}
|
|
{{> task}}
|
|
{{/tasks}}
|
|
</div>
|
|
</section>
|
|
{{/tasks.count}}
|