Add documentation and release notes to a MARS app
This chapter describes the steps needed to add or change the documentation or release notes of a MARS app.
Add documentation
To add documentation to a MARS app, follow these steps:
- Make sure there is a subfolder in the root of PP_FILE_STORE with an identical name as the MARS app.
- Create a Markdown file readme.md and save it in the subfolder. For a cheatsheet about the Markdown format, refer to https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.
- Add documentation content to the markdown file. Make sure that the documentation is clear and complete. See Documentation Guidelines for more information on documentation guidelines.
- Go to the MARS app in .
- Select Edit.
- Specify the documentation path in Documentation Path.
Edit the Markdown file
If the MARS App contains a Pagebuilder file, you can open and edit the Markdown file
in PAGEBUILDER. To do so:
- Open a Pagebuilder file that is part of the MARS App.
- On the tab Cfapp on the left side.
- Select the readme.md file.
- Edit the readme.md file. You can see the result while editing.
Add release notes
To add release notes to a MARS app, follow these steps:
- Make sure there is a subfolder in the root of PP_FILE_STORE with an identical name as the MARS app.
- Create a Markdown file changelog.md and save it in the subfolder.
- Add content to the markdown file.
- Go to the MARS app in .
- Select Edit.
- Specify the path of the release notes in Documentation Path.