-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathindex.njk
More file actions
49 lines (47 loc) · 1.5 KB
/
index.njk
File metadata and controls
49 lines (47 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
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>