This commit is contained in:
CI 2023-02-12 12:31:47 +00:00
parent c1e78ee750
commit 475dd28513
12 changed files with 484 additions and 64 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -200,11 +200,15 @@
<li class="md-tabs__item">
<a href="/side_menu_doc/settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="/side_menu_doc/settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -329,13 +333,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="/side_menu_doc/settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="/side_menu_doc/settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -235,11 +235,15 @@
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -368,13 +372,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>

View file

@ -237,11 +237,15 @@
<li class="md-tabs__item">
<a href="settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -416,13 +420,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>
@ -520,10 +572,12 @@ You can also add and sort custom categories, define apps that must be displayed
<p>This application is rather suitable for instances that activate a lot of applications.</p>
<p>You can customize colors depending of the theme (Dark theme and Breeze Dark).</p>
<ul>
<li><a href="#installation-and-upgrade">Installation and upgrade</a></li>
<li><a href="#how-to-contribute">How to contribute?</a></li>
<li><a href="#support">Support</a></li>
<li><a href="https://gitnet.fr/deblan/side_menu/src/branch/master/screenshots/">Screenshots</a></li>
<li><a href="requirements/">Requirements</a></li>
<li><a href="screenshots/">Screenshots</a></li>
<li><a href="setup/">Installation and upgrade</a></li>
<li><a href="settings/">Settings</a></li>
<li><a href="support/">Support</a></li>
<li><a href="contrib/">Contribute</a></li>
</ul>
<p>You like this app and you want to support me? ☕ <a href="https://www.buymeacoffee.com/deblan">Buy me a coffee</a> or <a href="https://liberapay.com/deblan">Donate with liberapay</a></p>
<h2 id="support">Support</h2>

View file

@ -239,11 +239,15 @@
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -418,13 +422,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>

View file

@ -239,11 +239,15 @@
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -380,13 +384,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>

View file

@ -1 +1 @@
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83e\udd19 Nextcloud app / Custom menu \ud83c\udfa8","text":"<p>Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top. You can also add and sort custom categories, define apps that must be displayed in the top menu, etc. Fully customisable.</p> <p>This application is rather suitable for instances that activate a lot of applications.</p> <p>You can customize colors depending of the theme (Dark theme and Breeze Dark).</p> <ul> <li>Installation and upgrade</li> <li>How to contribute?</li> <li>Support</li> <li>Screenshots</li> </ul> <p>You like this app and you want to support me? \u2615 Buy me a coffee or Donate with liberapay</p>"},{"location":"#support","title":"Support","text":"<p>You can join the official room on Matrix: #custommenu:neutralnetwork.org.</p>"},{"location":"#notice","title":"Notice","text":"<p>Because I believe in a free and decentralized Internet, Gitnet is self-hosted at home. In case of downtime, you can download Custom Menu from [here](https://kim.deblan.fr/~side_menu/</p>"},{"location":"contrib/","title":"How to contribute?","text":"<p>You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues</p>"},{"location":"contrib/#you-are-a-translator","title":"You are a translator","text":"<p>Translations are managed from translate.codeberg.org.</p>"},{"location":"contrib/#you-are-a-developer","title":"You are a developer","text":"<ul> <li>fork the repository</li> <li>install an instance of Nextcloud</li> <li>go to <code>apps/</code> and clone your repository</li> <li>go to <code>apps/side_menu</code> and run <code>make dep</code></li> </ul> <p>Build javascripts using <code>make build</code> (or <code>make watch</code> to build them in real time).</p> <p>Then commit and create a pull request.</p>"},{"location":"requirements/","title":"Requirements","text":""},{"location":"requirements/#versions-greater-or-equal-than-30","title":"Versions greater or equal than 3.0","text":"<ul> <li>PHP &gt;= 8.0</li> <li>App <code>theming</code> enabled</li> </ul>"},{"location":"requirements/#version-less-than-30","title":"Version less than 3.0","text":"<ul> <li>Nextcloud &lt;= 24</li> <li>PHP &gt;= 7.1</li> <li>App <code>theming</code> enabled</li> </ul>"},{"location":"screenshots/","title":"Screenshots","text":""},{"location":"settings/","title":"Coming soon...","text":""},{"location":"setup/","title":"Installation and upgrade","text":"<p>Custom menu is available from the app store.</p> <pre><code>cd /path/to/nextcloud\nphp occ app:install side_menu\n</code></pre> <p>If you want to install it from source, go to https://gitnet.fr/deblan/side_menu/releases and copy the link to the last release (side_menu_vX.Y.Z.tar.gz). Then:</p> <pre><code>cd /path/to/nextcloud/apps\ncurl -sS https://gitnet.fr/attachments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | tar xvfz -\n</code></pre> <p>Administrators can edit many settings using the administration page.</p> <p>Users can disable the menu using the page of personal settings.</p>"},{"location":"setup/#use-first-top-menu-app-as-default-app","title":"Use first top menu app as default app","text":"<p>You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your <code>config/config.php</code>:</p> <pre><code>'defaultapp' =&gt; 'side_menu',\n</code></pre> <p>If the top menu is empty then it redirects to files.</p>"},{"location":"support/","title":"Support","text":"<p>Bugs and feature requests should be reported with an issue on https://gitnet.fr/deblan/side_menu/issues.</p> <p>You can also join the official room on Matrix: #custommenu:neutralnetwork.org.</p>"}]}
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\ud83e\udd19 Nextcloud app / Custom menu \ud83c\udfa8","text":"<p>Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top. You can also add and sort custom categories, define apps that must be displayed in the top menu, etc. Fully customisable.</p> <p>This application is rather suitable for instances that activate a lot of applications.</p> <p>You can customize colors depending of the theme (Dark theme and Breeze Dark).</p> <ul> <li>Requirements</li> <li>Screenshots</li> <li>Installation and upgrade</li> <li>Settings</li> <li>Support</li> <li>Contribute</li> </ul> <p>You like this app and you want to support me? \u2615 Buy me a coffee or Donate with liberapay</p>"},{"location":"#support","title":"Support","text":"<p>You can join the official room on Matrix: #custommenu:neutralnetwork.org.</p>"},{"location":"#notice","title":"Notice","text":"<p>Because I believe in a free and decentralized Internet, Gitnet is self-hosted at home. In case of downtime, you can download Custom Menu from [here](https://kim.deblan.fr/~side_menu/</p>"},{"location":"contrib/","title":"How to contribute?","text":"<p>You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues</p>"},{"location":"contrib/#you-are-a-translator","title":"You are a translator","text":"<p>Translations are managed from translate.codeberg.org.</p>"},{"location":"contrib/#you-are-a-developer","title":"You are a developer","text":"<ul> <li>fork the repository</li> <li>install an instance of Nextcloud</li> <li>go to <code>apps/</code> and clone your repository</li> <li>go to <code>apps/side_menu</code> and run <code>make dep</code></li> </ul> <p>Build javascripts using <code>make build</code> (or <code>make watch</code> to build them in real time).</p> <p>Then commit and create a pull request.</p>"},{"location":"requirements/","title":"Requirements","text":""},{"location":"requirements/#versions-greater-or-equal-than-30","title":"Versions greater or equal than 3.0","text":"<ul> <li>PHP &gt;= 8.0</li> <li>App <code>theming</code> enabled</li> </ul>"},{"location":"requirements/#version-less-than-30","title":"Version less than 3.0","text":"<ul> <li>Nextcloud &lt;= 24</li> <li>PHP &gt;= 7.1</li> <li>App <code>theming</code> enabled</li> </ul>"},{"location":"screenshots/","title":"Screenshots","text":""},{"location":"settings/","title":"Coming soon...","text":""},{"location":"setup/","title":"Installation and upgrade","text":"<p>Custom menu is available from the app store.</p> <pre><code>cd /path/to/nextcloud\nphp occ app:install side_menu\n</code></pre> <p>If you want to install it from source, go to https://gitnet.fr/deblan/side_menu/releases and copy the link to the last release (side_menu_vX.Y.Z.tar.gz). Then:</p> <pre><code>cd /path/to/nextcloud/apps\ncurl -sS https://gitnet.fr/attachments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | tar xvfz -\n</code></pre> <p>Administrators can edit many settings using the administration page.</p> <p>Users can disable the menu using the page of personal settings.</p>"},{"location":"setup/#use-first-top-menu-app-as-default-app","title":"Use first top menu app as default app","text":"<p>You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your <code>config/config.php</code>:</p> <pre><code>'defaultapp' =&gt; 'side_menu',\n</code></pre> <p>If the top menu is empty then it redirects to files.</p>"},{"location":"support/","title":"Support","text":"<p>Bugs and feature requests should be reported with an issue on https://gitnet.fr/deblan/side_menu/issues.</p> <p>You can also join the official room on Matrix: #custommenu:neutralnetwork.org.</p>"}]}

View file

@ -11,7 +11,7 @@
<link rel="canonical" href="https://deblan.gitnet.page/side_menu_doc/settings/">
<link rel="prev" href="../setup/">
<link rel="prev" href="./">
<link rel="next" href="../support/">
@ -21,7 +21,7 @@
<title>Settings - Custom menu</title>
<title>Admin - Custom menu</title>
@ -53,7 +53,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Settings - Custom menu" >
<meta property="og:title" content="Admin - Custom menu" >
<meta property="og:description" content="None" >
@ -69,7 +69,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Settings - Custom menu" >
<meta name="twitter:title" content="Admin - Custom menu" >
<meta name="twitter:description" content="None" >
@ -127,7 +127,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Settings
Admin
</span>
</div>
@ -239,11 +239,15 @@
<li class="md-tabs__item">
<a href="./" class="md-tabs__link md-tabs__link--active">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="./" class="md-tabs__link md-tabs__link--active">
Settings
</a>
</li>
@ -370,6 +374,49 @@
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" checked>
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="./" class="md-nav__link">
User
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
@ -379,12 +426,19 @@
<a href="./" class="md-nav__link md-nav__link--active">
Settings
Admin
</a>
</li>
</ul>
</nav>
</li>
@ -472,7 +526,7 @@
<nav class="md-footer__inner md-grid" aria-label="Footer" >
<a href="../setup/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Install and update" rel="prev">
<a href="./" class="md-footer__link md-footer__link--prev" aria-label="Previous: User" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
</div>
@ -481,7 +535,7 @@
<span class="md-footer__direction">
Previous
</span>
Install and update
User
</div>
</div>
</a>

View file

@ -239,11 +239,15 @@
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -411,13 +415,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>
@ -557,13 +609,13 @@
<a href="../settings/" class="md-footer__link md-footer__link--next" aria-label="Next: Settings" rel="next">
<a href="../settings/" class="md-footer__link md-footer__link--next" aria-label="Next: User" rel="next">
<div class="md-footer__title">
<div class="md-ellipsis">
<span class="md-footer__direction">
Next
</span>
Settings
User
</div>
</div>
<div class="md-footer__button md-icon">

Binary file not shown.

View file

@ -237,11 +237,15 @@
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
<li class="md-tabs__item">
<a href="../settings/" class="md-tabs__link">
Settings
</a>
</li>
@ -370,13 +374,61 @@
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
Settings
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Settings
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Settings
User
</a>
</li>
<li class="md-nav__item">
<a href="../settings/" class="md-nav__link">
Admin
</a>
</li>
</ul>
</nav>
</li>
@ -482,7 +534,7 @@
<nav class="md-footer__inner md-grid" aria-label="Footer" >
<a href="../settings/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Settings" rel="prev">
<a href="../settings/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Admin" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
</div>
@ -491,7 +543,7 @@
<span class="md-footer__direction">
Previous
</span>
Settings
Admin
</div>
</div>
</a>