documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Fix configuration parameters description

Open christianlupus opened this issue 3 years ago • 1 comments

The example configuration in the admin docs is currently not ideally structured. Some information pieces are in the wrong section.

This PR tries to move some information into the corresponding action and also to fix some minor syntax issues in the file.

christianlupus avatar Sep 15 '22 07:09 christianlupus

Hey, thanks for your pull request.

The section is auto-generated from https://github.com/nextcloud/server/blob/master/config/config.sample.php

kesselb avatar Sep 17 '22 21:09 kesselb

Hi @christianlupus, please send a pull request to https://github.com/nextcloud/server/ to update the description.

kesselb avatar Dec 14 '22 21:12 kesselb

Hi, @kesselb, I just opened the PR nextcloud/server#35881 to fix this upstream. I cannot test the output currently, as I have not found a way to simulate the auto-generation locally. Can you hint me to a script/program/... to extract the documentation? This would allow me to fix the missing part of the documentation.

Thank you very much!

christianlupus avatar Dec 25 '22 12:12 christianlupus

Hi, please have a look at: https://github.com/nextcloud/nextcloud-config-converter

kesselb avatar Dec 25 '22 15:12 kesselb

Ok, thanks. That helped me to fix one more issue with my changed in the server pr.

christianlupus avatar Dec 27 '22 11:12 christianlupus