mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-04 15:34:50 +00:00
Restructure docs (#11620)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ from langchain.llms.base import BaseLLM, LLM
|
||||
|
||||
INTEGRATIONS_DIR = (
|
||||
Path(os.path.abspath(__file__)).parents[1]
|
||||
/ "docs_skeleton"
|
||||
/ "docs"
|
||||
/ "integrations"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user