You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Render Kroxylicious AsciiDoc on the website with Jekyll (#47)
* render release docs with jekyll
* update sitewide code highlighting styles to match original docs styles
* change asciidoc code highlighter to rouge
* remove pygments from gemfile
* fix asciitosvg rendering (adds go to workflow)
* re-add missing dependencies to Gemfile.lock
* render multiple versions of Kroxylicious docs with Jekyll (also, exclude docs files from being served raw)
* add section anchors
* add readme
<p><em>This documentation is for a stable release version of Kroxylicious. For the documentation from the latest development version of Kroxylicious, <ahref="{{ '/kroxylicious' | relative_url }}">click here</a>.</small></em></p>
14
+
{{ page.document | tocify_asciidoc }}
15
+
</div>
16
+
</div>
17
+
</div>
18
+
</div>
19
+
<divclass="col-lg-9">
20
+
<divclass="card shadow my-lg-5 me-lg-5 ms-1">
21
+
<divclass="card-body mx-2">
22
+
<divclass="row g-0">
23
+
<divclass="col-auto">
24
+
<divclass="card-text m-2">
25
+
{% if page.version_warning %}
26
+
{% include bs-alert.html type="warning" content=page.version_warning %}
0 commit comments