Skip to content

Commit

Permalink
fix: rename "stylus-using-cli" to "using-cli" + minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Dec 11, 2024
1 parent d926da1 commit 9daeb8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arbitrum-docs/stylus/cli-tools-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: CLI Tools (cargo-stylus)
sidebar_label: CLI tools overview
---

# CLI tools (cargo-stylus)

The CLI tools provided for Stylus, specifically the `cargo-stylus` tool, are designed to help developers manage, compile, and optimize their Stylus contracts efficiently. This overview provides a summary of the tools available and how to use them effectively.

## Available tools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: using-stylus-cli
id: using-cli
title: 'Using Stylus CLI'
description: 'Get started with Stylus CLI, a Rust toolkit for developing Stylus contracts'
author: 'anegg0'
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ const sidebars = {
items: [
{
type: 'doc',
id: 'stylus/using-stylus-cli',
id: 'stylus/using-cli',
label: 'Overview',
},
{
Expand Down

0 comments on commit 9daeb8d

Please sign in to comment.