From 06324d8b2430a9c27ddd19443b9c14073bb2055b Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 21 Jul 2025 20:17:11 -0700 Subject: [PATCH] Move hbs_renderer 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. --- .../mdbook-html/src}/html_handlebars/hbs_renderer.rs | 0 .../mdbook-html/src}/html_handlebars/helpers/mod.rs | 0 .../mdbook-html/src}/html_handlebars/helpers/navigation.rs | 0 .../mdbook-html/src}/html_handlebars/helpers/resources.rs | 0 .../mdbook-html/src}/html_handlebars/helpers/theme.rs | 0 .../mdbook-html/src}/html_handlebars/helpers/toc.rs | 0 {src/renderer => crates/mdbook-html/src}/html_handlebars/mod.rs | 0 .../renderer => crates/mdbook-html/src}/html_handlebars/search.rs | 0 .../mdbook-html/src}/html_handlebars/static_files.rs | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/hbs_renderer.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/helpers/mod.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/helpers/navigation.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/helpers/resources.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/helpers/theme.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/helpers/toc.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/mod.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/search.rs (100%) rename {src/renderer => crates/mdbook-html/src}/html_handlebars/static_files.rs (100%) 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