mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-10 14:01:22 -06:00
Fix #1445 Front matter defaults with unrestricted `scope` (`path: ""`) can affect theme code files. [Jekyll](https://jekyllrb.com/docs/front-matter/#predefined-global-variables) supports using `null` to "produce a file without using a layout file". This PR adds `layout: null` to `just-the-docs.js`, to avoid this file being affected by the following front matter defaults: ```yaml defaults: - scope: path: "" values: layout: "default" ```