Table of contents
No headers
By default, files attached to a page will have a corresponding "Edit" link, allowing editing directly on the server using WebDAV.
There are circumstances where you may not wish to have this feature available, and would prefer not to have the "Edit" link displayed.
This developer forum thread suggests the following solution:
Set $wgWebDavExtensions = array(); in LocalSettings.php.