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
35 lines
987 B
Plaintext
35 lines
987 B
Plaintext
<header class="header">
|
|
<p class="header-col header-col--primary">
|
|
<a class="header-link" href="{{path_to_root}}index.html">
|
|
{{module_name}} Docs
|
|
</a>
|
|
{{#doc_coverage}} ({{doc_coverage}}% documented){{/doc_coverage}}
|
|
</p>
|
|
|
|
{{^disable_search}}
|
|
<p class="header-col--secondary">
|
|
<form role="search" action="{{path_to_root}}search.json">
|
|
<input type="text" placeholder="Search documentation" data-typeahead>
|
|
</form>
|
|
</p>
|
|
{{/disable_search}}
|
|
|
|
{{#github_url}}
|
|
<p class="header-col header-col--secondary">
|
|
<a class="header-link" href="{{github_url}}">
|
|
<img class="header-icon" src="{{path_to_root}}img/gl.png"/>
|
|
View on GitLab
|
|
</a>
|
|
</p>
|
|
{{/github_url}}
|
|
|
|
{{#dash_url}}
|
|
<p class="header-col header-col--secondary">
|
|
<a class="header-link" href="{{dash_url}}">
|
|
<img class="header-icon" src="{{path_to_root}}img/dash.png"/>
|
|
Install in Dash
|
|
</a>
|
|
</p>
|
|
{{/dash_url}}
|
|
</header>
|