File tree 6 files changed +146
-1210
lines changed
6 files changed +146
-1210
lines changed Original file line number Diff line number Diff line change 1
1
FROM squidfunk/mkdocs-material
2
- RUN pip install mkdocs-git-revision-date-plugin mkdocs-glightbox
2
+ RUN pip install mkdocs-git-revision-date-plugin==0.3.2 mkdocs-exclude==1.0.2
Original file line number Diff line number Diff line change 1
1
mike == 1.1.2
2
2
mkdocs-material == 9.0.2
3
- mkdocs-git-revision-date-plugin == 0.3.2
3
+ mkdocs-git-revision-date-plugin == 0.3.2
4
+ mkdocs-exclude == 1.0.2
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " docs" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " A collection code snippets for the AWS Lambda Powertools for TypeScript docs" ,
5
+ "author" : {
6
+ "name" : " Amazon Web Services" ,
7
+ "url" : " https://aws.amazon.com"
8
+ },
9
+ "scripts" : {
10
+ "test" : " echo 'Not Applicable'" ,
11
+ "test:e2e" : " echo 'Not Applicable'" ,
12
+ "build" : " echo 'Not Applicable'" ,
13
+ "lint" : " echo 'Not Applicable'" ,
14
+ "lint-fix" : " echo 'Not Applicable'"
15
+ },
16
+ "license" : " MIT-0" ,
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " git+https://github.com/awslabs/aws-lambda-powertools-typescript.git"
20
+ },
21
+ "bugs" : {
22
+ "url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
23
+ },
24
+ "homepage" : " https://github.com/awslabs/aws-lambda-powertools-typescript#readme" ,
25
+ "devDependencies" : {
26
+ "@aws-sdk/client-appconfigdata" : " ^3.245.0" ,
27
+ "@aws-sdk/client-dynamodb" : " ^3.245.0" ,
28
+ "@aws-sdk/client-secrets-manager" : " ^3.250.0" ,
29
+ "@aws-sdk/client-ssm" : " ^3.245.0" ,
30
+ "@aws-sdk/util-dynamodb" : " ^3.245.0"
31
+ }
32
+ }
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ copyright: Copyright © 2023 Amazon Web Services
79
79
plugins :
80
80
- git-revision-date
81
81
- search
82
+ - exclude :
83
+ glob :
84
+ - snippets/node_modules/*
85
+ - snippets/package.json
82
86
83
87
extra_css :
84
88
- stylesheets/extra.css
You can’t perform that action at this time.
0 commit comments