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

@@ -24,7 +24,7 @@ _IMPORT_RE = re.compile(
_CURRENT_PATH = Path(__file__).parent.absolute()
# Directory where generated markdown files are stored
_DOCS_DIR = _CURRENT_PATH / "docs_skeleton" / "docs"
_DOCS_DIR = _CURRENT_PATH / "docs"
_JSON_PATH = _CURRENT_PATH / "api_reference" / "guide_imports.json"

View File

@@ -7,7 +7,6 @@ from langchain.llms.base import BaseLLM, LLM
INTEGRATIONS_DIR = (
Path(os.path.abspath(__file__)).parents[1]
/ "docs_skeleton"
/ "docs"
/ "integrations"
)