Skip to content

Commit 5108439

Browse files
committed
refactor: update sidebar and navigation labels, remove unused pages, and add quick start guide
1 parent b34472e commit 5108439

File tree

8 files changed

+562
-68
lines changed

8 files changed

+562
-68
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default defineConfig({
8484
themeConfig: {
8585
// https://vitepress.dev/reference/default-theme-config
8686
nav: [
87-
{ text: 'Overview', link: '/overview/welcome' },
87+
{ text: 'Get Started', link: '/overview/welcome' },
8888
{ text: 'Protect Data', link: '/manage-data/what-is-protected-data' },
8989
{ text: 'Build iApp', link: '/build-iapp/what-is-iapp' },
9090
{ text: 'Use iApp', link: '/use-iapp/introduction' },

.vitepress/sidebar.ts

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function getSidebar() {
44
return {
55
'/overview/': [
66
{
7-
text: 'OVERVIEW',
7+
text: 'GET STARTED',
88
items: [
99
{ text: '💡 Welcome', link: '/overview/welcome' },
1010
{
@@ -30,30 +30,13 @@ export function getSidebar() {
3030
},
3131
],
3232
},
33+
{
34+
text: '🚀 Quick Start',
35+
link: '/overview/quick-start',
36+
},
3337
{
3438
text: '📋 Use Cases',
35-
items: [
36-
{ text: 'AI', link: '/overview/use-cases/ai' },
37-
{
38-
text: 'Other Emerging Trends',
39-
link: '/overview/use-cases/other-emerging-trends',
40-
},
41-
{
42-
text: 'Use Case Demos',
43-
link: '/overview/use-case-demo',
44-
collapsed: true,
45-
items: [
46-
{
47-
text: 'Content Creator',
48-
link: '/overview/use-case-demo/content-creator',
49-
},
50-
{
51-
text: 'Web3 Messaging',
52-
link: '/overview/use-case-demo/web3messaging',
53-
},
54-
],
55-
},
56-
],
39+
link: '/overview/use-cases',
5740
},
5841
{
5942
text: '🤖 Use the docs in your AI',
@@ -64,16 +47,10 @@ export function getSidebar() {
6447
{
6548
text: 'EXPLORERS',
6649
items: [
50+
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
6751
{
68-
text: 'the Explorer',
69-
collapsed: false,
70-
items: [
71-
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
72-
{
73-
text: 'The Graph Explorer',
74-
link: '/overview/the-graph-explorer',
75-
},
76-
],
52+
text: 'TheGraph Explorer',
53+
link: '/overview/the-graph-explorer',
7754
},
7855
],
7956
},

src/index.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ layout: home
44

55
hero:
66
name: 'Build on iExec Privacy Layer'
7-
text:
7+
tagline:
88
'Build decentralized applications that combine ownership, privacy, and
99
monetization.'
10-
tagline:
11-
'Discover how to protect data, build iApps, and leverage confidential
12-
computing on the iExec protocol'
1310
actions:
1411
- theme: brand
1512
text: Get Started
16-
link: /overview/what-we-do
13+
link: /overview/welcome
1714
- theme: alt
1815
text: Hello World Tutorial
1916
link: /overview/helloWorld
2017

2118
features:
19+
- icon: 🚀
20+
title: Quick Start
21+
details: Jump in and start building on iExec in minutes.
22+
link: /overview/helloWorld
2223
- icon: 🔐
2324
title: Protect & Manage Data
2425
details:
@@ -37,22 +38,16 @@ features:
3738
Execute existing iApps including Web3Mail, Web3Telegram, and Oracle
3839
Factory for your applications
3940
link: /use-iapp/introduction
40-
- icon: 🧠
41-
title: AI Integration
42-
details:
43-
Build AI-powered applications with privacy-preserving machine learning and
44-
confidential computing
45-
link: /overview/use-cases/ai
4641
- icon: 💰
4742
title: Monetize Data
4843
details:
4944
Create revenue streams from your data while maintaining full control and
5045
privacy
5146
link: /manage-data/guides/manage-data-monetization
52-
- icon: 🔧
53-
title: Developer Tools
47+
- icon: 🧠
48+
title: Core Concepts
5449
details:
55-
Access comprehensive SDKs, APIs, and tools to integrate with the iExec
56-
ecosystem
50+
Deep dive into the core concepts of the protocol and understand how iExec
51+
enables privacy, governance, and monetization
5752
link: /core-concept/sdk
5853
---

src/overview/contact-us.md

Whitespace-only changes.

0 commit comments

Comments
 (0)