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
2 changes: 1 addition & 1 deletion .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
source: ./docs/site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,15 @@ FodyWeavers.xsd
*.msp

# JetBrains Rider
*.sln.iml
*.sln.iml
# 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/
2 changes: 1 addition & 1 deletion Hyperbee.Resources.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<File Path="NuGet.Config" />
<File Path="README.md" />
<File Path="version.json" />
<Project Path="docs/docs.shproj" />
<Project Path="docs/site/docs.shproj" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/dependabot.yml" />
Expand Down
3 changes: 0 additions & 3 deletions docs/.todo.md

This file was deleted.

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/_config.yml → docs/site/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Hyperbee Resources
title: Hyperbee Resources
description: Documentation for Hyperbee Resources.
remote_theme: pmarsceill/just-the-docs
baseurl: "/hyperbee.resources/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="site-footer">
<footer class="site-footer">
Hyperbee Resources Docs
</footer>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading