mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
48 lines
1.4 KiB
Text
48 lines
1.4 KiB
Text
---
|
|
layout: layouts/plugins-home.njk
|
|
title: Plugins
|
|
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>
|