Skip to content

Commit 1088404

Browse files
committed
Update site_url in mkdocs.yml. Fix formatting issues in validation.md.
1 parent ddfc086 commit 1088404

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/utilities/validation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ While it is easier to specify a json schema file in the classpath (using the not
176176
}
177177
```
178178

179-
**NOTE**: It's not a requirement to validate both inbound and outbound schemas - You can either use one, or both.
179+
!!! note
180+
It is not a requirement to validate both inbound and outbound schemas - You can either use one, or both.
180181

181182
### Validate function
182183

@@ -206,13 +207,14 @@ You can also gracefully handle schema validation errors by catching `ValidationE
206207
}
207208
```
208209

209-
**NOTE**: Schemas are stored in memory for reuse, to avoid loading them from file each time.
210+
!!! note
211+
Schemas are stored in memory for re-use, to avoid loading them from file each time.
210212

211213
## Built-in events and responses
212214

213215
For the following events and responses, the Validator will automatically perform validation on the content.
214216

215-
** Events **
217+
**Events**
216218

217219
Type of event | Class | Path to content |
218220
------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------
@@ -230,7 +232,7 @@ For the following events and responses, the Validator will automatically perform
230232
SNS | SNSEvent | `Records[*].Sns.Message`
231233
SQS | SQSEvent | `Records[*].body`
232234

233-
** Responses **
235+
**Responses**
234236

235237
Type of response | Class | Path to content (envelope)
236238
------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Powertools for AWS Lambda (Java)
22
site_description: Powertools for AWS Lambda (Java)
33
site_author: Amazon Web Services
4-
site_url: https://docs.powertools.aws.dev/lambda-java/
4+
site_url: https://docs.powertools.aws.dev/lambda/java/
55
nav:
66
- Homepage: index.md
77
- Changelog: changelog.md

0 commit comments

Comments
 (0)