diff --git a/docs/technical-guide/developer/abstraction-levels.md b/docs/technical-guide/developer/abstraction-levels.md index b2cd59d0b6..361b007691 100644 --- a/docs/technical-guide/developer/abstraction-levels.md +++ b/docs/technical-guide/developer/abstraction-levels.md @@ -1,5 +1,6 @@ --- 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 diff --git a/docs/technical-guide/developer/backend.md b/docs/technical-guide/developer/backend.md index 0f60c928d7..f2e7bc4d15 100644 --- a/docs/technical-guide/developer/backend.md +++ b/docs/technical-guide/developer/backend.md @@ -1,5 +1,6 @@ --- 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 # diff --git a/docs/technical-guide/getting-started/elestio.md b/docs/technical-guide/getting-started/elestio.md index 0723ba0f16..b6dc49af2a 100644 --- a/docs/technical-guide/getting-started/elestio.md +++ b/docs/technical-guide/getting-started/elestio.md @@ -1,5 +1,6 @@ --- 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 diff --git a/docs/user-guide/design-systems/design-tokens.njk b/docs/user-guide/design-systems/design-tokens.njk index ec8a21aa0b..3a328fe5a8 100644 --- a/docs/user-guide/design-systems/design-tokens.njk +++ b/docs/user-guide/design-systems/design-tokens.njk @@ -1,6 +1,7 @@ --- title: Design Tokens 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. ---