Skip to content

Commit

Permalink
Update version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Dec 22, 2023
1 parent 68e121a commit d31042a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/rapidoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
>
<div style="padding: 0.7rem 1rem;">
<select class="selector" onchange="switchVersion(this)"">
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-latest.yaml" selected>v1.1.0 (latest)</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-latest.yaml" selected>v1.2.0 (latest)</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.1.0.yaml">v1.1.0</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.0.0.yaml">v1.0.0</option>
</select>
<a style="float: right; font-size: 12px; color: #bbb;" href="https://docs.2fauth.app/" style="color: white;" target="_blank">Back to 2Fauth Docs</a>
Expand Down

0 comments on commit d31042a

Please sign in to comment.