From 8097ec636878b17398a89948999b2f20393a1048 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 19 Sep 2023 09:24:58 +0200 Subject: [PATCH] more docs --- website/dist/docs/contributing/index.html | 3 +++ website/dist/docs/setup/update/index.html | 1 + website/src/contributing.md | 3 +++ website/src/setup/update.md | 4 +++- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/website/dist/docs/contributing/index.html b/website/dist/docs/contributing/index.html index 1875aa7..9fa680d 100644 --- a/website/dist/docs/contributing/index.html +++ b/website/dist/docs/contributing/index.html @@ -38,6 +38,9 @@
  • Add permission settings and permissions to admin panel
  • Improve iOS and Android App functionality
  • Add an admin account page
  • +
  • Allow admins to print remaining tickets
  • +
  • Add auto updater
  • +
  • Create update plugin to allow for easy updating to next version
  • Before starting to contribute

    Before you start coding, please make yourself familiar with the code of conduct and the linter settings. Another thing that is not required, but certainly a good idea is to open an issue on our GitHub to have a discussion about the changes you want to make so that you don't waste your time, if the thing you want to do is not something we feel like is necessary.

    diff --git a/website/dist/docs/setup/update/index.html b/website/dist/docs/setup/update/index.html index c278d09..905395e 100644 --- a/website/dist/docs/setup/update/index.html +++ b/website/dist/docs/setup/update/index.html @@ -20,6 +20,7 @@

    Updating

    Updating libreǝvent is important to keep it secure, performant and bug-free. Currently, updating libreevent involves manually uploading the new files.

    IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.

    +

    There are currently no updates available, this section will be expanded, once there is.

    diff --git a/website/src/contributing.md b/website/src/contributing.md index 608f849..547328f 100644 --- a/website/src/contributing.md +++ b/website/src/contributing.md @@ -19,6 +19,9 @@ You may contribute to any of the following things (list is not exhaustive): - Add permission settings and permissions to admin panel - Improve iOS and Android App functionality - Add an admin account page +- Allow admins to print remaining tickets +- Add auto updater +- Create update plugin to allow for easy updating to next version ## Before starting to contribute Before you start coding, please make yourself familiar with the code of conduct and the linter settings. Another thing that is not required, but certainly a good idea is to open an issue on our GitHub to have a discussion about the changes you want to make so that you don't waste your time, if the thing you want to do is not something we feel like is necessary. \ No newline at end of file diff --git a/website/src/setup/update.md b/website/src/setup/update.md index 8ac1a3c..99f2ae0 100644 --- a/website/src/setup/update.md +++ b/website/src/setup/update.md @@ -2,4 +2,6 @@ Updating libreǝvent is important to keep it secure, performant and bug-free. Currently, updating libreevent involves manually uploading the new files. -**IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.** \ No newline at end of file +**IMPORTANT: make sure to ALWAYS download the data and config directories before updating to not lose any data in case something goes wrong! When uploading, do NOT upload the data and config directories except the release note tell you anything else. Please also always follow any notes detailed in the release notes.** + +There are currently no updates available, this section will be expanded, once there is. \ No newline at end of file