diff --git a/README.md b/README.md index 1cbf6f21..5c5d9edb 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ ## Contents - [Overview](#overview) -- End User Guide - - [Develop an App](#develop-an-app) -- [Running the Tests](#running-the-tests) - [Deploying and Installing Apps](#deploying-and-installing-apps) +- [Develop an App](#develop-an-app) +- [Running the Tests](#running-the-tests) ## Overview @@ -17,6 +16,10 @@ This plugin serves as the core of the Mattermost Apps Framework. It extends the Join the [Mattermost Apps channel](https://community.mattermost.com/core/channels/mattermost-apps) on our community server to discuss technical details and use cases for the app you're creating. +## Deploying and Installing Apps + +See [documentation](https://developers.mattermost.com/integrate/apps/deploy/) + ## Develop an App Refer to the [Mattermost Apps Quick Start Guide](https://developers.mattermost.com/integrate/apps/quickstart/) for instructions on how to use the development environment and examples in the [mattermost/mattermost-app-examples](https://github.com/mattermost/mattermost-app-examples) repository. @@ -51,8 +54,6 @@ Change your directory back to `mattermost-plugin-apps` and run the end to end te make test-e2e ``` -## Deploying and Installing Apps -See [documentation](https://developers.mattermost.com/integrate/apps/deploy/)