Add meta merging in docs (#440)

This commit is contained in:
William FH
2024-05-13 12:31:43 -07:00
committed by GitHub
parent 8c7502fe1b
commit 1f045761b6
6 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
tags:
- concepts
- conceptual guide
- explanation
+5
View File
@@ -0,0 +1,5 @@
tags:
- how-tos
- how-to
- howto
- how to
+4
View File
@@ -0,0 +1,4 @@
tags:
- reference
- api
- api-reference
+2
View File
@@ -0,0 +1,2 @@
tags:
- tutorials
+1
View File
@@ -51,6 +51,7 @@ plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- autorefs
- meta
- mkdocstrings:
handlers:
python: