Skip to content

Commit

Permalink
Fix sitemap json
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Apr 28, 2024
1 parent 1944508 commit 5d66fde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 0 additions & 1 deletion MonkeyLoader/Meta/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Tracing;
using System.IO;
using System.Linq;
using Zio;
Expand Down
3 changes: 3 additions & 0 deletions MonkeyLoader/Patching/MonkeyBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ internal set
/// <inheritdoc/>
public Type Type { get; }

/// <summary>
/// Initializes the monkey base.
/// </summary>
internal MonkeyBase()
{
Type = GetType();
Expand Down
18 changes: 9 additions & 9 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"_appName": "MonkeyLoader",
"_appTitle": "MonkeyLoader",
"_enableSearch": true,
"pdf": false,
"sitemap": {
"baseUrl": "https://monkeymoddingtroop.github.io/MonkeyLoader",
"priority": 0.1,
"changefreq": "daily",
"fileOptions":{
"**/api/**.yml": {
"priority": 0.3
}
"pdf": false
},
"sitemap": {
"baseUrl": "https://monkeymoddingtroop.github.io/MonkeyLoader",
"priority": 0.1,
"changefreq": "daily",
"fileOptions":{
"**/api/**.yml": {
"priority": 0.3
}
}
}
Expand Down

0 comments on commit 5d66fde

Please sign in to comment.