/mechanic-2-server

Jekyll for Mechanic 2 extension registry

Primary LanguageCSSMIT LicenseMIT

Mechanic 2

A jekyll site hosted on github.

Adding extensions

  • fork this repo
  • add a <extensionName>.yml file in _data folder
  • make a pull request and wait until one of the admins approves your PR

Extension yml

extensionName: <name of the extensions> 
repository: <url of the repository>
extensionPath: <path relative in the repository to the extension
description: <description>
icon: <url to an png, optional>
developer: <name of the developer>
developerURL: <url of the developer>
tags:
  - <list of tags>
  - <list of tags>
  - <list of tags>