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

@@ -22,7 +22,7 @@
<ul> <ul>
<li>Customize the start page</li> <li>Customize the start page</li>
<li>Choose a payment gateway and set it up</li> <li>Choose a payment gateway and set it up</li>
<li>Create a event location and an event</li> <li>Create an event location and an event</li>
<li>Create other admin accounts with less privileges</li> <li>Create other admin accounts with less privileges</li>
</ul> </ul>
</div> </div>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title> :: docs - libreevent</title> <title>Post-Setup :: docs - libreevent</title>
<link rel="stylesheet" href="/docs/css/style.css"> <link rel="stylesheet" href="/docs/css/style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -17,7 +17,9 @@
<div id="backToTop" onclick="backToTop();"></div> <div id="backToTop" onclick="backToTop();"></div>
<div id="docPage"> <div id="docPage">
<div id="doc-container"> <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> </div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="/docs/js/index.js"></script> <script src="/docs/js/index.js"></script>

View File

@@ -37,7 +37,7 @@
<div class="side-dropdown" id="setup-dropdown"> <div class="side-dropdown" id="setup-dropdown">
<a class="side-nav-subitem" id="setup" href="/docs/setup">Getting Started</a> <a class="side-nav-subitem" id="setup" href="/docs/setup">Getting Started</a>
<a class="side-nav-subitem" id="setup-installation" href="/docs/setup/installation">Installation</a> <a class="side-nav-subitem" id="setup-installation" href="/docs/setup/installation">Installation</a>
<a class="side-nav-subitem" id="setup-post-setup" href="/docs/setup/post-setup"></a> <a class="side-nav-subitem" id="setup-post-setup" href="/docs/setup/post-setup">Post-Setup</a>
<a class="side-nav-subitem" id="setup-security" href="/docs/setup/security">Security best practices</a> <a class="side-nav-subitem" id="setup-security" href="/docs/setup/security">Security best practices</a>
<a class="side-nav-subitem" id="setup-setup" href="/docs/setup/setup">Setup of libreevent</a> <a class="side-nav-subitem" id="setup-setup" href="/docs/setup/setup">Setup of libreevent</a>
<a class="side-nav-subitem" id="setup-update" href="/docs/setup/update">Updating</a> <a class="side-nav-subitem" id="setup-update" href="/docs/setup/update">Updating</a>

View File

@@ -0,0 +1,3 @@
# Post-Setup
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 [event location](&/admin-panel/locations) and an [event](&/admin-panel/events). 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 [here](&/admin-panel/pages). Lastly, you need to configure and set up a [payment gateway](&/admin-panel/settings#payment-gateway) in order for you to accept payments. Additionally, have a look around on the admin panel to change settings where you see fit.