mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 14:46:15 +02:00
📚 Merge penpot/penpot-docs repository
This commit is contained in:
parent
3932054ea6
commit
88296480ec
665 changed files with 17621 additions and 0 deletions
48
docs/plugins/index.njk
Normal file
48
docs/plugins/index.njk
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue