more margins

pull/117/head
Aevann 2023-02-10 09:27:46 +02:00
parent 4feebc8ff6
commit 08850e40a1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{% block pagetitle %}API{% endblock %}
{% block content %}
<h1 class="mt-3 mb-1">API Guide for Bots</h1>
<h1 class="my-3">API Guide for Bots</h1>
<p>This page explains how to obtain and use an access token. </p>
<h4>Step 1: Create your Application</h4>
<p>In the <a href="/settings/apps">apps tab of {{SITE_NAME}} settings</a>, fill in and submit the form to request an access token. You will need:</p>
@ -48,7 +48,7 @@
<hr>
<br>
<h1 class="mt-4 mb-1">API Guide for Applications</h1>
<h1 class="my-3">API Guide for Applications</h1>
<p>The OAuth4 authorization flow is used to enable users to authorize third-party applications to access their {{SITE_NAME}} account without having to provide their login information to the application.</p>
<p>This page explains how to obtain API application keys, how to prompt a user for authorization, and how to obtain and use access tokens. </p>
<h4>Step 1: Create your Application</h4>