diff --git a/README.rst b/README.rst index b8f3297ae..758a1e8dc 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,7 @@ Nextcloud Documentation ======================= Documentation is published on ``_. - -The `documentation Wiki `_ is -available for tips, tricks, edge cases, and anyone who wants to contribute more -easily, without having to learn Git and Sphinx. - +To edit it yourself, you need to tinker a bit with Git and Sphinx. See the `Style Guide `_ for formatting and style conventions. Manuals diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 03b234e72..cffabf482 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -85,10 +85,6 @@ is availabe. Setting this option to ``fastcgi_request_buffering off;`` in your n might help with timeouts during the upload. Furthermore it helps if you're running out of disc space on the tmp partition of your system. -For more info how to configure nginx to raise the upload limits see also `this -`_ -wiki entry. - .. note:: Make sure that ``client_body_temp_path`` points to a partition with adequate space for your upload file size, and on the same partition as the ``upload_tmp_dir`` or ``tempdirectory`` (see below). For optimal diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 545c30355..0bdffab50 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -665,7 +665,6 @@ Other Web servers ----------------- * :doc:`nginx` -* `Other HTTP servers (Nextcloud) `_ .. _Nextcloud VM: diff --git a/developer_manual/general/code-of-conduct.rst b/developer_manual/general/code-of-conduct.rst index 5915196b2..a05ec18ee 100644 --- a/developer_manual/general/code-of-conduct.rst +++ b/developer_manual/general/code-of-conduct.rst @@ -28,7 +28,7 @@ Our community is made up of several groups of individuals and organizations whic * Contributors, or those who add value to the project through improving Nextcloud software and its services * Users, or those who add value to the project through their support as consumers of Nextcloud software -This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, wiki, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. +This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. Be considerate --------------