Skip to content

Commit

Permalink
fix: Page title and sidebar order (#2785)
Browse files Browse the repository at this point in the history
* Update install.mdx

* Update sidebars.js
  • Loading branch information
jessiemongeon1 authored Apr 15, 2024
1 parent 031df0b commit 117257a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/developer-docs/smart-contracts/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords: [beginner, tutorial, install, install code, canister install]
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import { GlossaryTooltip } from "/src/components/Tooltip/GlossaryTooltip";

# Compile
# Install

<MarkdownChipRow labels={["Beginner", "Tutorial"]} />

Expand Down
10 changes: 5 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@ const sidebars = {
label: "Create",
id: "developer-docs/smart-contracts/create",
},
{
type: "doc",
label: "Install",
id: "developer-docs/smart-contracts/install",
},
{
type: "doc",
label: "Compile",
id: "developer-docs/smart-contracts/compile",
},
{
type: "doc",
label: "Install",
id: "developer-docs/smart-contracts/install",
},
{
type: "category",
label: "Deploy",
Expand Down

0 comments on commit 117257a

Please sign in to comment.