-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): add
docs/snippets
to npm workspace (#1251)
* chore: add docs/snippets folder to npm workspace * chore: added mkdocs plugin to exclude node_modules dir from docs * chore: housekeeping
- Loading branch information
1 parent
53a1705
commit 439c794
Showing
6 changed files
with
146 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM squidfunk/mkdocs-material | ||
RUN pip install mkdocs-git-revision-date-plugin mkdocs-glightbox | ||
RUN pip install mkdocs-git-revision-date-plugin==0.3.2 mkdocs-exclude==1.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
mike==1.1.2 | ||
mkdocs-material==9.0.2 | ||
mkdocs-git-revision-date-plugin==0.3.2 | ||
mkdocs-git-revision-date-plugin==0.3.2 | ||
mkdocs-exclude==1.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "docs", | ||
"version": "0.0.1", | ||
"description": "A collection code snippets for the AWS Lambda Powertools for TypeScript docs", | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "https://aws.amazon.com" | ||
}, | ||
"scripts": { | ||
"test": "echo 'Not Applicable'", | ||
"test:e2e": "echo 'Not Applicable'", | ||
"build": "echo 'Not Applicable'", | ||
"lint": "echo 'Not Applicable'", | ||
"lint-fix": "echo 'Not Applicable'" | ||
}, | ||
"license": "MIT-0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/awslabs/aws-lambda-powertools-typescript.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript#readme", | ||
"devDependencies": { | ||
"@aws-sdk/client-appconfigdata": "^3.245.0", | ||
"@aws-sdk/client-dynamodb": "^3.245.0", | ||
"@aws-sdk/client-secrets-manager": "^3.250.0", | ||
"@aws-sdk/client-ssm": "^3.245.0", | ||
"@aws-sdk/util-dynamodb": "^3.245.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.