mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
line break in Adding documentation to your app page
This commit is contained in:
parent
be4d2347e8
commit
15725e2ff3
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,8 @@ routes:
|
||||||
default: '/packaging_app_doc'
|
default: '/packaging_app_doc'
|
||||||
---
|
---
|
||||||
|
|
||||||
Properly documenting your app is important for user experience ;). YunoHost provides several mechanism to display information to users.
|
Properly documenting your app is important for user experience ;).
|
||||||
|
YunoHost provides several mechanism to display information to users.
|
||||||
|
|
||||||
## Extensive description : `doc/DESCRIPTION.md` and `doc/screenshots/`
|
## Extensive description : `doc/DESCRIPTION.md` and `doc/screenshots/`
|
||||||
|
|
||||||
|
@ -34,6 +35,7 @@ These notes will be available in the app info page in the webadmin after the app
|
||||||
## Pre/post-install notes, pre/post-upgrade notes
|
## Pre/post-install notes, pre/post-upgrade notes
|
||||||
|
|
||||||
Sometimes, you may want to display important information to the admin at key points in the app's life cycle. You can do so by providing special markdown files:
|
Sometimes, you may want to display important information to the admin at key points in the app's life cycle. You can do so by providing special markdown files:
|
||||||
|
|
||||||
- `doc/PRE_INSTALL.md`: displayed right before the installation (for example to warn that « This app install is expected to take around 30 minutes, be patient! » or « This app will automatically add 1GB swap to your system »)
|
- `doc/PRE_INSTALL.md`: displayed right before the installation (for example to warn that « This app install is expected to take around 30 minutes, be patient! » or « This app will automatically add 1GB swap to your system »)
|
||||||
- NB: try to not overlap with the anti-feature tags from the catalog (cf Publishing your app in the catalog) which can be used to warn that the app's upstream is alpha-stage or deprecated among other things.
|
- NB: try to not overlap with the anti-feature tags from the catalog (cf Publishing your app in the catalog) which can be used to warn that the app's upstream is alpha-stage or deprecated among other things.
|
||||||
- `doc/POST_INSTALL.md`: displayed in a popup after the installation AND a dismissable note in the webadmin app info view.
|
- `doc/POST_INSTALL.md`: displayed in a popup after the installation AND a dismissable note in the webadmin app info view.
|
||||||
|
|
Loading…
Add table
Reference in a new issue