docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

Guideline for referencing a third-party tool in the docs

Open clement-estone opened this issue 2 years ago • 2 comments

Hi! I'm Clément, a developer working at web agency named LoneStone.

We use Nest.js daily for both our internal and external projects, and really enjoy this framework. As we often work with REST APIs, we've recently published a tool named the [SDK generator][https://github.com/lonestone/nest-sdk-generator), which is a tool designed to build a strongly-typed SDK from a Nest.js REST API server. It's entirely free and open-source.

We think it could be useful to a number of persons, so we'd like to know if it'd be possible to reference it in the docs, to get more exposure on it and detail how to use it directly in Nest.js' documentation.

If it is, please tell me how I should proceed - should I open a PR and create a new entry in the Recipes section? Just like the image below:

image

Thanks in advance for your help!

clement-estone avatar Feb 28 '22 09:02 clement-estone

you can add it to https://github.com/nestjs/awesome-nestjs list at least

micalevisk avatar Feb 28 '22 10:02 micalevisk

Good idea, I've opened a PR on the repository :)

clement-estone avatar Feb 28 '22 13:02 clement-estone

This issue is a duplicate of this issue https://github.com/nestjs/docs.nestjs.com/issues/519 which we could both close since there is the reference repository https://github.com/nestjs/awesome-nestjs , no ?

Tony133 avatar Jan 05 '23 15:01 Tony133