Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Yes, there are several avenues:
<summary>How do I set up my development environment?</summary>

- **New Developers**: Check our **[Beginner Guides](./how-to-guide/beginner/)**.
- **Specific Tools**: See the **[Tools section](./resources/tools.md)**.
- **Tools and APIs**: See the **[Repositories](./resources/repositories.md)** catalog and [developers.cardano.org](https://developers.cardano.org).

</details>

Expand Down
6 changes: 2 additions & 4 deletions website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ Built by the community, for the community. Join our working groups and help shap

### How-To Guides
- **[Beginner](./how-to-guide/beginner/)** - Getting started guides for newcomers
- **[Intermediate](./how-to-guide/intermediate/)** - Next-level guides for developers with basic knowledge
- **Advanced** - Deep-dive technical guides for experienced developers (see [Cardano API](./how-to-guide/advanced/cardano-api.md) and [cardano-db-sync](./how-to-guide/advanced/cardano-db-sync.md))

### Tutorials
- **Hands-On** - Interactive coding tutorials and workshops
- **[Hands-On tutorials](./tutorials/local-cardano-payment-detector.md)** - Interactive coding tutorials and workshops

### Resources
- **[Repositories](./resources/repositories)** - Essential GitHub repositories and their purposes
- **[Tools](./resources/tools)** - Development tools, APIs, and utilities
- **[Repositories](./resources/repositories)** - Essential GitHub repositories, tools, and APIs
- **[Community](./resources/community)** - Community channels, forums, and support resources

### [Working Group](./working-group/)
Expand Down
5 changes: 2 additions & 3 deletions website/docs/how-to-guide/beginner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Welcome to the Beginner Guides section! This area contains step-by-step guides d
## Current Guides

### Getting Started with Cardano
- **[Address Management](./address.md)** - Understanding Cardano addresses ([Official docs](https://docs.cardano.org/about-cardano/learn/cardano-addresses) | [Developer fundamentals](https://developers.cardano.org/docs/get-started/technical-concepts/core-blockchain-fundamentals/#addresses))
- **[How to Create Address](./howtocreateaddress.md)** - Step-by-step address creation (Based on [PPBL 102.1](https://plutuspbl.io/))
- **[Address Management](./address.md)** - Understanding Cardano addresses ([Official docs](https://docs.cardano.org/about-cardano/learn/cardano-addresses) | [Developer fundamentals](https://developers.cardano.org/docs/get-started/technical-concepts/core-blockchain-fundamentals/#addresses) | [PPBL 102.1](https://plutuspbl.io/))
- **[Inputs and Outputs](./inputsandoutputs.md)** - Understanding transaction structure (See [Module 102 in Plutus PBL](https://plutuspbl.io/) for deeper understanding. For advanced understanding, consider learning basic [Category Theory](https://arxiv.org/abs/1302.6946) - types correspond to objects, functions to morphisms)

## Coming Soon
Expand Down Expand Up @@ -49,4 +48,4 @@ Found an issue or want to improve a guide? See our [Contributing Guidelines](htt

---

*Ready to dive deeper? Check out our [Intermediate Guides](../intermediate/README.md) when you're comfortable with the basics.*
*Ready to dive deeper? Continue with the [Advanced Guides](../advanced/README.md) or join a [Working Group session](../../working-group/readme.md).*
8 changes: 0 additions & 8 deletions website/docs/how-to-guide/beginner/howtocreateaddress.md

This file was deleted.

55 changes: 0 additions & 55 deletions website/docs/how-to-guide/intermediate/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions website/docs/resources/tools.md

This file was deleted.

6 changes: 0 additions & 6 deletions website/docs/tutorials/readme.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
draft: true
title: "Session 16: UI ↔ Smart Contracts (Wallets + Tx flow) - Recordings"
sidebar_label: Recordings
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
draft: true
title: "Session 17: Default Developer Environment for Cardano - Recordings"
sidebar_label: Recordings
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
draft: true
title: "Session 19: One API Call to Understand Cardano - Recordings"
sidebar_label: Recordings
---
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ const config: Config = {
to: "/docs/resources/community",
},
{
label: "Tools & APIs",
to: "/docs/resources/tools",
label: "Repositories & Tools",
to: "/docs/resources/repositories",
},
{
label: "FAQs",
Expand Down