move requirements to install
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-02-23 08:29:14 +01:00
parent 1a75a588ba
commit fa9a9adb3a
Signed by: deblan
GPG key ID: 579388D585F70417
4 changed files with 25 additions and 21 deletions

View file

@ -1,20 +0,0 @@
---
hide:
- navigation
- toc
---
Requirements
============
## Versions greater or equal than 3.0
* Nextcloud >= 25
* PHP >= 8.0
* App `theming` enabled
## Version less than 3.0
* Nextcloud <= 24
* PHP >= 7.1
* App `theming` enabled

View file

@ -7,6 +7,17 @@ hide:
Installation and upgrade Installation and upgrade
======================== ========================
Requirements
------------
| Version | Nextcloud | PHP | Other |
| :--: | :--: | :--: | :--: |
| 3.x | >= 25 | PHP >= 8.0 | App `theming` enabled |
| 2.x | < 25 | PHP >= 7.1 | App `theming` enabled |
How to
------
Custom menu is available from the [app store](https://apps.nextcloud.com/apps/side_menu). Custom menu is available from the [app store](https://apps.nextcloud.com/apps/side_menu).
```bash ```bash

View file

@ -10,6 +10,12 @@ Bugs and feature requests should be reported with an issue on https://gitnet.fr/
You can also join the official room on Matrix: [#custommenu:neutralnetwork.org](https://matrix.to/#/#custommenu:neutralnetwork.org). You can also join the official room on Matrix: [#custommenu:neutralnetwork.org](https://matrix.to/#/#custommenu:neutralnetwork.org).
| Version | Security | Bug | New feature |
| :--: | :--: | :--: | :--: |
| 3.x | {{ icon.check }} | {{ icon.check }} | {{ icon.check }} |
| 2.x | {{ icon.check }} | {{ icon.check }} | {{ icon.uncheck }} |
| 1.x | {{ icon.uncheck }} | {{ icon.uncheck }} | {{ icon.uncheck }} |
<div id="issues"> <div id="issues">
<h3>Current issue(s)</h3> <h3>Current issue(s)</h3>
</div> </div>

View file

@ -5,12 +5,16 @@ plugins:
- search - search
- social - social
- autolinks - autolinks
- markdownextradata
- redirects: - redirects:
redirect_maps: redirect_maps:
'tips.md': 'faq.md' 'tips.md': 'faq.md'
extra: extra:
generator: false generator: false
icon:
check: ":fontawesome-solid-check:"
uncheck: ":fontawesome-solid-xmark:"
theme: theme:
name: material name: material
@ -26,6 +30,7 @@ theme:
scheme: slate scheme: slate
markdown_extensions: markdown_extensions:
- extra
- admonition - admonition
- pymdownx.highlight: - pymdownx.highlight:
anchor_linenums: true anchor_linenums: true
@ -44,11 +49,13 @@ markdown_extensions:
- pymdownx.details - pymdownx.details
- attr_list - attr_list
- md_in_html - md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav: nav:
- Overview: index.md - Overview: index.md
- Screenshots: screenshots.md - Screenshots: screenshots.md
- Requirements: requirements.md
- Install and upgrade: setup.md - Install and upgrade: setup.md
- FAQ: faq.md - FAQ: faq.md
- Support: support.md - Support: support.md