Restructure docs (#11620)

This commit is contained in:
Bagatur
2023-10-10 12:55:19 -07:00
committed by GitHub
parent 7232e082de
commit eedfddac2d
1137 changed files with 72 additions and 99 deletions

View File

@@ -19,4 +19,4 @@ jobs:
run: |
# We should not encourage imports directly from main init file
# Expect for hub
git grep 'from langchain import' docs/{extras,docs_skeleton,snippets} | grep -vE 'from langchain import (hub)' && exit 1 || exit 0
git grep 'from langchain import' docs/{docs,snippets} | grep -vE 'from langchain import (hub)' && exit 1 || exit 0