mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge remote-tracking branch 'origin/staging' into develop
Some checks failed
_DEVELOP / build-bundle (push) Has been cancelled
_DEVELOP / build-docker (push) Has been cancelled
_STAGING / build-bundle (push) Has been cancelled
_STAGING / build-docker (push) Has been cancelled
Commit Message Check / Check Commit Message (push) Has been cancelled
CI / Linter (push) Has been cancelled
CI / Common Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Render WASM Tests (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Library Tests (push) Has been cancelled
CI / Build Integration Bundle (push) Has been cancelled
CI / Integration Tests 1/4 (push) Has been cancelled
CI / Integration Tests 2/4 (push) Has been cancelled
CI / Integration Tests 3/4 (push) Has been cancelled
CI / Integration Tests 4/4 (push) Has been cancelled
Some checks failed
_DEVELOP / build-bundle (push) Has been cancelled
_DEVELOP / build-docker (push) Has been cancelled
_STAGING / build-bundle (push) Has been cancelled
_STAGING / build-docker (push) Has been cancelled
Commit Message Check / Check Commit Message (push) Has been cancelled
CI / Linter (push) Has been cancelled
CI / Common Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Render WASM Tests (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Library Tests (push) Has been cancelled
CI / Build Integration Bundle (push) Has been cancelled
CI / Integration Tests 1/4 (push) Has been cancelled
CI / Integration Tests 2/4 (push) Has been cancelled
CI / Integration Tests 3/4 (push) Has been cancelled
CI / Integration Tests 4/4 (push) Has been cancelled
This commit is contained in:
@@ -5,25 +5,8 @@
|
|||||||
localhost:3449 {
|
localhost:3449 {
|
||||||
reverse_proxy localhost:4449
|
reverse_proxy localhost:4449
|
||||||
tls /home/selfsigned.crt /home/selfsigned.key
|
tls /home/selfsigned.crt /home/selfsigned.key
|
||||||
|
|
||||||
log {
|
|
||||||
format console
|
|
||||||
output file /home/penpot/penpot/logs/caddy.access.log {
|
|
||||||
roll_size 10MB # Create new file when size exceeds 10MB
|
|
||||||
roll_keep 5 # Keep at most 5 rolled files
|
|
||||||
roll_keep_for 14d # Delete files older than 14 days
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
http://localhost:3450 {
|
http://localhost:3450 {
|
||||||
reverse_proxy localhost:4449
|
reverse_proxy localhost:4449
|
||||||
log {
|
|
||||||
format console
|
|
||||||
output file /home/penpot/penpot/logs/caddy.access.log {
|
|
||||||
roll_size 10MB # Create new file when size exceeds 10MB
|
|
||||||
roll_keep 5 # Keep at most 5 rolled files
|
|
||||||
roll_keep_for 14d # Delete files older than 14 days
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
nginx
|
nginx
|
||||||
mkdir -p penpot/logs
|
|
||||||
caddy start -c /home/Caddyfile
|
caddy start -c /home/Caddyfile
|
||||||
tail -f /dev/null;
|
tail -f /dev/null;
|
||||||
|
|||||||
@@ -10,19 +10,19 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/account-teams/your-account">
|
<a href="/user-guide/account-teams/your-account">
|
||||||
<h2>Your account →</h2>
|
<h2>Your account →</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Access your account settings and manage personal access tokens</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/account-teams/teams">
|
<a href="/user-guide/account-teams/teams">
|
||||||
<h2>Teams →</h2>
|
<h2>Teams →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Create and manage your teams</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/account-teams/comments/">
|
<a href="/user-guide/account-teams/comments/">
|
||||||
<h2>Comments →</h2>
|
<h2>Comments →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Give and receive feedback right over your designs</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -10,31 +10,31 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/assets">
|
<a href="/user-guide/design-systems/assets">
|
||||||
<h2>Assets →</h2>
|
<h2>Assets →</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Store elements and styles to easily reuse them</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/libraries">
|
<a href="/user-guide/design-systems/libraries">
|
||||||
<h2>Libraries →</h2>
|
<h2>Libraries →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Organize and manage your stored elements with Libraries</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/components">
|
<a href="/user-guide/design-systems/components">
|
||||||
<h2>Components →</h2>
|
<h2>Components →</h2>
|
||||||
<p>Speed your design workflow</p>
|
<p>Speed your design workflow with reusable components</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/variants">
|
<a href="/user-guide/design-systems/variants">
|
||||||
<h2>Variants →</h2>
|
<h2>Variants →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Group components into a single, customizable one</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/design-tokens">
|
<a href="/user-guide/design-systems/design-tokens">
|
||||||
<h2>Design Tokens →</h2>
|
<h2>Design Tokens →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Synchronize visual elements across your designs</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ desc: Use Penpot's libraries for reusable design elements! Learn to create, mana
|
|||||||
---
|
---
|
||||||
<h1 id="libraries">Libraries</h1>
|
<h1 id="libraries">Libraries</h1>
|
||||||
|
|
||||||
<p class="main-paragraph">Libraries may include components, graphics, colors and typographies. Learn how to create and manage them to better organize the pieces of your designs and speed your workflow.</p>
|
<p class="main-paragraph">Libraries may include components, colors and typographies. Learn how to create and manage them to better organize the pieces of your designs and speed your workflow.</p>
|
||||||
|
|
||||||
<h3 id="file-libraries">File libraries</h3>
|
<h3 id="file-libraries">File libraries</h3>
|
||||||
<p>Each file has its own file library which is where the assets that belong to this file are stored.</p>
|
<p>Each file has its own file library which is where the assets that belong to this file are stored.</p>
|
||||||
|
|||||||
@@ -10,31 +10,31 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/workspace-basics">
|
<a href="/user-guide/designing/workspace-basics">
|
||||||
<h2>Workspace basics →</h2>
|
<h2>Workspace basics →</h2>
|
||||||
<p>Workspace basics</p>
|
<p>Get to know the Workspace, where designs are created</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/layers">
|
<a href="/user-guide/designing/layers">
|
||||||
<h2>Layers →</h2>
|
<h2>Layers →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Objects available in Penpot and how to get the most of them</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/color-stroke/">
|
<a href="/user-guide/designing/color-stroke/">
|
||||||
<h2>Color & Strokes→</h2>
|
<h2>Color & Strokes→</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Styling options available for each layer</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/text-typo">
|
<a href="/user-guide/designing/text-typo">
|
||||||
<h2>Text & Typography→</h2>
|
<h2>Text & Typography→</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Styling text content & using custom fonts</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/flexible-layouts">
|
<a href="/user-guide/designing/flexible-layouts">
|
||||||
<h2>Flexible layouts →</h2>
|
<h2>Flexible layouts →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Create designs that adapt automatically</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -10,13 +10,13 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/export-import/export-import-files/">
|
<a href="/user-guide/export-import/export-import-files/">
|
||||||
<h2>Export/Import Penpot files →</h2>
|
<h2>Export/Import Penpot files →</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>How to export and import your Penpot files</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/export-import/exporting-layers/">
|
<a href="/user-guide/export-import/exporting-layers/">
|
||||||
<h2>Exporting layers →</h2>
|
<h2>Exporting layers →</h2>
|
||||||
<p>Exporting layers</p>
|
<p>How to export elements from your design into different file formats</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/first-steps/the-interface">
|
<a href="/user-guide/first-steps/the-interface">
|
||||||
<h2>Interface tour →</h2>
|
<h2>Interface tour →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Take a tour of Penpot's main areas</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -28,7 +28,7 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/first-steps/info">
|
<a href="/user-guide/first-steps/info">
|
||||||
<h2>Tutorials & info →</h2>
|
<h2>Tutorials & info →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Useful resources to better understand Penpot</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -22,49 +22,49 @@ eleventyNavigation:
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/layers/">
|
<a href="/user-guide/designing/layers/">
|
||||||
<h2>Layers</h2>
|
<h2>Layers</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Objects available in Penpot and how to get the most of them</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/designing/flexible-layouts/">
|
<a href="/user-guide/designing/flexible-layouts/">
|
||||||
<h2>Flexible layouts</h2>
|
<h2>Flexible layouts</h2>
|
||||||
<p>Create designs that adapt automatically.</p>
|
<p>Create designs that adapt automatically</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/components/">
|
<a href="/user-guide/design-systems/components/">
|
||||||
<h2>Components</h2>
|
<h2>Components</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Speed your design workflow with reusable components</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/variants/">
|
<a href="/user-guide/design-systems/variants/">
|
||||||
<h2>Variants</h2>
|
<h2>Variants</h2>
|
||||||
<p>Penpot's main areas and features</p>
|
<p>Group components into a single, customizable one</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/design-tokens/">
|
<a href="/user-guide/design-systems/design-tokens/">
|
||||||
<h2>Design Tokens</h2>
|
<h2>Design Tokens</h2>
|
||||||
<p>Penpot's main areas and features</p>
|
<p>Synchronize visual elements across your designs</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/dev-tools/#inspect-design">
|
<a href="/user-guide/dev-tools/#inspect-design">
|
||||||
<h2>Inspect design</h2>
|
<h2>Inspect design</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Get production-ready code</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/prototyping-testing/prototyping/">
|
<a href="/user-guide/prototyping-testing/prototyping/">
|
||||||
<h2>Prototyping</h2>
|
<h2>Prototyping</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Build interactive prototypes to mimic your product behaviour</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/design-systems/libraries/">
|
<a href="/user-guide/design-systems/libraries/">
|
||||||
<h2>Libraries</h2>
|
<h2>Libraries</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Organize and manage your stored elements with Libraries</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -10,13 +10,13 @@ desc: Begin with the Penpot user guide! Get quickstarts, shortcuts, and tutorial
|
|||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/prototyping-testing/prototyping">
|
<a href="/user-guide/prototyping-testing/prototyping">
|
||||||
<h2>Prototyping →</h2>
|
<h2>Prototyping →</h2>
|
||||||
<p>Ways to start with Penpot</p>
|
<p>Build interactive prototypes to mimic your product behaviour</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/user-guide/prototyping-testing/testing-view-mode">
|
<a href="/user-guide/prototyping-testing/testing-view-mode">
|
||||||
<h2>Testing: View mode →</h2>
|
<h2>Testing: View mode →</h2>
|
||||||
<p>Info of interest about Penpot</p>
|
<p>Test your designs and play the interactions</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user