Skip to content

Commit bef19ec

Browse files
authored
Ignore .claude/ (Claude Code scratch dir)
* Ignore .claude/ (Claude Code scratch dir) * 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)
1 parent c2accad commit bef19ec

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,6 @@ _site/
404404
vendor/
405405
.bundle/
406406
docs/site/Gemfile.lock
407+
408+
# Claude Code scratch directory (local, not shared)
409+
.claude/

docs/site/AhoCorasick-Trie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
layout: default
33
title: AhoCorasick Trie
44
nav_order: 2

docs/site/Deque.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
layout: default
33
title: Deque
44
nav_order: 4

docs/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Hyperbee Collections
1+
title: Hyperbee Collections
22
description: Documentation for Hyperbee Collections.
33
remote_theme: pmarsceill/just-the-docs
44
baseurl: "/hyperbee.collections/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<footer class="site-footer">
1+
<footer class="site-footer">
22
Hyperbee Collection Docs
33
</footer>

0 commit comments

Comments
 (0)