view docs/api/02_components.md @ 874:f4608e2e80ce

data: Optimize page data creation. `datetime.strftime` was pretty costly so it's no lazily-computed in some places, and replaced with some better alternative elsewhere.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Jun 2017 07:31:50 -0700
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')}}