forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update typedoc, typedoc markdown plugin
- Loading branch information
Showing
4 changed files
with
66 additions
and
80 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
.yarn/patches/typedoc-plugin-markdown-npm-4.0.0-next.6-96b4b47746.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/dist/theme.js b/dist/theme.js | ||
index f6eaa7c35c0b377a019f4f948531917eef5fe302..dd9e5ac90b4f86740fca3d0f0b55369efcfcded6 100644 | ||
--- a/dist/theme.js | ||
+++ b/dist/theme.js | ||
@@ -131,11 +131,6 @@ class MarkdownTheme extends typedoc_1.Theme { | ||
parts.splice(namespaceIndex, 0, this.mappings[typedoc_1.ReflectionKind.Namespace].directory); | ||
} | ||
}); | ||
- if (reflection.kindOf(typedoc_1.ReflectionKind.Namespace)) | ||
- parts[parts.length - 1] = `${typedoc_1.ReflectionKind.singularString(typedoc_1.ReflectionKind.Namespace).toLowerCase()}.${parts[parts.length - 1]}`; | ||
- } | ||
- if (!isModuleOrNamespace) { | ||
- parts[parts.length - 1] = `${typedoc_1.ReflectionKind.singularString(reflection.kind).toLowerCase()}.${parts[parts.length - 1]}`; | ||
} | ||
return parts.join(this.flattenOutputFiles ? '.' : '/') + '.md'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters