diff --git a/docs/api_doc/parameters/appconfig.md b/docs/api_doc/parameters/appconfig.md new file mode 100644 index 00000000000..24e188b5bc1 --- /dev/null +++ b/docs/api_doc/parameters/appconfig.md @@ -0,0 +1,2 @@ + +::: aws_lambda_powertools.utilities.parameters.appconfig diff --git a/docs/api_doc/parameters/base.md b/docs/api_doc/parameters/base.md new file mode 100644 index 00000000000..73e9b153a4f --- /dev/null +++ b/docs/api_doc/parameters/base.md @@ -0,0 +1,2 @@ + +::: aws_lambda_powertools.utilities.parameters.base diff --git a/docs/api_doc/parameters/dynamodb.md b/docs/api_doc/parameters/dynamodb.md new file mode 100644 index 00000000000..3ecceee765e --- /dev/null +++ b/docs/api_doc/parameters/dynamodb.md @@ -0,0 +1,2 @@ + +::: aws_lambda_powertools.utilities.parameters.dynamodb diff --git a/docs/api_doc/parameters/secrets.md b/docs/api_doc/parameters/secrets.md new file mode 100644 index 00000000000..2929cb4975d --- /dev/null +++ b/docs/api_doc/parameters/secrets.md @@ -0,0 +1,2 @@ + +::: aws_lambda_powertools.utilities.parameters.secrets diff --git a/docs/api_doc/parameters/ssm.md b/docs/api_doc/parameters/ssm.md new file mode 100644 index 00000000000..040c65a3858 --- /dev/null +++ b/docs/api_doc/parameters/ssm.md @@ -0,0 +1,2 @@ + +::: aws_lambda_powertools.utilities.parameters.ssm diff --git a/mkdocs.yml b/mkdocs.yml index a83aad098a6..096173e5354 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,6 +63,12 @@ nav: # - Casual to regular contributor: contributing/tracks/casual_regular_contributor.md # - Customer to advocate: contributing/tracks/customer_advocate.md - API Documentation: + - Parameters: + - Base: api_doc/parameters/base.md + - AppConfig: api_doc/parameters/appconfig.md + - DynamoDB: api_doc/parameters/dynamodb.md + - SSM: api_doc/parameters/ssm.md + - Secrets: api_doc/parameters/secrets.md - Parser: api_doc/parser.md - Streaming: api_doc/streaming.md - Typing: api_doc/typing.md