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/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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](./how-to-guide/advanced/)** - Deep-dive technical guides for experienced developers
- **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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/how-to-guide/intermediate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before starting these guides, you should be comfortable with:
1. Start with [Beginner Guides](../beginner/README.md) if you haven't already
2. Join the [Developer Experience Working Group](../../working-group/readme.md) for hands-on sessions
3. Practice with testnet before moving to mainnet
4. Progress to [Advanced Guides](../advanced/README.md) when ready
4. Progress to Advanced Guides when ready

## Getting Help

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe

---

## ▸ Core Repositories
## ▸ Core Repositories {#core-repositories}

### Cardano Node & Core Infrastructure

Expand Down Expand Up @@ -77,7 +77,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe

---

## ▸ Documentation Resources
## ▸ Documentation Resources {#documentation-resources}

### Official Documentation

Expand All @@ -98,7 +98,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe

---

## ▸ Essential Tooling
## ▸ Essential Tooling {#essential-tooling}

### Development Environments

Expand Down Expand Up @@ -126,7 +126,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe
| **Eternl** | Multi-platform wallet | [eternl.io](https://eternl.io) |
| **Wallet Connector** | dApp integration library | [github.com/cardano-foundation/cardano-connect-with-wallet](https://github.com/cardano-foundation/cardano-connect-with-wallet) |

### Block Explorers & APIs
### Block Explorers & APIs {#block-explorers--apis}

| Service | Purpose | URL |
| -------------------- | -------------------------------- | ---------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
- Align node/CLI versions with official releases
- Document project-specific steps in your repo `README` for team consistency
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md#block-explorers-apis)
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md#block-explorers--apis)

## Session Resources

Expand Down