...
IGB can display formatted text in the right panel of the IGB App Manager. Explain how to use your App by creating a README.md (markdown) file - this should reside at the top-level of your App projectUse this section of the App Manager to describe your App to potential users.
Be sure to include:
- High-level overview of what the App does
- How to run the App within IGB
Most Apps add menus, tabs, or other new graphical user interface components to the IGB interface. If your App does this, tell users where to find these new elements and how to use them. You can also link out to external Web sites or include images.
Create README.md file to include with your App
...
- Create a file named README.md
- Save it in the top level of your IGB App project (same level as pom.xml)Edit your pom.xml file as follows
Add Bundle-Description tag to pom.xml
...