From f1689e681ed27bcf8e298f172a7615a05bd0c59b Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Sat, 16 May 2020 15:01:04 -0700 Subject: [PATCH] add to docs website --- README.md | 2 ++ docs/index.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 24a6a5f20..8efed257d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Auto has an extensive plugin system and wide variety of official plugins. Make a - [chrome](./plugins/chrome) - Publish code to Chrome Web Store - [crates](./plugins/crates) - Publish Rust crates - [cocoapods](./plugins/cocoapods) - Version your [Cocoapod](https://cocoapods.org/), and push to your specs repository! +- [gem](./plugins/gem) - Publish ruby gems - [git-tag](./plugins/git-tag) - Manage your projects version through just a git tag (`default` when used with binary) - [gradle](./plugins/gradle) - Publish code with gradle - [maven](./plugins/maven) - Publish code with maven @@ -223,6 +224,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds + This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/docs/index.md b/docs/index.md index 43a6700b8..336e95f64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,6 +45,7 @@ Package Manager Plugins - [Chrome Web Store](../plugins/chrome/README.md) - [Crates](../plugins/crates/README.md) - [Cocoapod](../plugins/cocoapods/README.md) +- [Gem](../plugins/gem/README.md) - [Git Tag](../plugins/git-tag/README.md) - [Gradle](../plugins/gradle/README.md) - [Maven](../plugins/maven/README.md)