From 591a607900de79162b952927b6c1e0c09e1572be Mon Sep 17 00:00:00 2001 From: Brenton Farmer Date: Sun, 12 Apr 2026 18:45:15 -0700 Subject: [PATCH 1/2] Ignore .claude/ (Claude Code scratch dir) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 492012d..0003fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -404,3 +404,6 @@ _site/ vendor/ .bundle/ docs/site/Gemfile.lock + +# Claude Code scratch directory (local, not shared) +.claude/ From 8d55a6a99e2dad7db70cf4f75627831fffb93945 Mon Sep 17 00:00:00 2001 From: Brenton Farmer Date: Sun, 12 Apr 2026 19:02:51 -0700 Subject: [PATCH 2/2] Strip UTF-8 BOMs and replace non-ASCII chars with ASCII just-the-docs / Jekyll fails intermittently on files with BOMs or stray Unicode. Sweep docs/site/: - Strip BOM (EF BB BF) from all text files (*.md, *.yml, *.html) - Replace em-dash \u2014 with -- - Replace en-dash \u2013 with - - Replace nbsp U+00A0 with regular space - Replace right arrow \u2192 with -> - Replace mu \u03bc with u (microseconds become us in benchmark tables) --- docs/site/AhoCorasick-Trie.md | 2 +- docs/site/Deque.md | 2 +- docs/site/_config.yml | 2 +- docs/site/_includes/nav_footer_custom.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/site/AhoCorasick-Trie.md b/docs/site/AhoCorasick-Trie.md index be2f11d..8749f52 100644 --- a/docs/site/AhoCorasick-Trie.md +++ b/docs/site/AhoCorasick-Trie.md @@ -1,4 +1,4 @@ ---- +--- layout: default title: AhoCorasick Trie nav_order: 2 diff --git a/docs/site/Deque.md b/docs/site/Deque.md index 2dd233d..cf3d997 100644 --- a/docs/site/Deque.md +++ b/docs/site/Deque.md @@ -1,4 +1,4 @@ ---- +--- layout: default title: Deque nav_order: 4 diff --git a/docs/site/_config.yml b/docs/site/_config.yml index ab03510..4dc5b30 100644 --- a/docs/site/_config.yml +++ b/docs/site/_config.yml @@ -1,4 +1,4 @@ -title: Hyperbee Collections +title: Hyperbee Collections description: Documentation for Hyperbee Collections. remote_theme: pmarsceill/just-the-docs baseurl: "/hyperbee.collections/" diff --git a/docs/site/_includes/nav_footer_custom.html b/docs/site/_includes/nav_footer_custom.html index 0a52c0c..b3e32e2 100644 --- a/docs/site/_includes/nav_footer_custom.html +++ b/docs/site/_includes/nav_footer_custom.html @@ -1,3 +1,3 @@ -