diff --git a/docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll b/docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll new file mode 100644 index 000000000..c527ec698 Binary files /dev/null and b/docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll differ diff --git a/docs/docfx.json b/docs/docfx.json index ccd271999..cb6a36360 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -35,9 +35,10 @@ "dest": "_site", "template": [ "default", - "_template/light-dark-theme" + "_template/light-dark-theme", + "_template/lastmodified" ], - "postProcessors": [ "ExtractSearchIndex" ], + "postProcessors": [ "ExtractSearchIndex", "LastModifiedPostProcessor" ], "overwrite": "_overwrites/**/**.md", "globalMetadata": { "_appTitle": "Discord.Net Documentation",