Skip to content

Commit

Permalink
scripts/download-pages: add missing static resource
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth-k committed Jun 4, 2023
1 parent ab7de39 commit 09167ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download-pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main():
files.add('/cdk/api/v2/img/python32.png')
files.add('/cdk/api/v2/img/typescript32.png')
files.add('/cdk/api/v2/img/favicon-32x32.png')
files.add('/cdk/api/v2/img/cfn--resources-stable-success.svg')
files.add('/cdk/api/v2/img/cdk--constructs-experimental-important.svg')
files.add('/cdk/api/v2/img/experimental-important.svg')
files.add('/cdk/api/v2/img/cdk--constructs-developer--preview-informational.svg')
Expand Down

0 comments on commit 09167ab

Please sign in to comment.