Skip to content

Commit

Permalink
Update DocFX version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-weiland committed Sep 5, 2023
1 parent 13cd622 commit 213a73a
Show file tree
Hide file tree
Showing 45 changed files with 378 additions and 480 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update-pages.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: Update GitHub Pages
name: Update Documentation Site

on: workflow_dispatch

permissions:
contents: write

jobs:
deploy:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup NuGet
uses: NuGet/[email protected]
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x

- name: Install docfx
run: nuget install docfx.console -version 2.59.0
run: dotnet tool install -g docfx --version 2.70.1

- name: Build
run: |
docfx.console.2.59.0/tools/docfx.exe metadata Docs/docfx.json
docfx.console.2.59.0/tools/docfx.exe build --logLevel Warning --warningsAsErrors Docs/docfx.json
run: docfx Docs/docfx.json

- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
Expand Down
8 changes: 5 additions & 3 deletions Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"dest": "api",
"filter": "apifilter.yml",
"disableGitFeatures": false,
"disableDefaultFilter": false
"disableDefaultFilter": false,
"memberLayout": "separatePages",
"enumSortOrder": "declaringOrder"
}
],
"build": {
Expand Down Expand Up @@ -67,7 +69,8 @@
"_baseUrl": "https://riptide.tomweiland.net/",
"_description": "Documentation for Riptide Networking.",
"_donateUrl": "https://github.com/sponsors/tom-weiland",
"_donateText": "Support Riptide"
"_donateText": "Support Riptide",
"_lang": "csharp"
},
"fileMetadata": {
"redirectUrl": {
Expand All @@ -78,7 +81,6 @@
"fileMetadataFiles": [],
"template": [
"default",
"plugins/memberpage.2.59.0/content",
"templates/riptide"
],
"xrefService": [
Expand Down
Binary file removed Docs/plugins/memberpage.2.59.0/.signature.p7s
Binary file not shown.

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions Docs/plugins/memberpage.2.59.0/content/partials/class.tmpl.partial

This file was deleted.

This file was deleted.

Loading

0 comments on commit 213a73a

Please sign in to comment.