Home
{# print a navigation link, add active/text-dark class if the current nav item is the current page
# https://www.11ty.dev/docs/data-eleventy-supplied/#page-variable-contents
#}
Examples
{% if 'examples' in page.filePathStem %}
{% endif %}
Plugins
{% if '/plugins/' in page.filePathStem %}
{% endif %}
Docs
{% if 'docs' in page.filePathStem %}
{% endif %}
GitHubNPM