= metanorma-generic: Metanorma template gem for customisation
Formerly known as metanorma-acme
image:https://img.shields.io/gem/v/metanorma-generic.svg["Gem Version", link="https://rubygems.org/gems/metanorma-generic"] image:https://github.com/metanorma/metanorma-generic/workflows/rake/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-generic/actions?workflow=rake"] image:https://codeclimate.com/github/metanorma/metanorma-acme/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-acme"] image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-generic.svg["Pull Requests", link="https://github.com/metanorma/metanorma-generic/pulls"] image:https://img.shields.io/github/commits-since/metanorma/metanorma-generic/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-generic/releases"]
== Functionality
This gem processes http://www.metanorma.com[Metanorma] documents with a configurable template for document options. It is intended for flavours of Metanorma that do not require extensive gem customisation: these flavours inherit from metanorma-generic, instead of directly from https://github.com/metanorma/metanorma-standoc[metanorma-standoc].
The gem currently inherits from the https://github.com/metanorma/metanorma-standoc[metanorma-standoc] gem, and aligns closely to it.
== Configuration
Gem can be configured in 2 ways:
metanorma.yml
, see metanorma.yml.example
for example.Metanorma::Generic.configuration
method directly; for exampleMore information about how to configure this gem is given in https://www.metanorma.com/builder/topics/simple-adoption/[Simple adoption] on the metanorma.com site.