view docs/api/02_components.md @ 835:cc9593b9bcbf

Land assets in the correct directory for pages with no pretty_urls override
author Ben Artin <ben@artins.org>
date Tue, 03 Jan 2017 02:34:43 -0500
parents 20fcadaaf871
children
line wrap: on
line source

---
title: Plugin Components
---

Once you've [created a plugin][1], you need to make it provide new _components_.

{% for comp in family.children -%}
* [{{comp.title}}]({{comp.url}})
{% endfor %}

[1]: {{apiurl('plugins')}}