mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-27 03:55:00 +02:00
Add meta merging in docs (#440)
This commit is contained in:
@@ -50,4 +50,4 @@ jobs:
|
||||
env:
|
||||
LANGCHAIN_API_KEY: test
|
||||
shell: bash
|
||||
run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/.*" ./examples
|
||||
run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/.*" --check-links-ignore "*.dcbadge.vercel.app*"./examples
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
tags:
|
||||
- concepts
|
||||
- conceptual guide
|
||||
- explanation
|
||||
@@ -0,0 +1,5 @@
|
||||
tags:
|
||||
- how-tos
|
||||
- how-to
|
||||
- howto
|
||||
- how to
|
||||
@@ -0,0 +1,4 @@
|
||||
tags:
|
||||
- reference
|
||||
- api
|
||||
- api-reference
|
||||
@@ -0,0 +1,2 @@
|
||||
tags:
|
||||
- tutorials
|
||||
@@ -51,6 +51,7 @@ plugins:
|
||||
- search:
|
||||
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
||||
- autorefs
|
||||
- meta
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
|
||||
Reference in New Issue
Block a user