Skip to content

Commit

Permalink
Merge branch 'feature/docfx' into release/4.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/Gemfile.lock
#	docs/articles/configuration.md
#	docs/configuration.md
#	docs/indexing.md
#	docs/searching.md
#	docs/sorting.md
#	src/Examine.Lucene/Providers/LuceneIndex.cs
  • Loading branch information
Shazwazza committed Oct 27, 2023
2 parents c6fad68 + 222cd9c commit 1127610
Show file tree
Hide file tree
Showing 66 changed files with 215 additions and 3,566 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docfx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Instal DotNet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Setup Github Pages
uses: actions/configure-pages@v3

uses: actions/configure-pages@v3
- name: Build DocFX Site
uses: VakuWare/docfx-pdf-action@v1.4.0
with:
args: docs/v2/docfx.json
args: docs/docfx.json
- name: Upload docfx built site artifact
uses: actions/upload-pages-artifact@v1
with:
path: docs/v2/_site
path: docs/_site

# Deployment job
deploy:
Expand Down
12 changes: 8 additions & 4 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/obj/
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
Empty file added docs/.nojekyll
Empty file.
25 changes: 0 additions & 25 deletions docs/404.html

This file was deleted.

4 changes: 2 additions & 2 deletions docs/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ tagline: Ah snap! We could not find what you are looking for!
permalink: /404.html
---

Try got get back to the Home Page and start over!
## Page not found.

[Go to the Home Page]({{ '/' | absolute_url }})
Head on back to the [Home page](https://shazwazza.github.io/Examine)
39 changes: 0 additions & 39 deletions docs/Gemfile

This file was deleted.

99 changes: 0 additions & 99 deletions docs/Gemfile.lock

This file was deleted.

68 changes: 0 additions & 68 deletions docs/_config.yml

This file was deleted.

38 changes: 0 additions & 38 deletions docs/_includes/site-header.html

This file was deleted.

Loading

0 comments on commit 1127610

Please sign in to comment.