Skip to content

Commit 7f4c2df

Browse files
committed
feat: remove 'Build your first application' section from sidebar and delete corresponding guide
1 parent 8f2da1a commit 7f4c2df

File tree

6 files changed

+205
-468
lines changed

6 files changed

+205
-468
lines changed

.vitepress/sidebar.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ export function getSidebar() {
153153
text: 'Quick Start',
154154
link: '/guides/build-iapp/advanced/quick-start',
155155
},
156-
{
157-
text: 'Build your first application',
158-
link: '/guides/build-iapp/advanced/build-your-first-iapp',
159-
},
160156
{
161157
text: 'Build your first SGX app',
162158
link: '/guides/build-iapp/advanced/build-your-first-sgx-iapp',

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,9 @@ for input parameters:
226226

227227
## TODO
228228

229-
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
230229
- Add link to the new explorer feature Asset_Types in the guide =>
231230
`handle-schemas-dataset-types`
232231
- Add link to remix for deploying whitelist
233-
- complete `use-iapp` section
234232
- Maybe split input and output in two diff sub section in build your iapp guide
235233
- Explorer l'intégration de codeSpace
236234
- Add a Development workflow section (1 - ProtectData, 2- ...)
@@ -239,26 +237,20 @@ for input parameters:
239237
- Update the Dune Dashboard to the final version
240238
- Add new section in `iexec-explorer.md` file to talk about: available chain on
241239
the UI + SRLC/RLC on account section feature of the protocol
242-
- Update or add design illustrations based on the new design system
243-
- Check how to pay guide to update with the launch on Arbitrum (RLC vs xRLC)
244240
- framework AI supporté
245241
- check glossary
246-
- migrate github iexec SDK doc here
247242
- migrate pay-per-task page into a guide
248243
- check pages (introduction & getting-started) for use-iapp guide
249244
- Schema what is iexec to do and implement
250245
- Give recap of Workerpool address fo chains
251246
- Talk about ENS on Bellecour(it's not supported on arbitrum)
252-
- Rework Advanced iApp building guides. (from "old" protocol doc) <<<<<<< HEAD
253247
- Talk about encrypting results in use-iapp
254248
- Refactor "advanced" section in build-iapp
255249
- Rework src\get-started\protocol\iexec-doracle.md (transfer to guide or
256250
rewrite)
257251
- Talk about encrypting results in use-iapp
258-
- Refactor "advanced" section in build-iapp
259252
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
260253
- Talk about iApp secret
261254
- Improve Guide in build-iapp section - be more clear for builder ( how to
262255
process process protectedData, clarify input-output guide)
263-
- refactor iapp generator cli reference
264256
- Add illustration in the different pages

0 commit comments

Comments
 (0)