Skip to content

Contributing guide

Eric Miguel edited this page Feb 13, 2021 · 3 revisions

How to create a new model article

  1. create a new context menu: the name must follow {model name}-menu.yml pattern.
  2. create a new markdown file in the articles page: {model name}.md.
  3. update the top navigation navigation.yml and insert your model in the list.
  4. make sure you edit the models-summary.yml file and insert your model in the list.

Model article markdown formatting guide

Operational models encyclopedia use Bulma as CSS framework.

Section titles

<div class="title is-5 mt-5" id="section-title">Section title</div>

Images

<figure class="is-flex is-justify-content-center">
    <img alt="alternative text" src="{{ site.baseurl }}/...">
</figure>

Other elements

Follow the default markdown formatting.

Clone this wiki locally