Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,15 @@ dte.ps1

# Custom
**/appsettings.Development.json

# Jekyll / GitHub Pages local build
_site/
.jekyll-cache/
.jekyll-metadata
.sass-cache/
vendor/
.bundle/
docs/site/Gemfile.lock

# Claude Code scratch directory (local, not shared)
.claude/
13 changes: 13 additions & 0 deletions docs/site/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.3"
gem "just-the-docs"

group :jekyll_plugins do
gem "jekyll-remote-theme"
gem "jekyll-include-cache"
gem "jekyll-seo-tag"
gem "jekyll-relative-links"
end

gem "webrick", "~> 1.8"
2 changes: 1 addition & 1 deletion docs/site/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Hyperbee Migrations
title: Hyperbee Migrations
description: Documentation for Hyperbee Migrations.
remote_theme: pmarsceill/just-the-docs
baseurl: "/hyperbee.migrations/"
Expand Down
2 changes: 1 addition & 1 deletion docs/site/_includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="site-footer">
<footer class="site-footer">
Hyperbee Migration Docs
</footer>
Loading
Loading