Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ const config: Config = {
{
docs: {
lastVersion: 'v0.3.x', // TODO: Remove this when v0.5.x is released to mark it as the latest version
versions: {
'v0.4.x': {
label: 'v0.4.x (edge)',
banner: 'none',
},
'v0.3.x': {
label: 'v0.3.x',
banner: 'none',
}
},
sidebarPath: './sidebars.ts',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The setup uses a preconfigured Dev Container that includes all required dependen
Inside the container, run the installation command:

<CodeBlock language="bash">
{`./install.sh --version ${versions.helmChart}`}
{`./install.sh --version ${versions.dockerTag}`}
</CodeBlock>

This command performs the following:
Expand Down Expand Up @@ -207,7 +207,7 @@ The setup uses a preconfigured Dev Container that includes all required dependen
This example requires the Build Plane. If you didn't install it initially, reinstall with:

<CodeBlock language="bash">
{`./install.sh --version ${versions.helmChart} --with-build`}
{`./install.sh --version ${versions.dockerTag} --with-build`}
</CodeBlock>
:::

Expand Down