1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-09-13 08:24:17 +00:00

Docs: styled stub warning

This commit is contained in:
2023-07-19 20:53:15 +02:00
parent 43fce1f27e
commit 3d13dd974e
3 changed files with 19 additions and 3 deletions

View File

@ -39,10 +39,11 @@ navigationOptions:
{{ content }}
{% if stub %}
<div class="wipdoc">
<div class="stubmessage">
<p>
Oops… this Rolens documentation page is a work-in-progress! You could
<a href="{{ github.pageSourceUrl }}" target="_blank">help writing it</a> — thanks!
This Rolens documentation page is a work-in-progress! You could
<a href="{{ github.pageSourceUrl }}" target="_blank">help writing it</a>
by sending a PR — thanks!
</p>
</div>
{% endif %}