Skip to content

Commit 696fa00

Browse files
committed
Merge branch 'main' into feature/add-chain-switch
2 parents 2d2470f + 8892b56 commit 696fa00

40 files changed

+2578
-165
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,14 @@ export function getSidebar() {
348348
{ text: '❓ What Is an iApp?', link: '/build-iapp/what-is-iapp' },
349349
{
350350
text: '📖 Guides',
351-
link: '/build-iapp/guides',
352351
items: [
353352
{
354-
text: 'Manage Your iApps',
355-
link: '/build-iapp/guides/manage-iapps',
353+
text: 'Build and Deploy your iApps',
354+
link: '/build-iapp/guides/build-&-deploy-iapp',
356355
},
357356
{
358-
text: 'Orders (how they work, how to manage them)',
359-
link: '/build-iapp/guides/orders',
357+
text: 'Manage your iApps',
358+
link: '/build-iapp/guides/manage-iapp',
360359
},
361360
{
362361
text: 'Inputs and Outputs (types, differences, formats)',
@@ -374,20 +373,11 @@ export function getSidebar() {
374373
text: 'How to Get and Decrypt Results',
375374
link: '/build-iapp/guides/how-to-get-and-decrypt-results',
376375
},
377-
{
378-
text: 'AI Frameworks',
379-
link: '/build-iapp/guides/ai-frameworks',
380-
},
381-
{
382-
text: 'Other Emerging Trends',
383-
link: '/build-iapp/guides/other-emerging-trends',
384-
},
385376
],
386377
},
387378
{
388379
text: '🤖 iApp Generator',
389380
link: '/build-iapp/iapp-generator',
390-
collapsed: true,
391381
items: [
392382
{
393383
text: 'Getting Started',
@@ -397,20 +387,8 @@ export function getSidebar() {
397387
text: 'Building Your iApp',
398388
link: '/build-iapp/iapp-generator/building-your-iexec-app',
399389
},
400-
{
401-
text: 'References',
402-
link: '/build-iapp/iapp-generator/references',
403-
},
404-
{
405-
text: 'Advanced Creation',
406-
link: '/build-iapp/iapp-generator/advanced-creation',
407-
},
408390
],
409391
},
410-
{
411-
text: '🔧 Protocol-Level Guides',
412-
link: '/build-iapp/iapp-generator/protocol-level-guides',
413-
},
414392
],
415393
},
416394
],

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ Fork this repository and ensure you're working on the `main` branch:
169169
- Add Dune dashboard
170170
- Add a Development workflow
171171
- Update context7 when doc will be deployed
172+
- Check theGraph Images with design Team

src/assets/icons/arbitrum-logo.png

-37.8 KB
Binary file not shown.

src/assets/icons/arbitrum.svg

Lines changed: 21 additions & 0 deletions
Loading

src/assets/icons/iexec-logo.png

5.97 KB
Loading
771 KB
Loading

src/assets/builder-dashboard.png renamed to src/assets/tooling-&-explorers/builder-dashboard/builder-dashboard.png

File renamed without changes.
314 KB
Loading
170 KB
Loading
351 KB
Loading

0 commit comments

Comments
 (0)