Documentation
You can optionally add a "Documentation" element in the RoleTypeUiConfig. This appears after Home (if present) and before any WebActionRefs. Home itself is an element of type WebActionRef. When provided, it will add the "Documentation" sub-menu to the Quick Links menu.
<ModuleUiMetaModel>	<WebInfo>		<!-- menu actions.... -->		<WebAction name="HelpAction">			<URL>/oms/public/help.html</URL>		</WebAction>    		<!-- menu action groups ... -->   		<RoleTypeUiConfig>			<!-- roletype ref-->     			<Help name="HelpAction"/>      			<!-- quick launches -->			<!-- menu action groups for role type -->		</RoleTypeUiConfig>	</WebInfo></ModuleUiMetaModel>