platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Possible missing documentation for "Used by" dependents on library.json manifiest #226

Closed hpsaturn closed 2 years ago

hpsaturn commented 2 years ago

Hi,

First, thanks for awesome job on the last version of PlatformIO registry. It is a so good improvement.

One question, maybe is missing the documentation for the field "used by" on the current documentation? Or how I can fill this field:

screenshot20220106_014218

ivankravets commented 2 years ago

Hi,

Thanks for the kind words! 😊

"Used by" is automatically calculated based on https://docs.platformio.org/en/latest/librarymanager/config.html#dependencies

So, if someone publishes package A that depends on package B, we track this.