Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
initial structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranightingale committed Sep 13, 2023
1 parent 8f215ca commit 0373a7c
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/onboarding/24 Signature Minting/0 Overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
slug: /signature-minting
title: Overview
hide_title: true
---

# Signature Minting
7 changes: 7 additions & 0 deletions docs/onboarding/24 Signature Minting/1 How it Works.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
slug: /signature-minting/how-it-works
title: How it Works
hide_title: true
---

# How it Works
7 changes: 7 additions & 0 deletions docs/onboarding/24 Signature Minting/2 Getting Started.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
slug: /signature-minting/getting-started
title: Getting Started
hide_title: true
---

# Getting Started
12 changes: 12 additions & 0 deletions sidebars/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ const sidebars = {
label: "Storage",
href: "/storage",
},
{
type: "link",
label: "Signature Minting",
href: "/signature-minting",
},
{
type: "link",
label: "Wallet SDK",
Expand Down Expand Up @@ -235,6 +240,13 @@ const sidebars = {
},
],

signatureMinting: [
{
type: "autogenerated",
dirName: "24 Signature Minting",
},
],

smartWallet: [
{
type: "autogenerated",
Expand Down
1 change: 1 addition & 0 deletions src/theme/DocSidebarItem/Link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const iconMapping = {
"Wallet SDK": "/assets/product/wallet.png",
"Smart Wallet": "/assets/wallets/smart-wallet.svg",
"Email Wallet": "/assets/wallets/paper.png",
"Signature Minting": "/assets/product/sdk.png",
GamingKit: "/assets/solutions/gaming.png",
CommerceKit: "/assets/solutions/commerce.png",
"Connect Wallet": "/assets/product/connect-wallet.png",
Expand Down
8 changes: 7 additions & 1 deletion src/theme/DocSidebarItems/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ function DocSidebarItems({ items, ...props }) {
},
{
title: "Solutions",
items: ["CommerceKit", "GamingKit", "Minting", "Digital Collectibles"],
items: [
"Signature Minting",
"CommerceKit",
"GamingKit",
"Minting",
"Digital Collectibles",
],
},
{
title: "Resources",
Expand Down

0 comments on commit 0373a7c

Please sign in to comment.