Skip to content

Commit

Permalink
Merge branch 'docs/cleanup-4.8' into support-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Feb 12, 2024
2 parents 49dd514 + 6c99614 commit c917409
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docstest/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: page
title: Test
visibility: hidden
---

<p>
Testing pages for midPoint reference documentation.
This is <b>not</b> about midPoint testing.
It is about testing the docs infrastructure: Jekyll, scripts, hooks, etc.
</p>

{% children visibility: all %}
30 changes: 30 additions & 0 deletions docs/docstest/params.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: page
title: Params (midPoint reference)
visibility: hidden
---
<p>
Page that shows all parameters and variables available for the page in Jekyll.
</p>

<h2>Page</h2>

<table class="tableblock frame-all grid-all fit-content">

<thead>
<tr>
<th class="tableblock halign-left valign-top">Key</th>
<th class="tableblock halign-left valign-top">Value</th>
</tr>
</thead>

<tbody>
{% for item in page %}
<tr>
<td class="tableblock halign-left valign-top">{{ item[0] }}</td>
<td class="tableblock halign-left valign-top">{{ item[1] }}</td>
</tr>
{% endfor %}
</tbody>

</table>

0 comments on commit c917409

Please sign in to comment.