openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
546 stars 101 forks source link

Update the title of docs "Goto X" #467

Closed noklam closed 1 month ago

noklam commented 1 month ago

Description (e.g. "Related to ...", etc.)

I notice the docs is still undergoing lots of change, and it's looking great! This is just a minor change to make this example for discoverable.

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint