mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-03 10:41:23 -06:00
I introduced a bug in #1172 --- there's an implicit requirement that the line in `mermaid_config.js` has either an expression or the start of a code block; a comment (and then a newline) is invalid. (to maintain the ignore behaviour, I've instead moved it to the `.prettierignore`) This one's on me -- I hadn't realized that the `prettier-ignore` affected this file. Given the relative urgency of this, going to merge this in. Closes #1188.
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
package-lock.json
|
|
_site
|
|
assets/css/just-the-docs-default.scss
|
|
assets/css/just-the-docs-light.scss
|
|
assets/css/just-the-docs-dark.scss
|
|
assets/js/vendor/lunr.min.js
|
|
assets/js/search-data.json
|
|
assets/js/zzzz-search-data.json
|
|
assets/js/just-the-docs.js
|
|
*.md
|
|
_includes/mermaid_config.js
|