make links clickable and add robots.txt file
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m56s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m56s
This commit is contained in:
parent
1a518b3d00
commit
15d9dcbd5d
3
src/main/resources/public/robots.txt
Normal file
3
src/main/resources/public/robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Allow all robots
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
@ -36,7 +36,7 @@
|
|||||||
<a class="text-blue-600" target="”_blank”" th:href="${swagger_url}">Documentation / Swagger</a>
|
<a class="text-blue-600" target="”_blank”" th:href="${swagger_url}">Documentation / Swagger</a>
|
||||||
|
|
||||||
<!-- Examples Table -->
|
<!-- Examples Table -->
|
||||||
<table class="table-fixed text-left mt-3">
|
<table class="table-fixed text-left mt-3 border-separate border-spacing-x-8">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Example</th>
|
<th>Example</th>
|
||||||
@ -46,15 +46,15 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Player Data</td>
|
<td>Player Data</td>
|
||||||
<td th:text="${player_example_url}">???</td>
|
<td><a th:text="${player_example_url}" th:href="${player_example_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Server Data</td>
|
<td>Server Data</td>
|
||||||
<td th:text="${java_server_example_url}">???</td>
|
<td><a th:text="${java_server_example_url}" th:href="${java_server_example_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mojang Endpoint Status</td>
|
<td>Mojang Endpoint Status</td>
|
||||||
<td th:text="${mojang_endpoint_status_url}">???</td>
|
<td><a th:text="${mojang_endpoint_status_url}" th:href="${mojang_endpoint_status_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user