diff --git a/README.md b/README.md index 6926ac2..d9e0e53 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ This repository contains modules for the WiFi Pineapple Mark 7. All the community developed modules are here, and developers should create pull requests for any changes to modules, and to submit new modules. +## Contributing +Once you have developed your module idea, you are encouraged to contribute to this repository by submitting a Pull Request with your module! + +Reviewed and Approved pull requests will add your module to the WiFi Pineapple's module download site, where they will be able to be downloaded directly from the WiFi Pineapple management interface. + ## Documentation -* [WiFi Pineapple Mark 7 Module Development Guide](https://docs.hak5.org/hc/en-us/articles/360052162434) -* [WiFi Pineapple Mark 7 REST API](https://docs.hak5.org/hc/en-us/articles/360049854174-WiFi-Pineapple-Mark-VII-REST-API) -* [WiFi Pineapple Mark 7 TypeScript API](https://docs.hak5.org/hc/en-us/articles/360058059233) -* [Contributing to the WiFi Pineapple Mark 7 Modules Repository](https://docs.hak5.org/hc/en-us/articles/360056213714) +Documentation for developing WiFi Pineapple modules can be found on the [developer docs](https://hak5.github.io/mk7-docs) website. It includes an +[introductory guide](https://hak5.github.io/mk7-docs/docs/modules/modules/).