From 6abc675d120ca3be244f5e9c59c1567b1abc4964 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 25 Sep 2023 09:58:55 +0200 Subject: [PATCH] update website --- src/webapp/setup/src/views/SetupCompleteView.vue | 2 +- website/dist/docs/setup/post-setup/index.html | 6 ++++-- website/dist/docs/side-bar.html | 2 +- website/src/setup/post-setup.md | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/webapp/setup/src/views/SetupCompleteView.vue b/src/webapp/setup/src/views/SetupCompleteView.vue index aa07570..7e49f24 100644 --- a/src/webapp/setup/src/views/SetupCompleteView.vue +++ b/src/webapp/setup/src/views/SetupCompleteView.vue @@ -22,7 +22,7 @@ diff --git a/website/dist/docs/setup/post-setup/index.html b/website/dist/docs/setup/post-setup/index.html index f59a446..c605e17 100644 --- a/website/dist/docs/setup/post-setup/index.html +++ b/website/dist/docs/setup/post-setup/index.html @@ -1,7 +1,7 @@ - :: docs - libreevent + Post-Setup :: docs - libreevent @@ -17,7 +17,9 @@
-
+

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 and an event. 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. Lastly, you need to configure and set up a 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.

+
diff --git a/website/dist/docs/side-bar.html b/website/dist/docs/side-bar.html index c01a1b0..ff145d6 100644 --- a/website/dist/docs/side-bar.html +++ b/website/dist/docs/side-bar.html @@ -37,7 +37,7 @@
Getting Started Installation - +Post-Setup Security best practices Setup of libreevent Updating diff --git a/website/src/setup/post-setup.md b/website/src/setup/post-setup.md index e69de29..331eac1 100644 --- a/website/src/setup/post-setup.md +++ b/website/src/setup/post-setup.md @@ -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. \ No newline at end of file