📚 Add metadescriptions to some help center pages (#7821)
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
CI / Code Linter (push) Has been cancelled
CI / Common Tests (push) Has been cancelled
CI / Frontend 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

This commit is contained in:
andrés gonzález
2025-11-25 17:00:14 +01:00
committed by GitHub
parent 33417a4b20
commit aaca2c41d8
4 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
--- ---
title: 3.07. Abstraction levels title: 3.07. Abstraction levels
desc: "Penpot Technical Guide: organize data and logic in clear abstraction layers—ADTs, file ops, event-sourced changes, business rules, and data events."
--- ---
# Code organization in abstraction levels # Code organization in abstraction levels

View File

@@ -1,5 +1,6 @@
--- ---
title: 3.06. Backend Guide title: 3.06. Backend Guide
desc: "Penpot Technical Guide: Backend basics - REPL setup, loading fixtures, database migrations, and clj-kondo linting to speed development workflows."
--- ---
# Backend guide # # Backend guide #

View File

@@ -1,5 +1,6 @@
--- ---
title: 1.2 Install with Elestio title: 1.2 Install with Elestio
desc: "Step-by-step guide to deploy a self-hosted Penpot on Elestio: 3-minute setup, managed DNS/SMTP/SSL/backups, Docker Compose config, updates & support."
--- ---
# Install with Elestio # Install with Elestio

View File

@@ -1,6 +1,7 @@
--- ---
title: Design Tokens title: Design Tokens
order: 5 order: 5
desc: Learn how to create, manage and apply Penpot Design Tokens using W3C DTCG format, with sets, themes, aliases, equations and JSON import/export.
--- ---
<h1 id="design-tokens">Design Tokens</h1> <h1 id="design-tokens">Design Tokens</h1>