Skip to content

Commit

Permalink
docs: fix mdx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Oct 31, 2023
1 parent 036ba68 commit 424c371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/01-getting-started/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ During the setup, you'll be asked several questions to configure your build to y
<AsciinemaPlayer
src="/casts/setup.cast"
idleTimeLimit={2}
// autoplay={true}
poster="npt:5.715135"
preload={true}
// terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
loop={true}/>

**Congratulations!** 🥳 Your first build has now been set up, and you can [run the build](03-execution.md) with the default implementation!
Expand Down
2 changes: 1 addition & 1 deletion docs/06-global-tool/00-shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ You can complete targets, parameters, and enumeration values by hitting the <kbd
autoplay={true}
poster="npt:12.077312"
preload={true}
// terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
loop={true}/>
3 changes: 1 addition & 2 deletions docs/06-global-tool/02-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ Afterwards, you can choose from a list of secret parameters, to either set or up
<AsciinemaPlayer
src="/casts/secrets.cast"
idleTimeLimit={2}
// autoplay={true}
poster="npt:4.947343"
preload={true}
// terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
loop={true}/>

When secrets are saved to a parameters file, they are prefixed with `v1:` to indicate the underlying encryption method:
Expand Down

0 comments on commit 424c371

Please sign in to comment.