From 9d9efac8136a30a6b88da16e8f7df97b327fbd03 Mon Sep 17 00:00:00 2001 From: trezor-ci Date: Fri, 31 Jan 2025 16:41:25 +0000 Subject: [PATCH] chore(suite-data): update guide revision --- packages/suite-data/src/guide/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/suite-data/src/guide/constants.ts b/packages/suite-data/src/guide/constants.ts index 9f25eb19f78..bb84c852ad0 100644 --- a/packages/suite-data/src/guide/constants.ts +++ b/packages/suite-data/src/guide/constants.ts @@ -1,7 +1,7 @@ import { join, resolve } from 'path'; export const GITBOOK_SOURCE = 'https://github.com/trezor/trezor-suite-guide.git'; -export const GITBOOK_REVISION = '4b814751eb8ffdd98f26b2bfc5819572d41a903b'; +export const GITBOOK_REVISION = '9e01b773649180745368a58cdc3d8517e66464e9'; export const TMP = join(resolve(__dirname, '../..'), 'tmp', 'guide'); // Path to the GitBook assets. Relative to TMP. export const GITBOOK_ASSETS_DIR_PREFIX = '.gitbook';