Skip to content

Commit

Permalink
fix: page title (#3902)
Browse files Browse the repository at this point in the history
* Update introduction.mdx

* Update sidebars.js
  • Loading branch information
jessiemongeon1 authored Dec 18, 2024
1 parent f2baaf6 commit cb31b58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import { GlossaryTooltip } from "/src/components/Tooltip/GlossaryTooltip";


# Introduction
# What are canisters?

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

Expand Down
7 changes: 5 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ const sidebars = {
items: [
{
type: "category",
label: "What are canister smart contracts?",
label: "What are canisters?",
link: {
type: "doc",
id: "developer-docs/smart-contracts/overview/introduction",
},
items: [
"developer-docs/smart-contracts/overview/introduction",
"developer-docs/smart-contracts/overview/inside-canisters",
"developer-docs/smart-contracts/development-workflow",
"developer-docs/smart-contracts/overview/trust-in-canisters",
Expand Down

0 comments on commit cb31b58

Please sign in to comment.