Move theme to mdbook-html

This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-html.
Additional commits will refactor/move/remove items.
This commit is contained in:
Eric Huss 2025-07-21 18:07:42 -07:00
parent 6805740e20
commit 3087686559
52 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

View file

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -4,7 +4,7 @@
"eslint": "^8.57.1"
},
"scripts": {
"lint": "eslint src/front-end/*js src/front-end/**/*js",
"lint-fix": "eslint --fix src/front-end/*js src/front-end/**/*js"
"lint": "eslint crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js",
"lint-fix": "eslint --fix crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js"
}
}