diff --git a/src/renderer/html_handlebars/hbs_renderer.rs b/crates/mdbook-html/src/html_handlebars/hbs_renderer.rs
similarity index 100%
rename from src/renderer/html_handlebars/hbs_renderer.rs
rename to crates/mdbook-html/src/html_handlebars/hbs_renderer.rs
diff --git a/src/renderer/html_handlebars/helpers/mod.rs b/crates/mdbook-html/src/html_handlebars/helpers/mod.rs
similarity index 100%
rename from src/renderer/html_handlebars/helpers/mod.rs
rename to crates/mdbook-html/src/html_handlebars/helpers/mod.rs
diff --git a/src/renderer/html_handlebars/helpers/navigation.rs b/crates/mdbook-html/src/html_handlebars/helpers/navigation.rs
similarity index 100%
rename from src/renderer/html_handlebars/helpers/navigation.rs
rename to crates/mdbook-html/src/html_handlebars/helpers/navigation.rs
diff --git a/src/renderer/html_handlebars/helpers/resources.rs b/crates/mdbook-html/src/html_handlebars/helpers/resources.rs
similarity index 100%
rename from src/renderer/html_handlebars/helpers/resources.rs
rename to crates/mdbook-html/src/html_handlebars/helpers/resources.rs
diff --git a/src/renderer/html_handlebars/helpers/theme.rs b/crates/mdbook-html/src/html_handlebars/helpers/theme.rs
similarity index 100%
rename from src/renderer/html_handlebars/helpers/theme.rs
rename to crates/mdbook-html/src/html_handlebars/helpers/theme.rs
diff --git a/src/renderer/html_handlebars/helpers/toc.rs b/crates/mdbook-html/src/html_handlebars/helpers/toc.rs
similarity index 100%
rename from src/renderer/html_handlebars/helpers/toc.rs
rename to crates/mdbook-html/src/html_handlebars/helpers/toc.rs
diff --git a/src/renderer/html_handlebars/mod.rs b/crates/mdbook-html/src/html_handlebars/mod.rs
similarity index 100%
rename from src/renderer/html_handlebars/mod.rs
rename to crates/mdbook-html/src/html_handlebars/mod.rs
diff --git a/src/renderer/html_handlebars/search.rs b/crates/mdbook-html/src/html_handlebars/search.rs
similarity index 100%
rename from src/renderer/html_handlebars/search.rs
rename to crates/mdbook-html/src/html_handlebars/search.rs
diff --git a/src/renderer/html_handlebars/static_files.rs b/crates/mdbook-html/src/html_handlebars/static_files.rs
similarity index 100%
rename from src/renderer/html_handlebars/static_files.rs
rename to crates/mdbook-html/src/html_handlebars/static_files.rs