penpot/docs/plugins/index.njk
2025-05-13 08:09:59 +02:00

49 lines
1.5 KiB
Text

---
layout: layouts/plugins-home.njk
title: Plugins
desc: "Get started with Penpot Plugins: Installation, development, and deployment. Access API documentation, examples, templates, and FAQs."
eleventyNavigation:
key: Plugins
order: 5
---
<h1 class="main-title">Plugins</h1>
<ul class="help-sections">
<li class="illus illus-getting-started">
<a href="/plugins/getting-started/">
<h2>Getting started →</h2>
<p>Learn the basics, including introduction, pre-requisites, installation, and plugin fundamentals.</p>
</a>
</li>
<li class="illus illus-create-plugin">
<a href="/plugins/create-a-plugin/">
<h2>Create a plugin →</h2>
<p>How to report bugs, add translations and more.</p>
</a>
</li>
<li class="illus illus-deployment">
<a href="/plugins/deployment">
<h2>Deployment →</h2>
<p>Discover different methods and steps to deploy your plugin.</p>
</a>
</li>
<li class="illus illus-api">
<a href="/plugins/api/">
<h2>API →</h2>
<p>Access detailed documentation on the plugins API for integration and development.</p>
</a>
</li>
<li class="illus illus-examples">
<a href="/plugins/examples-templates/">
<h2>Examples and templates →</h2>
<p>Find examples and starter templates in different frameworks.</p>
</a>
</li>
<li class="illus illus-faq">
<a href="/plugins/faq/">
<h2>FAQs →</h2>
<p>Get quick answers to common questions and troubleshooting tips.</p>
</a>
</li>
</ul>