Skip to content

Commit 913dbf0

Browse files
committed
add typedoc config back to mkdocs
1 parent 3da83bb commit 913dbf0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ plugins:
163163
- snippets/node_modules/*
164164
- snippets/package.json
165165
- snippets/CHANGELOG.md
166-
166+
- typedoc:
167+
source: '.'
168+
output_dir: 'api'
169+
tsconfig: 'tsconfig.json'
170+
options: 'typedoc.json'
171+
name: 'API Reference'
167172
- llmstxt:
168173
markdown_description: Powertools for AWS Lambda (TypeScript) is a developer toolkit to implement Serverless best practices and increase developer velocity. It provides a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
169174
full_output: llms-full.txt

0 commit comments

Comments
 (0)