mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
update website
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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,6 +17,8 @@
|
|||||||
<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">
|
||||||
|
<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>
|
</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>
|
||||||
|
|||||||
2
website/dist/docs/side-bar.html
vendored
2
website/dist/docs/side-bar.html
vendored
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user