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/ 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 @@ -