softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
494 stars 32 forks source link

Add a doc section for third party tools #451

Closed ratmice closed 2 months ago

ratmice commented 2 months ago

It was recommended in #448 to add a link to the book about nimbleparse_lsp. I'm not really certain it is a good idea to advertise it yet, as it has fallen behind by a few releases and overall is still fairly prototype quality.

Despite that, this adds "third party" section in chapter 6 of "individual libraries and tools". I had hoped to just link directly to the repository, relying on the external readme.

Unfortunately trying to link to a [lsp](https://) within SUMMARY.md appends a .html extension breaking the URL. Between adding a subsection, or just embedding a list within the thirdparty.md I went with a subsection, since it more closely mirrored how the current list of tools and libraries is listed.

ltratt commented 2 months ago

Can we fold this into a single thirdparty.md file? I don't think we need a page per tool, but I agree that linking to nimbleparse_lsp from the book is a good idea.

ratmice commented 2 months ago

Sure, I went ahead and did that. It means we don't get a link directly in the table of contents, but it seems more maintainable to just link directly to each project anyways instead of relying on potentially dated generic summary.

ltratt commented 2 months ago

Thanks! Please squash.

ratmice commented 2 months ago

Squashed (with a minor grammar fix).