Add documentation to mobile apps
Learn how to add a README and user documentation to mobile apps.
You can add documentation to an app to provide guidance and context for other users.
Write a README
README files are an important part of any programming project. Their purpose is to introduce the codebase to new users and help share important project details with collaborators. All mobile apps include a built-in README file for you to edit. Find the README by clicking the app's title in the toolbar.
Inside the Edit app details modal, there's an Editor README section. This text area accepts Markdown.
Content in the README is only visible to users with Edit or Own permissions on the app. When other editors open the Edit app details modal, they’ll see the rendered Markdown, along with the last editor to update the text, and a timestamp. Editors can click Edit to update the README themselves.
Write user documentation
| User documentation Availability | |||
|---|---|---|---|
| Cloud | Generally Available | ||
| Self-hosted Edge | Generally Available | ||
| Self-hosted Stable | Generally Available | ||
User documentation is visible to your app’s users, and you can use it to explain how your app works or where to report issues.
App editors can access user documentation by clicking the app's title in the toolbar. Inside the Edit app details modal, there's a User documentation section. This text area accepts Markdown.
You can also select Open automatically for new users to display the documentation modal the first time users open the app. Users can find the user documentation at any time by clicking the icon in the lower left corner of the viewport.