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
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Overview', link: '/overview/welcome' },
{ text: 'Get Started', link: '/overview/welcome' },
{ text: 'Protect Data', link: '/manage-data/what-is-protected-data' },
{ text: 'Build iApp', link: '/build-iapp/what-is-iapp' },
{ text: 'Use iApp', link: '/use-iapp/introduction' },
Expand Down
41 changes: 9 additions & 32 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function getSidebar() {
return {
'/overview/': [
{
text: 'OVERVIEW',
text: 'GET STARTED',
items: [
{ text: '💡 Welcome', link: '/overview/welcome' },
{
Expand All @@ -30,30 +30,13 @@ export function getSidebar() {
},
],
},
{
text: '🚀 Quick Start',
link: '/overview/quick-start',
},
{
text: '📋 Use Cases',
items: [
{ text: 'AI', link: '/overview/use-cases/ai' },
{
text: 'Other Emerging Trends',
link: '/overview/use-cases/other-emerging-trends',
},
{
text: 'Use Case Demos',
link: '/overview/use-case-demo',
collapsed: true,
items: [
{
text: 'Content Creator',
link: '/overview/use-case-demo/content-creator',
},
{
text: 'Web3 Messaging',
link: '/overview/use-case-demo/web3messaging',
},
],
},
],
link: '/overview/use-cases',
},
{
text: '🤖 Use the docs in your AI',
Expand All @@ -64,16 +47,10 @@ export function getSidebar() {
{
text: 'EXPLORERS',
items: [
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
{
text: 'the Explorer',
collapsed: false,
items: [
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
{
text: 'The Graph Explorer',
link: '/overview/the-graph-explorer',
},
],
text: 'TheGraph Explorer',
link: '/overview/the-graph-explorer',
},
],
},
Expand Down
25 changes: 10 additions & 15 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ layout: home

hero:
name: 'Build on iExec Privacy Layer'
text:
tagline:
'Build decentralized applications that combine ownership, privacy, and
monetization.'
tagline:
'Discover how to protect data, build iApps, and leverage confidential
computing on the iExec protocol'
actions:
- theme: brand
text: Get Started
link: /overview/what-we-do
link: /overview/welcome
- theme: alt
text: Hello World Tutorial
link: /overview/helloWorld

features:
- icon: 🚀
title: Quick Start
details: Jump in and start building on iExec in minutes.
link: /overview/helloWorld
- icon: 🔐
title: Protect & Manage Data
details:
Expand All @@ -37,22 +38,16 @@ features:
Execute existing iApps including Web3Mail, Web3Telegram, and Oracle
Factory for your applications
link: /use-iapp/introduction
- icon: 🧠
title: AI Integration
details:
Build AI-powered applications with privacy-preserving machine learning and
confidential computing
link: /overview/use-cases/ai
- icon: 💰
title: Monetize Data
details:
Create revenue streams from your data while maintaining full control and
privacy
link: /manage-data/guides/manage-data-monetization
- icon: 🔧
title: Developer Tools
- icon: 🧠
title: Core Concepts
details:
Access comprehensive SDKs, APIs, and tools to integrate with the iExec
ecosystem
Deep dive into the core concepts of the protocol and understand how iExec
enables privacy, governance, and monetization
link: /core-concept/sdk
---
Empty file removed src/overview/contact-us.md
Empty file.
Loading