update website

This commit is contained in:
janis
2023-09-25 09:58:55 +02:00
parent 10da2d6ba0
commit 6abc675d12
4 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title> :: docs - libreevent</title>
<title>Post-Setup :: docs - libreevent</title>
<link rel="stylesheet" href="/docs/css/style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -17,7 +17,9 @@
<div id="backToTop" onclick="backToTop();"></div>
<div id="docPage">
<div id="doc-container">
</div>
<h1>Post-Setup</h1>
<p>As soon as you have completed setting up libreevent, there are some things you want to change on the admin panel. First off, you want to create an <a href="/docs/admin-panel/locations">event location</a> and an <a href="/docs/admin-panel/events">event</a>. Secondly, you may want to customize the start page, which you can do in the pages settings on the admin panel. You may find documentation for this <a href="/docs/admin-panel/pages">here</a>. Lastly, you need to configure and set up a <a href="/docs/admin-panel/settings#payment-gateway">payment gateway</a> in order for you to accept payments. Additionally, have a look around on the admin panel to change settings where you see fit.</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="/docs/js/index.js"></script>