forked from deblan/side_menu
This application customs the top menu of Nextcloud
📦 https://apps.nextcloud.com/apps/side_menu
📘 https://deblan.gitnet.page/side_menu_doc/
- Vue 46.5%
- PHP 36.5%
- JavaScript 8.4%
- SCSS 8.1%
- Makefile 0.5%
| appinfo | ||
| css | ||
| img | ||
| lib | ||
| src | ||
| templates/settings | ||
| .eslintrc.js | ||
| LICENCE | ||
| package.json | ||
| README.md | ||
| webpack.js | ||
🤙 Nextcloud app / Side menu 🎨
This application moves the top menu of Nextcloud to the left side.
Comptatible with AppOrder.
Installation
Go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip).
Copy the archive to your Nextcloud server.
$ cd /path/to/nextcloud/apps
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip
Upgrade
Go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip).
Copy the archive to your Nextcloud server.
$ cd /path/to/nextcloud/apps
$ rm -frv side_menu
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip

