Skip to content

Commit

Permalink
mention new plugin in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Apr 29, 2021
1 parent 47627ce commit bd18523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Auto has an extensive plugin system and wide variety of official plugins. Make a
- [gradle](./plugins/gradle) - Publish code with gradle
- [maven](./plugins/maven) - Publish code with maven
- [npm](./plugins/npm) - Publish code to npm (`default` when installed through `npm`)
- [sbt](./plugins/sbt) - Publish Scala projects with [sbt](https://www.scala-sbt.org)
- [vscode](./plugins/vscode) - Publish code to the VSCode extension marketplace

**Extra Functionality:**
Expand Down
1 change: 1 addition & 0 deletions docs/pages/docs/_sidebar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Package Manager Plugins
- [Gradle](./generated/gradle)
- [Maven](./generated/maven)
- [NPM](./generated/npm)
- [sbt](./generated/sbt)
- [VSCode](./generated/vscode)

Functionality Plugins
Expand Down

0 comments on commit bd18523

Please sign in to comment.