Skip to content

Commit

Permalink
Changed the position of deploy and install section
Browse files Browse the repository at this point in the history
  • Loading branch information
Reene-Simon committed Nov 9, 2023
1 parent d09066d commit c49a93c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@

## 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

This plugin serves as the core of the Mattermost Apps Framework. It extends the Mattermost server's API to allow for the creation of feature-rich integrations, with functionality supported on the Mattermost web client and mobile client. Take a look at the [app developer documentation](https://developers.mattermost.com/integrate/apps) for more information.

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.
Expand Down Expand Up @@ -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/)


0 comments on commit c49a93c

Please sign in to comment.