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-gh-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
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,12 @@ FodyWeavers.xsd
*.sln.iml

# Claude Code
.claude/
.claude/
# Jekyll / GitHub Pages local build
_site/
.jekyll-cache/
.jekyll-metadata
.sass-cache/
vendor/
.bundle/
docs/site/Gemfile.lock
2 changes: 1 addition & 1 deletion Hyperbee.Expressions.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<File Path="LICENSE" />
<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
10 changes: 0 additions & 10 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,5 +1,5 @@
title: Hyperbee Expressions
description: Documentation for Hyperbee Expressions async, yield, loop, and compiler extensions for .NET expression trees.
description: Documentation for Hyperbee Expressions -- async, yield, loop, and compiler extensions for .NET expression trees.
remote_theme: pmarsceill/just-the-docs
baseurl: "/hyperbee.expressions/"
url: "https://stillpoint-software.github.io"
Expand Down
2 changes: 1 addition & 1 deletion docs/compiler/api.md → docs/site/compiler/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: API Reference
parent: Compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Compiler
has_children: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Diagnostics
parent: Compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Overview
parent: Compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Performance
parent: Compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Configuration
has_children: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Dependency Injection
parent: Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Module Providers
parent: Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Runtime Options
parent: Configuration
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Async Block
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Await
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Configuration Value
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Debug
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Enumerable Block
parent: Expressions
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/expressions/for.md → docs/site/expressions/for.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: For
parent: Expressions
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Inject
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: String Format
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Using
parent: Expressions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: While
parent: Expressions
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.md → docs/site/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Hyperbee Expressions
nav_order: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/lab/fetch.md → docs/site/lab/fetch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Fetch
parent: Lab
Expand Down
2 changes: 1 addition & 1 deletion docs/lab/json.md → docs/site/lab/json.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: JSON
parent: Lab
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/lab/map-reduce.md → docs/site/lab/map-reduce.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Map / Reduce
parent: Lab
Expand Down
Loading
Loading