ZCML File
meta.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:meta="http://namespaces.zope.org/meta"
    >
<meta:directives
    namespace="http://namespaces.zope.org/help"
    >
</meta:directives>
<meta:provides
    feature="onlinehelp"
    />
</configure>