The section describes how to hide the Repository link in the Share
header.
-
Open the <configRootShare>/classes/alfresco/share-config.xml
file.
For example, on Tomcat, the file path for this file will be <TOMCAT_HOME>/webapps/share/WEB-INF/classes/alfresco/share-config.xml
- Locate the <!-- Global config section --> section.
- Copy the entire <header></header> section, and then close the file.
- Open the <web-extension>/share-config-custom.xml file.
-
Locate <!-- Global config section -->.
If you do not see the global configuration section, copy the full example from the share-config.xml file.
- Paste the full <header></header> section into the <config replace="true"></config> section.
-
Locate and comment out the following section from within the
<header></header>:
<item type="link" id="repository">/repository</item>
- Save the share-config-custom.xml file, and then restart the SkyVault server.
The Repository link is now not visible in the Share
banner.
Parent topic: Share repository document library