Skip to content

Commit

Permalink
Update How-to-get-your-addon-listed.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 8, 2016
1 parent f61a30a commit 6e83e36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tutorials/How-to-get-your-addon-listed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
== How to get your addon listed in the website

. Fork the link:https://github.com/forge/website-data/fork[forge/website-data] repository
. Add the necessary addon info in the *addons-community.yaml* file:
. Create a YAML file under *addons/community* named after your addon (_twitter.yaml) in this example) containing the following addon info:
+
[source,yaml]
----
---
id: org.george.twitter:twitter
name: Twitter
description: Setup a Twitter account and tweet away!
Expand All @@ -19,7 +18,6 @@ repo: https://github.com/gastaldi/twitter-addon.git
ref: master
tags: Twitter
logo: https://abs.twimg.com/a/1403183846/images/oauth_application.png
---
----

- id: the groupId:artifactId of your addon
Expand Down

0 comments on commit 6e83e36

Please sign in to comment.