Skip to content

Commit 8670e68

Browse files
authored
Merge pull request #44 from baloise/main
Add API Doc
2 parents a46008e + 3575e20 commit 8670e68

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

src/templates/html/demask.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ <h3>DeMasked text</h3>
7676
</main>
7777

7878
<footer class="flex-container-row">
79-
<div class="flex-item"></div>
79+
<div class="flex-item">
80+
<a class="url-nounderline" target="_blank" href="/docs#/default/mask_api_demask_post">
81+
API Doc
82+
</a>
83+
</div>
8084
<div class="flex-item">
8185
<a target="_blank" href="https://github.com/baloise/yo-yo-maskr">
8286
<img src="/static/public/github-mark.svg" alt="GitHub" width="30" height="30">

src/templates/html/landing.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ <h1>YoYo MaskЯ</h1>
2727
</main>
2828

2929
<footer class="flex-container-row">
30-
<div class="flex-item"></div>
30+
<div class="flex-item">
31+
<a class="url-nounderline" target="_blank" href="/docs">
32+
API Doc
33+
</a>
34+
</div>
3135
<div class="flex-item">
3236
<a target="_blank" href="https://github.com/baloise/yo-yo-maskr">
3337
<img src="/static/public/github-mark.svg" alt="GitHub" width="30" height="30">

src/templates/html/mask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Masked text</h3>
9595

9696
<footer class="flex-container-row">
9797
<div class="flex-item">
98-
<a class="url-nounderline" target="_blank" href="/docs">
98+
<a class="url-nounderline" target="_blank" href="/docs#/default/mask_api_mask_post">
9999
API Doc
100100
</a>
101101
</div>

0 commit comments

Comments
 (0)