Skip to content

Commit

Permalink
Merge pull request #30 from reclaimprotocol/reogranzie
Browse files Browse the repository at this point in the history
chore: update docs
  • Loading branch information
adithyaakrishna authored Dec 2, 2024
2 parents 4106afb + 99fa1a0 commit 4cece1c
Show file tree
Hide file tree
Showing 57 changed files with 111 additions and 98 deletions.
48 changes: 3 additions & 45 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,63 +22,21 @@
"flutter": {
"title": "Flutter"
},
"sdk": {
"title": "Other SDKs"
},
"backend": {
"title": "Backend Flow"
},
"advance-configurations": {
"title": "Advance Configurations"
},
"zkfetch": {
"title": "zkFetch"
},
"oauth-react": {
"title": "OAuth ReactJS"
},
"oauth-js": {
"title": "OAuth Javascript"
},
"solidity": {
"title": "Solidity"
},
"solana": {
"title": "Solana"
},
"cosmos": {
"title": "Cosmos"
},
"sui": {
"title": "Sui"
},
"gear": {
"title": "Gear"
},
"near": {
"title": "NEAR"
},
"polkadot": {
"title": "Polkadot"
},
"alephzero": {
"title": "Aleph Zero"
},
"cardano": {
"title": "Cardano"
},
"stellar": {
"title": "Stellar"
},
"lukso": {
"title": "LUKSO"
},
"starknet": {
"title": "Starknet"
},
"aptos": {
"title": "Aptos"
},
"mina": {
"title": "Mina"
},
"--3": {
"type": "separator",
"title": "Resources"
Expand Down
57 changes: 4 additions & 53 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import { Cards, Card } from 'nextra/components';
import MakeIcon from '../components/MakeIcon';
import SdkCard from '../components/SdkCard';
import Image from 'next/image';

# Reclaim Protocol SDKs

_Reclaim SDKs make it simple to bring user activity, reputation, and identity from external websites into your own platform._
Expand Down Expand Up @@ -42,51 +37,7 @@ Additionally, for the technically curious here are some more resources
<br />
Reclaim Protocol unlocks a new design space for applications to be built. If you are building a new application, we would
love to talk to you. Ask your questions on our [Telegram group](https://t.me/protocolreclaim), and the developers and founders
of Reclaim Protocol will respond to you directly! ### Integrate Reclaim Protocol in your products
<div>
<br />
<Cards>
<SdkCard
title="NodeJs"
subtitle="Integrate on Backend"
link="js/backend-example"
iconName="node"
tag="Recommended"
/>
<SdkCard
title="React"
subtitle="Integrate on Web"
link="js/frontend-example"
iconName="reactjs"
tag="Quick Start"
/>
<SdkCard
title="React Native"
subtitle="Integrate on Mobile"
link="react-native"
iconName="react_native"
tag="Mobile app"
/>
<SdkCard title="Solidity" subtitle="Integrate on EVM" link="solidity" iconName="solidity" tag="On-chain" />
<SdkCard title="Flutter" subtitle="Integrate on Mobile" link="flutter" iconName="flutter" tag="Mobile app" />
<SdkCard title="Solana" subtitle="Integrate on Solana" link="solana" iconName="solana" tag="On-chain" />
<SdkCard title="Cosmos" subtitle="Integrate on Cosmos" link="cosmos" iconName="cosmos" tag="On-chain" />
<SdkCard title="Sui" subtitle="Integrate on Sui" link="sui" iconName="sui" tag="On-chain" />
<SdkCard title="Gear" subtitle="Integrate on Gear" link="gear" iconName="gear" tag="On-chain" />
<SdkCard title="NEAR" subtitle="Integrate on NEAR" link="near" iconName="near" tag="On-chain" />
<SdkCard title="Polkadot" subtitle="Integrate on Polkadot" link="polkadot" iconName="polka" tag="On-chain" />
<SdkCard
title="Aleph Zero"
subtitle="Integrate on Aleph Zero"
link="alephzero"
iconName="alephzero"
tag="On-chain"
/>
<SdkCard title="Cardano" subtitle="Integrate on Cardano" link="cardano" iconName="cardano" tag="On-chain" />
<SdkCard title="Stellar" subtitle="Integrate on Stellar" link="stellar" iconName="stellar" tag="On-chain" />
<SdkCard title="Lukso" subtitle="Integrate on Lukso" link="lukso" iconName="lukso" tag="On-chain" />
<SdkCard title="Starknet" subtitle="Integrate on Starknet" link="starknet" iconName="starknet" tag="On-chain" />
<SdkCard title="Aptos" subtitle="Integrate on Aptos" link="aptos" iconName="aptos" tag="On-chain" />
<SdkCard title="Mina" subtitle="Integrate on Mina" link="mina" iconName="mina" tag="On-chain" />
</Cards>
</div>
of Reclaim Protocol will respond to you directly!



49 changes: 49 additions & 0 deletions pages/sdk/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"index": "SDKs",
"quickstart": "Quickstart",
"zkfetch": {
"title": "zkFetch"
},
"solidity": {
"title": "Solidity"
},
"solana": {
"title": "Solana"
},
"cosmos": {
"title": "Cosmos"
},
"sui": {
"title": "Sui"
},
"gear": {
"title": "Gear"
},
"near": {
"title": "NEAR"
},
"polkadot": {
"title": "Polkadot"
},
"alephzero": {
"title": "Aleph Zero"
},
"cardano": {
"title": "Cardano"
},
"stellar": {
"title": "Stellar"
},
"lukso": {
"title": "LUKSO"
},
"starknet": {
"title": "Starknet"
},
"aptos": {
"title": "Aptos"
},
"mina": {
"title": "Mina"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 55 additions & 0 deletions pages/sdk/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
import { Cards, Card } from 'nextra/components';
import MakeIcon from '../../components/MakeIcon';
import SdkCard from '../../components/SdkCard';
import Image from 'next/image';


### Integrate Reclaim Protocol in your products

<div>
<br />
<Cards>
<SdkCard
title="NodeJs"
subtitle="Integrate on Backend"
link="js/backend-example"
iconName="node"
tag="Recommended"
/>
<SdkCard
title="React"
subtitle="Integrate on Web"
link="js/frontend-example"
iconName="reactjs"
tag="Quick Start"
/>
<SdkCard
title="React Native"
subtitle="Integrate on Mobile"
link="react-native"
iconName="react_native"
tag="Mobile app"
/>
<SdkCard title="Solidity" subtitle="Integrate on EVM" link="sdk/solidity" iconName="solidity" tag="On-chain" />
<SdkCard title="Flutter" subtitle="Integrate on Mobile" link="flutter" iconName="flutter" tag="Mobile app" />
<SdkCard title="Solana" subtitle="Integrate on Solana" link="sdk/solana" iconName="solana" tag="On-chain" />
<SdkCard title="Cosmos" subtitle="Integrate on Cosmos" link="sdk/cosmos" iconName="cosmos" tag="On-chain" />
<SdkCard title="Sui" subtitle="Integrate on Sui" link="ssdk/ui" iconName="sui" tag="On-chain" />
<SdkCard title="Gear" subtitle="Integrate on Gear" link="sdk/gear" iconName="gear" tag="On-chain" />
<SdkCard title="NEAR" subtitle="Integrate on NEAR" link="sdk/near" iconName="near" tag="On-chain" />
<SdkCard title="Polkadot" subtitle="Integrate on Polkadot" link="sdk/polkadot" iconName="polka" tag="On-chain" />
<SdkCard
title="Aleph Zero"
subtitle="Integrate on Aleph Zero"
link="alephzero"
iconName="alephzero"
tag="On-chain"
/>
<SdkCard title="Cardano" subtitle="Integrate on Cardano" link="sdk/cardano" iconName="cardano" tag="On-chain" />
<SdkCard title="Stellar" subtitle="Integrate on Stellar" link="sdk/stellar" iconName="stellar" tag="On-chain" />
<SdkCard title="Lukso" subtitle="Integrate on Lukso" link="sdk/lukso" iconName="lukso" tag="On-chain" />
<SdkCard title="Starknet" subtitle="Integrate on Starknet" link="sdk/starknet" iconName="starknet" tag="On-chain" />
<SdkCard title="Aptos" subtitle="Integrate on Aptos" link="sdk/aptos" iconName="aptos" tag="On-chain" />
<SdkCard title="Mina" subtitle="Integrate on Mina" link="sdk/mina" iconName="mina" tag="On-chain" />
</Cards>
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4cece1c

Please sign in to comment.