Skip to content

Commit 2e4239b

Browse files
committed
refactor: improve formatting and readability of text in documentation files
1 parent d50fa64 commit 2e4239b

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

.vitepress/theme/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import TwoslashFloatingVue from '@shikijs/vitepress-twoslash/client';
66
import Layout from './Layout.vue';
77
import type { EnhanceAppContext } from 'vitepress';
88
import googleAnalytics from 'vitepress-plugin-google-analytics';
9-
import 'virtual:group-icons.css'
9+
import 'virtual:group-icons.css';
1010
import '@shikijs/vitepress-twoslash/style.css';
1111

12-
1312
export default {
1413
extends: DefaultTheme,
1514
Layout,

src/index.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ layout: home
44

55
hero:
66
name: 'Build on iExec Privacy Layer'
7-
text: 'Build decentralized applications that combine ownership, privacy, and monetization.'
8-
tagline: 'Discover how to protect data, build iApps, and leverage confidential computing on the iExec protocol'
7+
text:
8+
'Build decentralized applications that combine ownership, privacy, and
9+
monetization.'
10+
tagline:
11+
'Discover how to protect data, build iApps, and leverage confidential
12+
computing on the iExec protocol'
913
actions:
1014
- theme: brand
1115
text: Get Started
@@ -17,26 +21,38 @@ hero:
1721
features:
1822
- icon: 🔐
1923
title: Protect & Manage Data
20-
details: Secure your data with advanced encryption and control access while maintaining privacy using DataProtector
24+
details:
25+
Secure your data with advanced encryption and control access while
26+
maintaining privacy using DataProtector
2127
link: /manage-data/dataProtector/what-is-protected-data
2228
- icon: 🤖
2329
title: Build iApps
24-
details: Create decentralized applications that run on confidential computing infrastructure with our iApp Generator
30+
details:
31+
Create decentralized applications that run on confidential computing
32+
infrastructure with our iApp Generator
2533
link: /build-iapp/what-is-iapp
2634
- icon:
2735
title: Use iApps
28-
details: Execute existing iApps including Web3Mail, Web3Telegram, and Oracle Factory for your applications
36+
details:
37+
Execute existing iApps including Web3Mail, Web3Telegram, and Oracle
38+
Factory for your applications
2939
link: /use-iapp/introduction
3040
- icon: 🧠
3141
title: AI Integration
32-
details: Build AI-powered applications with privacy-preserving machine learning and confidential computing
42+
details:
43+
Build AI-powered applications with privacy-preserving machine learning and
44+
confidential computing
3345
link: /overview/use-cases/ai
3446
- icon: 💰
3547
title: Monetize Data
36-
details: Create revenue streams from your data while maintaining full control and privacy
48+
details:
49+
Create revenue streams from your data while maintaining full control and
50+
privacy
3751
link: /manage-data/guides/manage-data-monetization
3852
- icon: 🔧
3953
title: Developer Tools
40-
details: Access comprehensive SDKs, APIs, and tools to integrate with the iExec ecosystem
54+
details:
55+
Access comprehensive SDKs, APIs, and tools to integrate with the iExec
56+
ecosystem
4157
link: /core-concept/sdk
4258
---

src/overview/iexec-explorer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: iExec Explorer
44

55
# iExec Explorer
66

7-
The iExec Explorer lets you browse and analyze on-chain activity, assets, and jobs on the iExec platform.
7+
The iExec Explorer lets you browse and analyze on-chain activity, assets, and
8+
jobs on the iExec platform.
89

910
> _Page under construction. More details coming soon._

src/overview/the-graph-explorer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: The Graph Explorer
44

55
# The Graph Explorer
66

7-
The Graph Explorer provides a way to query and visualize blockchain data indexed by The Graph protocol.
7+
The Graph Explorer provides a way to query and visualize blockchain data indexed
8+
by The Graph protocol.
89

910
> _Page under construction. More details coming soon._

0 commit comments

Comments
 (0)