docs: add links in more places

This commit is contained in:
Elijah Potter 2025-02-03 12:29:11 -07:00
parent 8e26f0a887
commit a247414ddf
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ Just make sure to read [our contribution guidelines first.](https://github.com/a
- [`harper-ls` Documentation](https://writewithharper.com/docs/integrations/language-server)
- [Neovim Support](https://writewithharper.com/docs/integrations/neovim)
- [`harper.js` Documentation](https://writewithharper.com/docs/harperjs/introduction)
- [Official Discord Server](https://discord.com/invite/JBqcAaKrzQ)
## Huge Thanks

View file

@ -4,6 +4,6 @@ title: Introduction to Contributing
Harper is completely open to outside contributions of any kind.
If you have a feature request or bug to report, please [create an issue](https://github.com/automattic/harper/issues) and we'll get back to you as soon as we can.
If you have a feature request or bug to report, please [create an issue](https://github.com/automattic/harper/issues) or ask us [a question on Discord](https://discord.gg/JBqcAaKrzQ) and we'll get back to you as soon as we can.
If you're interested in making a change to the code, we have documentation on [setting up your environment](./environment) and [getting your changes merged in](./committing).