Skip to content

Commit

Permalink
chore: adds ADRs to readme (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala authored Jan 20, 2025
1 parent 46af72a commit 35c3e85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ The CI pipeline is configured to automate the release process for the Decentrala
- The auto updater, as mentioned in the Update Process, will pick up this new release and update the production app.

This streamlined process ensures that updates are consistently and accurately deployed to users.

## Related Architecture Decisions

For a deeper understanding of the architecture and design decisions:

- [ADR-280: Binary Management](https://adr.decentraland.org/adr/ADR-280) - Describes the approach for managing Node.js binaries and their execution within the Creator Hub, including cross-platform binary execution and process monitoring
- [ADR-281: Items in Decentraland tooling](https://adr.decentraland.org/adr/ADR-281) - Explains the Items abstraction and how it's used in the Inspector
- [ADR-282: Decentraland Inspector](https://adr.decentraland.org/adr/ADR-282) - Details the Inspector's architecture, integration approaches, and technical decisions

0 comments on commit 35c3e85

Please sign in to comment.