Skip to content

Commit

Permalink
fix(docs): AsciinemaPlayer and DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Aug 12, 2023
1 parent 42409f9 commit 80f24c5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 30 deletions.
18 changes: 8 additions & 10 deletions docs/01-getting-started/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ Preferably, you should run the setup from inside an existing repository. NUKE wi

During the setup, you'll be asked several questions to configure your build to your preferences:

<p style={{maxWidth:'700px'}}>
<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"
loop={true}/>
</p>
<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"
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
19 changes: 9 additions & 10 deletions docs/06-global-tool/00-shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,12 @@ complete -fc nuke --arguments '(nuke :complete (commandline -cp))'

You can complete targets, parameters, and enumeration values by hitting the <kbd>TAB</kbd> key:

<p style={{maxWidth: '750px'}}>
<AsciinemaPlayer
src="/casts/shell-completion.cast"
idleTimeLimit={1}
autoplay={true}
poster="npt:12.077312"
preload={true}
// terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
loop={true}/>
</p>
<AsciinemaPlayer
src="/casts/shell-completion.cast"
maxWidth="750px"
idleTimeLimit={1}
autoplay={true}
poster="npt:12.077312"
preload={true}
// terminalFontFamily="'JetBrains Mono', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace"
loop={true}/>
18 changes: 8 additions & 10 deletions docs/06-global-tool/02-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ On macOS you can also choose to generate a password and save it to your [keychai

Afterwards, you can choose from a list of secret parameters, to either set or update their values, and finally accept or discard your changes:

<p style={{maxWidth:'700px'}}>
<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"
loop={true}/>
</p>
<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"
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 80f24c5

Please sign in to comment.