Tidied tip format
This commit is contained in:
parent
85b5e96ea7
commit
e7c479f702
|
@ -110,6 +110,16 @@
|
|||
FastAPI auto-generates swagger UI docs for testing
|
||||
endpoints <a class="text-primary" href="../docs">/docs</a>
|
||||
</p>
|
||||
|
||||
<i>
|
||||
<strong>TIP:</strong> Although it is possible for
|
||||
extensions to use other extensions API endpoints (such as
|
||||
with the Satspay and Onchain extension), ideally an
|
||||
extension should only use LNbits
|
||||
<a href="../docs#/default" class="text-primary">core</a>
|
||||
endpoints. </i
|
||||
><br /><br />
|
||||
|
||||
<code class="bg-grey-3 text-black">views.py</code> is used
|
||||
for setting application routes:
|
||||
<img src="./static/fastapi-example.png" />
|
||||
|
@ -131,11 +141,12 @@
|
|||
open-source Vue.js based framework for building apps.
|
||||
</p>
|
||||
|
||||
<p class="text-weight-bold">
|
||||
TIP: Look through
|
||||
<i>
|
||||
<strong>TIP:</strong> Look through
|
||||
<code class="bg-grey-3 text-black">/template</code> files
|
||||
in other extensions for examples.
|
||||
</p>
|
||||
in other extensions for examples of Quasar elements being
|
||||
used. </i
|
||||
><br /><br />
|
||||
|
||||
<p>
|
||||
In the below example we make a dialogue popup box (box can
|
||||
|
|
Loading…
Reference in New Issue
Block a user