mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-26 18:03:07 +00:00
docs[patch]: Make Docusaurus and Vercel add trailing slashes when navigating by default (#20014)
Should hopefully avoid weird broken link edge cases. Relative links now trip up the Docusaurus broken link checker, so this PR also removes them. Also snuck in a small addition about asyncio
This commit is contained in:
@@ -98,7 +98,7 @@ To run unit tests in Docker:
|
||||
make docker_tests
|
||||
```
|
||||
|
||||
There are also [integration tests and code-coverage](./testing) available.
|
||||
There are also [integration tests and code-coverage](/docs/contributing/testing/) available.
|
||||
|
||||
### Only develop langchain_core or langchain_experimental
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ sidebar_position: 5
|
||||
---
|
||||
# Contribute Integrations
|
||||
|
||||
To begin, make sure you have all the dependencies outlined in guide on [Contributing Code](./code).
|
||||
To begin, make sure you have all the dependencies outlined in guide on [Contributing Code](/docs/contributing/code/).
|
||||
|
||||
There are a few different places you can contribute integrations for LangChain:
|
||||
|
||||
@@ -133,7 +133,7 @@ By default, this will include stubs for a Chat Model, an LLM, and/or a Vector St
|
||||
|
||||
Some basic tests are presented in the `tests/` directory. You should add more tests to cover your package's functionality.
|
||||
|
||||
For information on running and implementing tests, see the [Testing guide](./testing).
|
||||
For information on running and implementing tests, see the [Testing guide](/docs/contributing/testing/).
|
||||
|
||||
### Write documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user