From c9f17979048e04892507375cf819d9a31143c683 Mon Sep 17 00:00:00 2001 From: Josimar Silva <4359233+josimar-silva@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:57:50 -0300 Subject: [PATCH] docs: add links to tech stack documentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14377fa..29f70ff 100644 --- a/README.md +++ b/README.md @@ -169,13 +169,13 @@ The following is the expected stack. Deviations are acceptable if you document t | Layer | Expected | |---|---| -| Runtime | Node.js 20+ | -| Framework | NestJS | -| Messaging | Kafka (local via Docker, or Confluent Cloud) | +| Runtime | [Node.js 20+](https://nodejs.org/docs/latest/api/) | +| Framework | [NestJS](https://docs.nestjs.com/) | +| Messaging | [Kafka](https://kafka.apache.org/42/getting-started/introduction/) (local via Docker, or Confluent Cloud) | | Database | Your choice — document why | | Orchestration | Temporal, native Kafka, or a state machine — justify the choice | -| Language | TypeScript (strict mode) | -| Containers | Docker Compose for local environment | +| Language | [TypeScript](https://www.typescriptlang.org/docs/) (strict mode) | +| Containers | [Docker Compose](https://docs.docker.com/compose/) for local environment | ---