diff --git a/app/src/config/navigation/protocol.ts b/app/src/config/navigation/protocol.ts
index 6a9d2bd7d..fd5cc4058 100644
--- a/app/src/config/navigation/protocol.ts
+++ b/app/src/config/navigation/protocol.ts
@@ -68,7 +68,7 @@ export const navigation: SectionData[] = [
name: 'Using ENS',
href: '/web',
icon: '📖',
- activePattern: /^\/web(\/.*)?/,
+ activePattern: /^\/d?web(\/.*)?/,
links: [
{
title: '',
@@ -138,6 +138,11 @@ export const navigation: SectionData[] = [
title: 'Subgraph',
href: '/web/subgraph',
},
+ {
+ title: 'Decentralized Web',
+ href: '/dweb/intro',
+ wip: true,
+ },
// {
// title: 'Sign In With Ethereum (SIWE)',
// href: '/web/siwe',
diff --git a/docs/dweb/intro.mdx b/docs/dweb/intro.mdx
new file mode 100644
index 000000000..5f40c8063
--- /dev/null
+++ b/docs/dweb/intro.mdx
@@ -0,0 +1,40 @@
+import { WIP } from '@/components/wip/WIP';
+
+{/* * @type {import('@/lib/mdxPageProps').MdxMetaProps} */}
+export const meta = {
+ description: '',
+ emoji: '🔍',
+ contributors: [
+ 'lucemans'
+ ]
+};
+
+# Hosting a Decentralized Website
+
+
{method.name}