From b7a8747f005249d7c393992878876b8bb1666a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?andr=C3=A9s=20gonz=C3=A1lez?= Date: Fri, 25 Jul 2025 13:20:39 +0200 Subject: [PATCH] :books: Add doc for tokens zip file import option (#6973) --- docs/user-guide/design-tokens/index.njk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/design-tokens/index.njk b/docs/user-guide/design-tokens/index.njk index df0d4d7698..186de28280 100644 --- a/docs/user-guide/design-tokens/index.njk +++ b/docs/user-guide/design-tokens/index.njk @@ -382,7 +382,15 @@ title: 10ยท Design Tokens

Import Options

-

Single file

+ +

ZIP file

+

You can import tokens from a .zip file. This file can either contain a single JSON file or a folder structure with multiple files. The ZIP import option provides flexibility for organizing your tokens before importing them into Penpot.

+ + +

Single JSON file

You can import a JSON file comprising all tokens, token sets and token themes.

When importing a single file, the first-level keys of the json file will be interpreted as the set name.