mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-05 02:28:22 -06:00
Build docs site using strict mode and strict_filters (#1435)
Ref: https://github.com/just-the-docs/just-the-docs/pull/1434#issuecomment-1981666074
This commit is contained in:
+2
-1
@@ -21,7 +21,7 @@ Code changes to `main` that are *not* in the latest release:
|
|||||||
|
|
||||||
Docs changes made since the latest release:
|
Docs changes made since the latest release:
|
||||||
|
|
||||||
- N/A
|
- Build docs site using strict mode and `strict_filters` by [@Zarthus] in [#1435]
|
||||||
|
|
||||||
### New Contributors
|
### New Contributors
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@ Docs changes made since the latest release:
|
|||||||
[@Zarthus]: https://github.com/Zarthus
|
[@Zarthus]: https://github.com/Zarthus
|
||||||
|
|
||||||
[#1434]: https://github.com/just-the-docs/just-the-docs/pull/1434
|
[#1434]: https://github.com/just-the-docs/just-the-docs/pull/1434
|
||||||
|
[#1435]: https://github.com/just-the-docs/just-the-docs/pull/1435
|
||||||
|
|
||||||
## Release v0.8.0
|
## Release v0.8.0
|
||||||
|
|
||||||
|
|||||||
@@ -118,6 +118,10 @@ nav_external_links:
|
|||||||
- title: Just the Docs on GitHub
|
- title: Just the Docs on GitHub
|
||||||
url: https://github.com/just-the-docs/just-the-docs
|
url: https://github.com/just-the-docs/just-the-docs
|
||||||
|
|
||||||
|
liquid:
|
||||||
|
error_mode: strict
|
||||||
|
strict_filters: true
|
||||||
|
|
||||||
# Footer content
|
# Footer content
|
||||||
# appears at the bottom of every page's main content
|
# appears at the bottom of every page's main content
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user