-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on: TypeStrong/typedoc#2006 Related: typedoc2md/typedoc-plugin-markdown#338
- Loading branch information
1 parent
047561e
commit 2ccc633
Showing
3 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
diff --git a/dist/theme.js b/dist/theme.js | ||
index 1483a4b4ec69583aa3086eac83b2b31ae8bb6777..6b90b17261e14b8a49e52d0885038dbff4b6b503 100644 | ||
--- a/dist/theme.js | ||
+++ b/dist/theme.js | ||
@@ -209,52 +209,6 @@ class MarkdownTheme extends typedoc_1.Theme { | ||
directory: 'modules', | ||
template: this.getReflectionTemplate(), | ||
}, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Namespace], | ||
- isLeaf: false, | ||
- directory: 'modules', | ||
- template: this.getReflectionTemplate(), | ||
- }, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Enum], | ||
- isLeaf: false, | ||
- directory: 'enums', | ||
- template: this.getReflectionTemplate(), | ||
- }, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Class], | ||
- isLeaf: false, | ||
- directory: 'classes', | ||
- template: this.getReflectionTemplate(), | ||
- }, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Interface], | ||
- isLeaf: false, | ||
- directory: 'interfaces', | ||
- template: this.getReflectionTemplate(), | ||
- }, | ||
- ...(this.allReflectionsHaveOwnDocument | ||
- ? [ | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.TypeAlias], | ||
- isLeaf: true, | ||
- directory: 'types', | ||
- template: this.getReflectionMemberTemplate(), | ||
- }, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Variable], | ||
- isLeaf: true, | ||
- directory: 'variables', | ||
- template: this.getReflectionMemberTemplate(), | ||
- }, | ||
- { | ||
- kind: [typedoc_1.ReflectionKind.Function], | ||
- isLeaf: true, | ||
- directory: 'functions', | ||
- template: this.getReflectionMemberTemplate(), | ||
- }, | ||
- ] | ||
- : []), | ||
]; | ||
} | ||
onBeginRenderer(event) { |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.