owncloud-archive / documentation

:blue_book: The ownCloud documentation and manual
https://doc.owncloud.com/
Other
186 stars 168 forks source link

Splitting occ_command.rst into two files for core and apps #4381

Closed mmattel closed 6 years ago

mmattel commented 6 years ago

This PR splits the current occ_command.rst into two files:

occ_command.rst core related and occ_apps_command.rst apps related

occ_command.rst contains all commands for the core system.

occ_apps_command.rst contains now all commands for apps provided by ownCloud. I went thru all repros and added all commands I have identified and described on best effort.

https://github.com/owncloud/core/pull/32387 (Splitting config.sample.php into two files for core and app)

@settermjd please let me know or pls do by yourself how to add the new file into the doc structure to make it visible.

ToDo: Harmonize the layout to tables. Should be done in a seperate PR

FYI @PVince81 @DeepDiver1975 @patrickjahns @phil-davis

settermjd commented 6 years ago

Thanks @mmattel

mmattel commented 6 years ago

@settermjd info

I have added and improved in the meanwhile a lot of content in the new occ_apps_command.rst file. If you watch via restview you will see how professional this looks now 😃 This is the way of UI changes I would like to see in occ_command.rst file too (to be made in seperate PR´s)

mmattel commented 6 years ago

The changes you have made for the occ_apps_command.rst description on top (before the commands are described), could you do those changes in occ_command.rst too so we have that in sync ?

Update: obsolete, I added some general text and synced the files