IGB can display formatted text in the right panel of the IGB App Manager. Use this section of the App Manager to describe your App to potential users.
Be sure to include:
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.
To add documentation to your App:
Add a Bundle-Description tag within the instructions tag of the org.apache.felix maven-bundle-plugin section of your pom.xml:
<instructions> <Bundle-Description>${bundleDescription}</Bundle-Description> </instructions> |
Also add the following plugin (as a child of the plugins tag):
<plugin> <groupId>com.lorainelab</groupId> <artifactId>bundle-markdown-encoder</artifactId> <executions> <execution> <goals> <goal>encodeMarkdown</goal> </goals> </execution> </executions> </plugin> |
The IGB App Manager should honor github-flavored markdown, described here: https://help.github.com/articles/github-flavored-markdown/
However, before deploying your Markdown you should test it with the App Manager.