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
3 changes: 1 addition & 2 deletions astro.sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ export const sidebar = [
"build/cli/install-cli/install-cli-mac",
"build/cli/install-cli/install-cli-windows",
"build/cli/install-cli/install-cli-linux",
// TODO: this has to be added afterwards because of the link checker
// "build/cli/install-cli/install-cli-asdf",
"build/cli/install-cli/install-cli-asdf",
"build/cli/install-cli/install-cli-specific-version",
],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mise install aptos@7.9.0

If you are looking to install a specific version of the Aptos CLI, we suggest you use ASDF or Mise to handle it for
you.
{/*You can see the installation guide [here](/build/install-cli/install-cli-asdf)*/}
You can see the installation guide [here](#Using-existing-releases)
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The anchor link format is incorrect. Markdown anchor links should be lowercase with hyphens. Change #Using-existing-releases to #using-existing-releases to match the heading 'Using existing releases' on line 10.

Suggested change
You can see the installation guide [here](#Using-existing-releases)
You can see the installation guide [here](#using-existing-releases)

Copilot uses AI. Check for mistakes.
</Aside>

If you need a specific version of the Aptos CLI, you can build it directly from the Aptos source code. This installation
Expand Down
Loading