doc updates

This commit is contained in:
janis
2023-09-18 10:11:58 +02:00
parent 9c8278df37
commit 5c6f189396
13 changed files with 165 additions and 59 deletions

View File

@@ -18,17 +18,19 @@
<div id="docPage">
<div id="doc-container">
<h1>Home</h1>
<p>The admin panel is where you can change basically everything about libreevent. Depending on your account's privileges, you may find more or less settings. Only the root account has access to the admin accounts page.</p>
<p>Here's a list of the pages available when logged in as the root user. All other users have fewer pages enabled.</p>
<p>The admin panel is where you can change basically everything about libreevent.
&lt;!-- In a future update, depending on your account's privileges, you may find more or less settings. Only the root account has access to the admin accounts page. Currently though, all pages are unlocked for all users. --&gt;</p>
<p>Here's a list of the pages available when logged in as the root user. &lt;!-- All other users have fewer pages enabled.--&gt;</p>
<ul>
<li><a href="/docs/admin-panel/admin-accounts">Admin Accounts</a></li>
<li><a href="/docs/admin-panel/pages">Pages</a></li>
<li><a href="/docs/admin-panel/events">Events</a></li>
<li><a href="/docs/admin-panel/locations">Locations</a></li>
<li><a href="/docs/admin-panel/pages">Pages</a></li>
<li><a href="/docs/admin-panel/plugins">Plugins</a></li>
<li><a href="/docs/admin-panel/seatplan-editor">Seatplan editor</a></li>
<li><a href="/docs/admin-panel/settings">Settings</a></li>
</ul>
<p>Additionally, some settings might not be available to all admin accounts on all pages.</p>
<p><em>As a general recommendation, we do not encourage logging in as the root user if not strictly necessary, as this can help protect the libreevent installation</em>.</p>
<p>&lt;!-- Additionally, some settings might not be available to all admin accounts on all pages. --&gt;</p>
<p>&lt;!-- <em>As a general recommendation, we do not encourage logging in as the root user if not strictly necessary, as this can help protect the libreevent installation</em>. --&gt;</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>