Skip to content

Commit

Permalink
reverted to remove strict tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hickeydh-aws committed Mar 6, 2024
1 parent 16043f5 commit 4c4bc8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
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 --strict --verbose
mkdocs build --verbose
7 changes: 2 additions & 5 deletions src/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ plugins:
#headless_chrome_path: "chrome"
output_path: pdf/accelerator-docs.pdf
#debug_html: true
verbose: true
# verbose: true
#show_anchors: true
#enabled_if_env: ENABLE_PDF_EXPORT
validation:
absolute_links: ignore
unrecognized_links: ignore
#enabled_if_env: ENABLE_PDF_EXPORT

0 comments on commit 4c4bc8d

Please sign in to comment.