Skip to content
Closed
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
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"testnet",
"testnets",
"thirdweb",
"topbar",
"touchpoints",
"tunnelmole",
"tute",
Expand Down
91 changes: 70 additions & 21 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,27 +379,46 @@
]
}
]
},
{
"tab": "Resources",
"menu": [
{
"item": "World Tech Blog",
"href": "https://world.org/blog?blog_type=world-tech"
},
{
"item": "Open Source",
"href": "https://github.com/worldcoin"
},
{
"item": "Whitepaper",
"href": "https://whitepaper.world.org"
},
{
"item": "Ecosystem",
"href": "https://world.org/ecosystem"
}
]
},
{
"tab": "Support",
"menu": [
{
"item": "Telegram Support Channel",
"href": "https://t.me/worlddevelopersupport"
},
{
"item": "Email Support",
"href": "mailto:developers@toolsforhumanity.com"
},
{
"item": "Mini Apps FAQ",
"href": "/mini-apps/more/faq"
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Telegram Support Channel",
"href": "https://t.me/worlddevelopersupport",
"icon": "telegram"
},
{
"anchor": "Email Support",
"href": "mailto:developers@toolsforhumanity.com",
"icon": "envelope"
},
{
"anchor": "GitHub",
"href": "https://github.com/worldcoin",
"icon": "github"
}
]
}
]
},
"logo": {
"light": "/logo/world-developers.svg",
Expand All @@ -423,7 +442,37 @@
"x": "https://x.com/worldnetwork",
"github": "https://github.com/worldcoin",
"discord": "https://world.org/discord"
}
},
"links": [
{
"items": [
{
"label": "About World",
"href": "https://world.org"
},
{
"label": "Developers",
"href": "https://world.org/developers"
},
{
"label": "Whitepaper",
"href": "https://whitepaper.world.org"
},
{
"label": "Open Source",
"href": "https://github.com/worldcoin"
},
{
"label": "Ecosystem",
"href": "https://world.org/ecosystem"
},
{
"label": "Careers",
"href": "https://world.org/careers"
}
]
}
]
},
"contextual": {
"options": [
Expand Down
20 changes: 10 additions & 10 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";
<Visibility for="humans">
<div className="landing-container">

<div style={{ marginBottom: "128px" }}>
<div style={{ marginBottom: "160px" }}>
<h1 className="landing-hero-title" style={{ margin: 0 }}>World Developer Docs</h1>
<div className="landing-hero-sub">
Integrate World ID and deploy on World Chain with official developer documentation.
Expand All @@ -37,7 +37,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";

<a href="/world-id/overview" className="product-card">
<div className="product-card-tile">
<img src="/icons/landing/world-id.svg" alt="" className="product-card-icon" style={{ width: "40px", height: "40px", display: "block" }} />
<img src="/icons/landing/world-id.svg" alt="" className="product-card-icon" style={{ width: "32px", height: "32px", display: "block" }} />
</div>
<div>
<div className="product-card-title" style={{ fontSize: "32px", lineHeight: 1.2, letterSpacing: "-0.32px", fontWeight: 300 }}>Integrate World ID</div>
Expand All @@ -47,7 +47,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";

<a href="/mini-apps" className="product-card">
<div className="product-card-tile">
<img src="/icons/landing/mini-app.svg" alt="" className="product-card-icon" style={{ width: "40px", height: "40px", display: "block" }} />
<img src="/icons/landing/mini-app.svg" alt="" className="product-card-icon" style={{ width: "32px", height: "32px", display: "block" }} />
</div>
<div>
<div className="product-card-title" style={{ fontSize: "32px", lineHeight: 1.2, letterSpacing: "-0.32px", fontWeight: 300 }}>Create a Mini App</div>
Expand All @@ -57,7 +57,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";

<a href="/agents/agent-kit/integrate" className="product-card">
<div className="product-card-tile">
<img src="/icons/landing/agentkit.svg" alt="" className="product-card-icon" style={{ width: "40px", height: "40px", display: "block" }} />
<img src="/icons/landing/agentkit.svg" alt="" className="product-card-icon" style={{ width: "32px", height: "32px", display: "block" }} />
</div>
<div>
<div className="product-card-title" style={{ fontSize: "32px", lineHeight: 1.2, letterSpacing: "-0.32px", fontWeight: 300 }}>AgentKit</div>
Expand All @@ -67,7 +67,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";

<a href="/world-chain" className="product-card">
<div className="product-card-tile">
<img src="/icons/landing/world-chain.svg" alt="" className="product-card-icon" style={{ width: "40px", height: "40px", display: "block" }} />
<img src="/icons/landing/world-chain.svg" alt="" className="product-card-icon" style={{ width: "32px", height: "32px", display: "block" }} />
</div>
<div>
<div className="product-card-title" style={{ fontSize: "32px", lineHeight: 1.2, letterSpacing: "-0.32px", fontWeight: 300 }}>World Chain</div>
Expand All @@ -77,7 +77,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";

</div>

<div style={{ marginBottom: "192px" }}>
<div style={{ marginBottom: "240px" }}>
<DeveloperStories
title="Developer stories"
subtitle="See how developers build trusted, human-centered apps with World."
Expand Down Expand Up @@ -107,8 +107,8 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";
/>
</div>

<div style={{ marginBottom: "128px" }}>
<div className="landing-section-title" style={{ marginBottom: "48px" }}>World Tech Updates</div>
<div style={{ marginBottom: "240px" }}>
<div className="landing-section-title" style={{ marginBottom: "40px" }}>World Tech Updates</div>
<div className="landing-updates">
<a className="landing-update" href="https://world.org/blog/engineering/world-chain-full-block-access-lists" target="_blank" rel="noopener noreferrer">
<div className="landing-update-title">World Chain launches full block access lists</div>
Expand All @@ -123,7 +123,7 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";
<p className="landing-update-desc">The new World ID 4.0 upgrade introduces account abstraction with multi-key support, transforming a World ID from a single secret into an abstract record in a public registry. This increases protocol resilience by allowing the introduction of multiple key support, portability, recovery and improved privacy.</p>
</a>
</div>
<a href="https://world.org/blog/engineering" target="_blank" rel="noopener noreferrer" className="landing-link" style={{ display: "inline-block", fontSize: "16px", marginTop: "32px", textDecoration: "none" }}>
<a href="https://world.org/blog?blog_type=world-tech" target="_blank" rel="noopener noreferrer" className="landing-link" style={{ display: "inline-block", fontSize: "16px", marginTop: "48px", textDecoration: "underline", textUnderlineOffset: "4px" }}>
Go to World Tech
</a>
</div>
Expand Down Expand Up @@ -200,5 +200,5 @@ import { DeveloperStories } from "/snippets/developer-stories.jsx";
- [World Chain launches full block access lists](https://world.org/blog/engineering/world-chain-full-block-access-lists) — World Chain now streams full EIP-7928 block access lists in every flashblock, enabling parallel block verification, faster validation, and a path toward gigagas-per-second throughput without increasing validator hardware requirements.
- [Remainder: World's GKR prover for ML and more](https://world.org/blog/engineering/world-zkgpu-for-ml-and-more) — Remainder (Reasonable Machine Learning Doubly-Efficient Prover) is Tools for Humanity's open-sourced in-house GKR + Hyrax proof system. It enables World's users to run ML models locally over private data and prove that they executed them correctly.
- [Introducing World ID 4.0 - Request for Comments](https://world.org/blog/engineering/introducing-world-id-4.0) — World ID 4.0 introduces account abstraction with multi-key support, transforming a World ID from a single secret into an abstract record in a public registry, improving resilience, portability, recovery and privacy.
- More at [World Tech](https://world.org/blog/engineering).
- More at [World Tech](https://world.org/blog?blog_type=world-tech).
</Visibility>
Loading
Loading