Skip to content

Commit e145d55

Browse files
kaizenccgithub-actions
and
github-actions
authored
docs(toolkit-lib): add CODE_REGISTRY directly to doc site (#199)
Looks like this on the doc site: <img width="1418" alt="Screenshot 2025-03-05 at 5 03 51 PM" src="https://github.com/user-attachments/assets/dd938d26-d66f-45fd-9474-5609c62f9c08" /> --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 035c527 commit e145d55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ for (const tsconfig of [toolkitLib.tsconfigDev]) {
12951295
}
12961296
}
12971297

1298-
// Ad a command for the docs
1298+
// Add a command for the docs
12991299
const toolkitLibDocs = toolkitLib.addTask('docs', {
13001300
exec: 'typedoc lib/index.ts',
13011301
receiveArgs: true,

packages/@aws-cdk/toolkit-lib/lib/toolkit/toolkit.ts

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export interface ToolkitOptions {
7171

7272
/**
7373
* The AWS CDK Programmatic Toolkit
74+
*
75+
* @document ../../CODE_REGISTRY.md
7476
*/
7577
export class Toolkit extends CloudAssemblySourceBuilder implements AsyncDisposable {
7678
/**

0 commit comments

Comments
 (0)