mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
manifestv2: add dummy doc+notifications for tests
This commit is contained in:
parent
9590b53805
commit
c93c064501
6 changed files with 14 additions and 3 deletions
3
manifestv2_app_ynh/doc/ADMIN.md
Normal file
3
manifestv2_app_ynh/doc/ADMIN.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This is a dummy admin doc for this app
|
||||||
|
|
||||||
|
The app install dir is __INSTALL_DIR__
|
|
@ -1,3 +1 @@
|
||||||
Rotate the Hexagon to prevent the blocks from stacking outside the outer grey hexagon!
|
This is a dummy description of this app features
|
||||||
|
|
||||||
HEXTRIS is a fast paced puzzle game inspired by Tetris. Blocks start on the edges of the screen, and fall towards the inner blue hexagon. The objective of the game is to prevent the blocks from stacking outside the area of the grey hexagon. To do this, you must rotate the hexagon to manage different stacks of blocks on each face. Aim to connect 3 or more blocks of the same color: when 3 or more blocks of the same color touch each other, they are destroyed, and the blocks above them slide down! Destroying multiple series of blocks grants combos, whose durations are indicated by a quickly receding outline around the outer, grey hexagon. You lose once blocks on a face of the hexagon stack outside of the outer hexagon!
|
|
||||||
|
|
7
manifestv2_app_ynh/doc/notifications/post_install.md
Normal file
7
manifestv2_app_ynh/doc/notifications/post_install.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
This is a dummy disclaimer to display after the install
|
||||||
|
|
||||||
|
The app url is __DOMAIN____PATH__
|
||||||
|
|
||||||
|
The app install dir is __INSTALL_DIR__
|
||||||
|
|
||||||
|
The app id is __ID__
|
1
manifestv2_app_ynh/doc/notifications/post_upgrade.md
Normal file
1
manifestv2_app_ynh/doc/notifications/post_upgrade.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is a dummy disclaimer to display after upgrades
|
1
manifestv2_app_ynh/doc/notifications/pre_install.md
Normal file
1
manifestv2_app_ynh/doc/notifications/pre_install.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is a dummy disclaimer to display prior to the install
|
1
manifestv2_app_ynh/doc/notifications/pre_upgrade.md
Normal file
1
manifestv2_app_ynh/doc/notifications/pre_upgrade.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is a dummy disclaimer to display prior to any upgrade
|
Loading…
Add table
Reference in a new issue