Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: correct link, not sure it's enough...

...

  1. Make sure the 'main-decorator' of the affected component contains the following statement:
    Code Block
    
    <property-map resource="ComponentNameHelpUrls" map-name="helpUrlsMap" global="true"/>
    
  2. Create or modify the file config/ComponentNameHelpUrls.xml to make the link between the request and the actual page name in the correct language within Confluence at docscwiki.ofbizapache.org/confluence/. To see the nameof the request uncomment the indicated line in 'helpLink.ftl'
  3. Go to docs.ofbiz.org -> OFBIZENDUSER -> Ofbiz End user.OFBiz End User Docs Home
  4. From the page in number 3 (Manager References?) go down the tree until you find the document which is the parent of the new page.
  5. Click the edit button and then click the 'add page' button to create a child page.
  6. Make the title of the page the same as the language title you have created in point 2 and enter the help text on that page

...