Skip to content

Commit c34142b

Browse files
committed
Enable worldcoin docs
1 parent eeca6ca commit c34142b

7 files changed

+23
-28
lines changed

docs/ecosystem/worldcoin-state-replication/api-reference.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
draft: true
32
sidebar_label: "API reference"
43
description: "This page contains technical resources related to the World ID State Replication."
54
---

docs/ecosystem/worldcoin-state-replication/guide-state-replication-for-world-id.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
draft: true
32
title: "Setting up State Replication for World ID"
43
---
54
import OutLink from "@site/src/components/OutLink";

docs/ecosystem/worldcoin-state-replication/overview.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
draft: true
32
slug: /ecosystem/worldcoin-state-replication
43
description: World ID State Replication makes it possible to use World ID on any EVM-compatible chain.
54
---

docs/ecosystem/worldcoin-state-replication/smart-contracts-reference.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
draft: true
32
sidebar_label: Smart contracts reference
43
description: 'Information about the smart contracts used in the WorldCoin State Replication.'
54
---

docs/ecosystem/worldcoin-state-replication/tutorial-using-world-id-zero-knowledge-proofs-in-avalanche-dapp.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Using World ID State Replication in a DApp
3-
draft: true
43
---
54
import OutLink from "@site/src/components/OutLink";
65
import IdealImage from '@site/src/components/IdealImage';

sidebars.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ const sidebars = {
139139
'ecosystem/polygon-id-state-replication/api-reference',
140140
],
141141
},
142-
// {
143-
// type: 'category',
144-
// label: 'WorldCoin State Replication',
145-
// link: {type: 'doc', id: 'ecosystem/worldcoin-state-replication/overview'},
146-
// collapsed: true,
147-
// items: [
148-
// 'ecosystem/worldcoin-state-replication/guide-state-replication-for-world-id',
149-
// 'ecosystem/worldcoin-state-replication/tutorial-using-world-id-zero-knowledge-proofs-in-avalanche-dapp',
150-
// 'ecosystem/worldcoin-state-replication/smart-contracts-reference',
151-
// 'ecosystem/worldcoin-state-replication/api-reference',
152-
// ],
153-
// },
142+
{
143+
type: 'category',
144+
label: 'WorldCoin State Replication',
145+
link: {type: 'doc', id: 'ecosystem/worldcoin-state-replication/overview'},
146+
collapsed: true,
147+
items: [
148+
'ecosystem/worldcoin-state-replication/guide-state-replication-for-world-id',
149+
'ecosystem/worldcoin-state-replication/tutorial-using-world-id-zero-knowledge-proofs-in-avalanche-dapp',
150+
'ecosystem/worldcoin-state-replication/smart-contracts-reference',
151+
'ecosystem/worldcoin-state-replication/api-reference',
152+
],
153+
},
154154
{
155155
type: 'html',
156156
value: `

src/pages/index.tsx

+11-11
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ const ecosystemCards: HomeCard[] = [
152152
],
153153
url: '/ecosystem/proof-of-humanity/',
154154
},
155-
// {
156-
// title: 'WorldCoin Cross-Chain State Replication',
157-
// IconName: ForEveryHumanIcon,
158-
// list: [
159-
// [
160-
// 'Use your World ID on any EVM-compatible chain',
161-
// 'Cost-efficient scalability with on-demand state replication',
162-
// ],
163-
// ],
164-
// url: '/ecosystem/worldcoin-state-replication/',
165-
// },
155+
{
156+
title: 'WorldCoin Cross-Chain State Replication',
157+
IconName: ForEveryHumanIcon,
158+
list: [
159+
[
160+
'Use your World ID on any EVM-compatible chain',
161+
'Cost-efficient scalability with on-demand state replication',
162+
],
163+
],
164+
url: '/ecosystem/worldcoin-state-replication/',
165+
},
166166
{
167167
title: 'Polygon ID Cross-Chain State Replication',
168168
IconName: PolygonIcon,

0 commit comments

Comments
 (0)