diff --git a/docs/content/developer/workshops/index.mdx b/docs/content/developer/workshops/index.mdx index cbbe4330db4..1ea487535fc 100644 --- a/docs/content/developer/workshops/index.mdx +++ b/docs/content/developer/workshops/index.mdx @@ -8,4 +8,4 @@ Welcome, developers! These workshops introduce the IOTA tech stack end‑to‑en - Apply the IOTA Trust Framework: decentralized identifiers (DIDs), verifiable credentials (VCs), and attestations to establish data integrity and interoperable trust. - Build for impact: supply chains, IoT, fintech, and public sector use cases where verifiability and scalability matter. -Start with the core fundamentals, then layer in trust and identity to move from prototypes to production‑ready dApps. \ No newline at end of file +Start with the core fundamentals, then layer in trust and identity to move from prototypes to production‑ready dApps. diff --git a/docs/content/sidebars/developer.js b/docs/content/sidebars/developer.js index 76b42198900..81db69caf52 100644 --- a/docs/content/sidebars/developer.js +++ b/docs/content/sidebars/developer.js @@ -477,30 +477,24 @@ const developer = [ }, items: [ { - type: 'category', - label: 'Core', - items: [ - { - type: 'doc', - id: 'developer/workshops/core/I-introduction-to-smart-contracts', - label: 'Core I: Init and Deploy a Grants package', - }, - { - type: 'doc', - id: 'developer/workshops/core/II-shared-objects-dynamic-fields-ptbs', - label: 'CoreII: Coordination with Shared Objects, Dynamic Fields, and PTBs', - }, - { - type: 'doc', - id: 'developer/workshops/core/III-capabilities-state-tests', - label: 'Core III: Capabilities, Type-State, Abilities & Tests', - }, - { - type: 'doc', - id: 'developer/workshops/core/IV-capstone-dapp-kit', - label: 'Core IV: Wrapping it up - Dapp', - }, - ], + type: 'doc', + id: 'developer/workshops/core/I-introduction-to-smart-contracts', + label: 'Core I: Init and Deploy a Grants package', + }, + { + type: 'doc', + id: 'developer/workshops/core/II-shared-objects-dynamic-fields-ptbs', + label: 'Core II: Coordination with Shared Objects, Dynamic Fields, and PTBs', + }, + { + type: 'doc', + id: 'developer/workshops/core/III-capabilities-state-tests', + label: 'Core III: Capabilities, Type-State, Abilities & Tests', + }, + { + type: 'doc', + id: 'developer/workshops/core/IV-capstone-dapp-kit', + label: 'Core IV: Wrapping it up - Dapp', }, { type: 'doc',