From 7ceefc3c01b1e63cc4bf0ea212ad1c4095f975c9 Mon Sep 17 00:00:00 2001 From: Devin Michael Date: Fri, 4 Sep 2026 10:05:26 +0700 Subject: [PATCH] docs: correct Theme Kit checkout upload scope --- content/docs/storefront/themes/theme-kit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/storefront/themes/theme-kit.mdx b/content/docs/storefront/themes/theme-kit.mdx index 53d8f13..461ee2f 100644 --- a/content/docs/storefront/themes/theme-kit.mdx +++ b/content/docs/storefront/themes/theme-kit.mdx @@ -155,7 +155,7 @@ On success, `ntk init` logs the new theme ID and name, and persists the theme ID To sync files between your local directory and the store, use `ntk push` to upload and `ntk pull` to download. Both upload or download the whole theme by default, and both accept file paths as positional arguments to limit the operation to specific files. -File paths are relative to the theme root. `ntk push` only uploads files inside the theme directories (`assets`, `checkout`, `configs`, `layouts`, `locales`, `partials`, `sass`, `templates`) with valid theme file extensions — a path outside of them is skipped silently, not reported as an error. +File paths are relative to the theme root. `ntk push` only uploads files inside the theme directories (`assets`, `configs`, `layouts`, `locales`, `partials`, `sass`, `templates`) with valid theme file extensions. A path outside those directories is skipped silently. `ntk pull` downloads the `checkout` directory, but `ntk push` skips it because the store does not accept checkout uploads.