Make sure you are on master branch
- Open
modules.ymlfile. - Find the appropriate topic and sub-topic for you module. For example, assuming that you want to share an awesome gateway, you need to go:
services:
title: Services
gateway:
title: Gateway
entries:
# Add you module here- Create new entry using this format
- name: my-awesome-module-name
link: https://www.link-to-my-repo.com
desc: String that supports Markdown syntax.
author: Your NameIf your desc: starts with a special char please add an escape char (\)
Example of an INVALID desc::
desc: [MoleculerJS](https://moleculer.services/)Example of a VALID desc::
desc: \[MoleculerJS](https://moleculer.services/)