Skip to content

Commit

Permalink
feat(guide): update articles [RELEASE ONLY]
Browse files Browse the repository at this point in the history
- Everything except BTC values in sats
- fixed typos in labeling
- URI handlers
- PIN section updated (50 digits)
- BTC-only firmware
  • Loading branch information
matejkriz committed Aug 9, 2022
1 parent 4ddcf5c commit 5a84d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-data/src/guide/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { resolve, join } from 'path';

export const GITBOOK_SOURCE = 'https://github.com/trezor/trezor-suite-guide.git';
export const GITBOOK_REVISION = '4ea34d3bb07036a747baa329065eba1a519c7698';
export const GITBOOK_REVISION = '84e09952a6223b96b3fc266bb55d99875330f6ce';
export const TMP = join(resolve(__dirname, '../..'), 'tmp', 'guide');
// Path to the GitBook assets. Relative to TMP.
export const GITBOOK_ASSETS_DIR_PREFIX = '.gitbook';
Expand Down

0 comments on commit 5a84d47

Please sign in to comment.