diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-11 01:11:31 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-11 01:11:31 +0100 |
commit | f65f5e05973a10a242557bd26b1e5fc9488b7b49 (patch) | |
tree | 9068b7fbb89b0f25e18f7eaf6796389a8778f199 | |
parent | 45dcca2fcbf5ed5e8b9534c3604434fac4612171 (diff) | |
parent | c5c632f8ff9228930e73a618463bcd1aa415c0ea (diff) | |
download | nextcloud-server-f65f5e05973a10a242557bd26b1e5fc9488b7b49.tar.gz nextcloud-server-f65f5e05973a10a242557bd26b1e5fc9488b7b49.zip |
Merge pull request #14074 from RealRancor/documents_preview_notes
Add hint for troubleshooting MS Word previews
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 0f8abb5d5e5..42ef59f079c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -669,6 +669,10 @@ $CONFIG = array( * - OC\Preview\StarOffice * - OC\Preview\SVG * - OC\Preview\TIFF + * + * .. note:: Troubleshooting steps for the MS Word previews are available + * at the :doc:`collaborative_documents_configuration#troubleshooting` section + * of the Administrators Manual. * * The following providers are not available in Microsoft Windows: * |