docs: re-enable strict mode (#4638)

- Turn on strict mode to fail docs build if there are any internal
broken anchor links.
- Fix broken anchor links.
- Delete storm tutorial that has fake markdown inside it (we'll figure
out how to deal with it later)
This commit is contained in:
Eugene Yurtsev
2025-05-09 17:25:11 -04:00
committed by GitHub
parent af80d6b339
commit 200c09b662
19 changed files with 48 additions and 1822 deletions
@@ -65,7 +65,7 @@ The results are page summaries our chat bot can use to answer questions:
## 4. Define the graph
For the `StateGraph` you created in the [first tutorial](./1-build-basic-chatbot.md#2-create-a-stategraph), add `bind_tools` on the LLM. This lets the LLM know the correct JSON format to use if it wants to use the search engine.
For the `StateGraph` you created in the [first tutorial](./1-build-basic-chatbot.md), add `bind_tools` on the LLM. This lets the LLM know the correct JSON format to use if it wants to use the search engine.
Let's first select our LLM: