8000 Remove Signature from Markdown namespace pages · unboundedsystems/rushstack@1966353 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1966353

Browse files
committed
Remove Signature from Markdown namespace pages
1 parent e120981 commit 1966353

File tree

1 file changed

+1
-1
lines changed

apps/api-documenter/src/documenters/MarkdownDocumenter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export class MarkdownDocumenter {
216216
}
217217
}
218218

219-
if (apiItem instanceof ApiDeclaredItem) {
219+
if (apiItem instanceof ApiDeclaredItem && apiItem.kind !== ApiItemKind.Namespace) {
220220
if (apiItem.excerpt.text.length > 0) {
221221
output.appendNode(
222222
new DocParagraph({ configuration }, [

0 commit comments

Comments
 (0)
0