From ed81631c37022ae552b278b384081dd79bafbae6 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Wed, 7 Aug 2024 18:20:22 +0300 Subject: [PATCH] website: re-generate commons --- website/docs/developer/_common/_platform-docker-section.mdx | 4 ++-- website/docs/developer/_common/_platform-native-section.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/developer/_common/_platform-docker-section.mdx b/website/docs/developer/_common/_platform-docker-section.mdx index 86505ee..542ccf5 100644 --- a/website/docs/developer/_common/_platform-docker-section.mdx +++ b/website/docs/developer/_common/_platform-docker-section.mdx @@ -4,7 +4,7 @@ import CodeBlock from '@theme/CodeBlock'; import customField from '@site/src/libs/customField'; -import { durations } from '../../maintainer/_development-durations.mdx' +import { developmentDurations } from '../../maintainer/_development-durations.mdx' {/* ------------------------------------------------------------------------ */} @@ -43,7 +43,7 @@ or, for more verbosity, run the similar development build: `xpm run docker-build-development --config ${ props.platform } -C ~/Work/xpack-dev-tools/riscv-none-elf-gcc-xpack.git/build-assets` } -{ durations[ props.platform ] }, the output of the build script is a compressed +{ developmentDurations[ props.platform ] }, the output of the build script is a compressed archive and its SHA signature, created in the buils-assets/build/{ props.platform }/deploy folder: diff --git a/website/docs/developer/_common/_platform-native-section.mdx b/website/docs/developer/_common/_platform-native-section.mdx index 2671f4e..ef87217 100644 --- a/website/docs/developer/_common/_platform-native-section.mdx +++ b/website/docs/developer/_common/_platform-native-section.mdx @@ -4,7 +4,7 @@ import CodeBlock from '@theme/CodeBlock'; import customField from '@site/src/libs/customField'; -import { durations } from '../../maintainer/_development-durations.mdx' +import { developmentDurations } from '../../maintainer/_development-durations.mdx' {/* ------------------------------------------------------------------------ */} @@ -40,7 +40,7 @@ or, for more verbosity, run the similar development build: `xpm run build-development --config ${ props.platform } -C ~/Work/xpack-dev-tools/riscv-none-elf-gcc-xpack.git/build-assets` } -{ durations[ props.platform ] }, the output of the build script is a compressed +{ developmentDurations[ props.platform ] }, the output of the build script is a compressed archive and its SHA signature, created in the buils-assets/build/{ props.platform }/deploy folder: