Skip to content

Commit

Permalink
fixed validation to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hickeydh-aws committed Mar 5, 2024
1 parent 195b6fb commit 03cec3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ serve:
.PHONY: build
build:
@echo Building the site!
mkdocs build --verbose
mkdocs build --strict --verbose
3 changes: 3 additions & 0 deletions src/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ plugins:
#verbose: true
#show_anchors: true
#enabled_if_env: ENABLE_PDF_EXPORT
validation:
absolute_links: ignore
unrecognized_links: ignore

0 comments on commit 03cec3d

Please sign in to comment.