Skip to content

Commit 53e610e

Browse files
authored
chore: update toolkit-lib homepage to API Reference website (#922)
Fixes the following—changes it to https://docs.aws.amazon.com/cdk/api/toolkit-lib/: <img width="1229" height="582" alt="Screenshot 2025-10-30 at 11 42 55" src="https://github.com/user-attachments/assets/8b6d26b0-676b-4bf2-8278-42fc9275d5d4" /> _The homepage should be the API reference, not the Construct Library repo._ --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent a560d1e commit 53e610e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ const toolkitLibTsCompilerOptions = {
794794
const toolkitLib = configureProject(
795795
new yarn.TypeScriptWorkspace({
796796
...genericCdkProps(),
797+
homepage: 'https://docs.aws.amazon.com/cdk/api/toolkit-lib',
797798
parent: repo,
798799
name: '@aws-cdk/toolkit-lib',
799800
description: 'AWS CDK Programmatic Toolkit Library',

packages/@aws-cdk/toolkit-lib/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)