Skip to content

Commit

Permalink
fix: Fix documentation structure & add docs for BaseStack and `CICD…
Browse files Browse the repository at this point in the history
…PipelineStack` (#310)

* Add docs for CICD pipeline

* Update version of JSII

* Add missing CICD pipeline docs

* Override exportValue docs to remove hardcoded Example heading

* Add docs for BaseStack

* fix default values
  • Loading branch information
LeonLuttenberger committed Apr 18, 2023
1 parent 54c8bbc commit 11d5a1e
Show file tree
Hide file tree
Showing 6 changed files with 971 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Expand Up @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
releaseTrigger: release.ReleaseTrigger.manual(),
name: "aws-ddk-core",
description: "AWS DataOps Development Kit",
repositoryUrl: "https://github.com/awslabs/aws-ddk",
repositoryUrl: "https://github.com/awslabs/aws-ddk/tree/typescript-conversion",

// Artifact config: Python
publishToPypi: {
Expand Down

0 comments on commit 11d5a1e

Please sign in to comment.