docs: write some developer guides (#372)

This commit is contained in:
Myriad-Dreamin 2024-07-07 11:26:35 +08:00 committed by GitHub
parent cbe6d3ec71
commit db314c2ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 271 additions and 65 deletions

View file

@ -6,6 +6,12 @@
This crate provides a set of APIs to query the information about the source code. Currently it provides:
+ language queries defined by the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
## Documentation
See [Crate Docs](https://myriad-dreamin.github.io/tinymist/rs/tinymist_query/index.html).
Also see [Developer Guide: Tinymist Query](https://myriad-dreamin.github.io/tinymist/module/query.html).
## Contributing
See [CONTRIBUTING.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CONTRIBUTING.md).