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
27 changes: 26 additions & 1 deletion apps/docs/src/pages/en/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,32 @@ export default {
title: "Wiki",
route: "/wiki",
},
'--': {
'-': {
type: 'separator',
},
playground: {},
'-': {
type: 'separator',
},
packages: {
title: "Packages",
route: "/packages",
},
'-': {
type: 'separator',
},
starter_template: {
title: "Starter Template",
route: "/starter_template",
},
'-': {
type: 'separator',
},
contracts: {
title: "Contracts",
route: "/contracts",
},
'-': {
type: 'separator',
},
examples: {
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/src/pages/en/contracts/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"tokenization": {
title: "Tokenization",
route: "/tokenization",
},
};
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: AMM
title: Introduction
description: Introduction
asIndexPage: true
sidebarTitle: AMM
sidebarTitle: Introduction
---

# 🚧 Coming Soon 🚀
22 changes: 3 additions & 19 deletions apps/docs/src/pages/en/examples/_meta.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
export default {
"examples": {
title: "Midnight examples",
route: "/examples",
"swap_minting": {
title: "Swap & Minting",
route: "/swap_minting",
},
"auction-token": {
title: "Auction & Token",
route: "/auction-token",
},
"sea-battle": {
title: "Sea Battle",
route: "/sea-battle",
},
"voting": {
title: "Voting",
route: "/voting",
},
"amm": {
title: "AMM",
route: "/amm",
},
};
8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/examples/auction-token/0001.mdx

This file was deleted.

76 changes: 0 additions & 76 deletions apps/docs/src/pages/en/examples/examples/0002.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/examples/sea-battle/0001.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Voting
title: Introduction
description: Introduction
asIndexPage: true
sidebarTitle: Voting
sidebarTitle: Introduction
---

# 🚧 Coming Soon 🚀
6 changes: 6 additions & 0 deletions apps/docs/src/pages/en/packages/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"wallet_widget": {
title: "Wallet Widget",
route: "/wallet_widget",
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: React ready-to-use components
asIndexPage: true
sidebarTitle: Wallet UI Components
---
import { Callout } from "nextra/components";

# Wallet UI Components

Expand Down Expand Up @@ -35,25 +34,5 @@ export default function Home() {
);
}
```
<Callout type="info" emoji="ℹ️">
Output of the component
</Callout>

import { MidnightMeshProvider, MidnightWallet } from "@meshsdk/midnight-react";
import "@meshsdk/midnight-react/styles.css";
import * as pino from "pino";

export function Wallet() {
const logger = pino.pino({
level: "trace",
});
return (
<MidnightMeshProvider logger={logger}>
<div className="mt-5">
<MidnightWallet />
</div>
</MidnightMeshProvider>
);
}

<Wallet />

8 changes: 8 additions & 0 deletions apps/docs/src/pages/en/playground.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Playground
description: Midnight Playground
asIndexPage: true
sidebarTitle: Playground
---

# 🚧 Coming Soon 🚀
8 changes: 8 additions & 0 deletions apps/docs/src/pages/en/starter_template/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Initialize
description: Initialize your project
asIndexPage: true
sidebarTitle: Initialize
---

# 🚧 Coming Soon 🚀
8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/0_to_get_oriented/0001.md

This file was deleted.

8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/1_theory_and_comparison/1001.md

This file was deleted.

8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/1_theory_and_comparison/1002.md

This file was deleted.

8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/2_getting_hands_on/2001.md

This file was deleted.

8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/3_smart_contracts_lib/3001.md

This file was deleted.

29 changes: 8 additions & 21 deletions apps/docs/src/pages/en/wiki/_meta.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
export default {
index: {},
"0_to_get_oriented": {
title: "To get oriented",
route: "/0_to_get_oriented",
},
"1_theory_and_comparison": {
title: "Theory and comparison",
route: "/1_theory_and_comparison",
},
"2_getting_hands_on": {
title: "Getting hands on",
route: "/2_getting_hands_on",
},
"3_smart_contracts_lib": {
title: "Smart Contracts Lib",
route: "/3_smart_contracts_lib",
},
"4_react_components": {
title: "React Components",
route: "/4_react_components",
},
training: {
title: "Training",
route: "/training",
},
academy: {},
blogs: {},
diaries: {},
hackathons: {},
};
13 changes: 13 additions & 0 deletions apps/docs/src/pages/en/wiki/academy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Academy
description: Midnight Academy
asIndexPage: true
sidebarTitle: Academy
---

# Midnight Developer Academy
Welcome to the Midnight Developer Academy — your guided journey into blockchain development with a focus on zero-knowledge proofs, privacy, and the Midnight platform.

Whether you're just getting started or looking to sharpen your skills, each module is designed to build your understanding step by step — from foundational concepts to building full DApps.

### [Academy ->](https://docs.midnight.network/academy/)
11 changes: 11 additions & 0 deletions apps/docs/src/pages/en/wiki/blogs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Blogs
description: Midnight Blogs
asIndexPage: true
sidebarTitle: Blogs
---

# What’s new at Midnight
Stay up to date with the latest developments – including innovations that harness Midnight’s data protection capabilities, news on network updates, and everything you need to know about contributing to the Midnight network.

### [Blogs ->](https://midnight.network/blog)
11 changes: 11 additions & 0 deletions apps/docs/src/pages/en/wiki/diaries.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Diaries
description: Midnight Diaries
asIndexPage: true
sidebarTitle: Diaries
---

# Midnight Diaries
Explore Midnight latest updates

### [Diaries ->](https://docs.midnight.network/blog/)
11 changes: 11 additions & 0 deletions apps/docs/src/pages/en/wiki/hackathons.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Hackathons
description: Midnight Hackathons
asIndexPage: true
sidebarTitle: Hackathons
---

# Midnight Hackathons
Explore Midnight latest hackathons

### [Hackathons ->](https://midnight.network/hackathon/)
8 changes: 0 additions & 8 deletions apps/docs/src/pages/en/wiki/index.mdx

This file was deleted.

Loading