Use @doc with composer: directly vs in a text file

if you put the following line in links.txt:
@doc Stripe API Reference

and give the following in composer box:
in composer:
@doc links.txt

is this same as give the link directly in composer box as follows?
in composer:
@doc Stripe API Reference

will cursor crawl and fully index all content from linked web page when the link itself is given in a text file?

No, at the moment it does not. The @Docs has to be in the composer input box. We are working on more comprehensive context in the future, so stay tuned, and for now keep using @Docs in the input box.

thanks for responding quickly!!!