-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing guide
Eric Miguel edited this page Feb 13, 2021
·
3 revisions
- create a new context menu: the name must follow
{model name}-menu.yml
pattern. - create a new markdown file in the articles page:
{model name}.md
. - update the top navigation
navigation.yml
and insert your model in the list. - make sure you edit the
models-summary.yml
file and insert your model in the list.
Operational models encyclopedia use Bulma as CSS framework.
<div class="title is-5 mt-5" id="section-title">Section title</div>
<figure class="is-flex is-justify-content-center">
<img alt="alternative text" src="{{ site.baseurl }}/...">
</figure>
Follow the default markdown formatting.