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)**.
- **Specific Tools**: See the **[Tools section](./resources/repositories.md)**.

</details>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ 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
- **[Intermediate](./how-to-guide/beginner/)** - 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

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

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

### 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/))
- **[How to Create Address](./address.md)** - Step-by-step address creation (Based on [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 +49,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? Check out our [Intermediate Guides](../beginner/README.md) when you're comfortable with the basics.*
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.

2 changes: 1 addition & 1 deletion website/docs/resources/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Data access tools, indexers, and Rust protocol implementations.
| [cardano-foundation/CIPs](https://github.com/cardano-foundation/CIPs) | Cardano Improvement Proposals: the formal process for protocol changes and standards |
| [Liqwid-Labs/agora](https://github.com/Liqwid-Labs/agora) | On-chain governance framework for DAOs built on Cardano |

> For the CIP contribution process: stages, editors, what qualifies: see the [Core Protocol Contributor Guide](../how-to-guide/advanced/core-protocol-contributor.md#how-to-contribute-a-cip).
> For the CIP contribution process: stages, editors, what qualifies: see the [Core Protocol Contributor Guide](../how-to-guide/advanced/core-protocol-contributor.md).


## Developer Tools & Testing
Expand Down
22 changes: 0 additions & 22 deletions website/docs/resources/tools.md

This file was deleted.

25 changes: 24 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,29 @@ const config: Config = {
},

plugins: [
[
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/docs/how-to-guide/beginner/howtocreateaddress",
to: "/docs/how-to-guide/beginner/address",
},
{
from: "/docs/resources/tools",
to: "/docs/resources/repositories",
},
{
from: "/docs/how-to-guide/intermediate",
to: "/docs/how-to-guide/beginner",
},
{
from: "/docs/tutorials/readme",
to: "/docs/tutorials/local-cardano-payment-detector",
},
],
},
],
function suppressVscodeLspWarning() {
return {
name: "suppress-vscode-lsp-warning",
Expand Down Expand Up @@ -221,7 +244,7 @@ const config: Config = {
},
{
label: "Tools & APIs",
to: "/docs/resources/tools",
to: "/docs/resources/repositories",
},
{
label: "FAQs",
Expand Down
25 changes: 25 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.10.1",
"@docusaurus/plugin-client-redirects": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@easyops-cn/docusaurus-search-local": "^0.55.1",
Expand Down
26 changes: 18 additions & 8 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,21 @@
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"

"@docusaurus/plugin-client-redirects@^3.10.1":
version "3.10.1"
resolved "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.10.1.tgz"
integrity sha512-LHgd+YDvkhfOHMAE6XtUng3DQNzVM765RqVRrMJgHtzAvfopQhY6ieprqjxDVBdv21cLma6I0jHr+YCZH8fL9A==
dependencies:
"@docusaurus/core" "3.10.1"
"@docusaurus/logger" "3.10.1"
"@docusaurus/utils" "3.10.1"
"@docusaurus/utils-common" "3.10.1"
"@docusaurus/utils-validation" "3.10.1"
eta "^2.2.0"
fs-extra "^11.1.1"
lodash "^4.17.21"
tslib "^2.6.0"

"@docusaurus/plugin-content-blog@3.10.1":
version "3.10.1"
resolved "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.10.1.tgz"
Expand Down Expand Up @@ -2382,10 +2397,10 @@
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz"
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==

"@node-rs/jieba-darwin-arm64@1.10.4":
"@node-rs/jieba-win32-x64-msvc@1.10.4":
version "1.10.4"
resolved "https://registry.npmjs.org/@node-rs/jieba-darwin-arm64/-/jieba-darwin-arm64-1.10.4.tgz"
integrity sha512-G++RYEJ2jo0rxF9626KUy90wp06TRUjAsvY/BrIzEOX/ingQYV/HjwQzNPRR1P1o32a6/U8RGo7zEBhfdybL6w==
resolved "https://registry.npmjs.org/@node-rs/jieba-win32-x64-msvc/-/jieba-win32-x64-msvc-1.10.4.tgz"
integrity sha512-+sqemSfS1jjb+Tt7InNbNzrRh1Ua3vProVvC4BZRPg010/leCbGFFiQHpzcPRfpxAXZrzG5Y0YBTsPzN/I4yHQ==

"@node-rs/jieba@^1.6.0":
version "1.10.4"
Expand Down Expand Up @@ -5511,11 +5526,6 @@ fs-extra@^11.1.1, fs-extra@^11.2.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down