Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 7, 2024
1 parent 970b59f commit ed81631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/developer/_common/_platform-docker-section.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

{/* ------------------------------------------------------------------------ */}

Expand Down Expand Up @@ -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`
} </CodeBlock>

{ 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 <code>buils-assets/build/{ props.platform }/deploy</code> folder:

Expand Down
4 changes: 2 additions & 2 deletions website/docs/developer/_common/_platform-native-section.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

{/* ------------------------------------------------------------------------ */}

Expand Down Expand Up @@ -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`
} </CodeBlock>

{ 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 <code>buils-assets/build/{ props.platform }/deploy</code> folder:

Expand Down

0 comments on commit ed81631

Please sign in to comment.