mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
342 B
12 lines
342 B
---
|
|
id: {{ pvd }}
|
|
title: {{ pvd|up_or_title(pvd) }}
|
|
---
|
|
|
|
Node classes list of {{ pvd }} provider.
|
|
{% for typ, classes in typ_classes.items() %}
|
|
## {{ pvd }}.{{ typ }}
|
|
{% for class in classes %}
|
|
- **diagrams.{{ pvd }}.{{ typ }}.{{ class['name'] }}**{% if class['alias'] %}, **{{ class['alias'] }}** (alias){% endif %}{% endfor %}
|
|
{% endfor %}
|