Browse Source

Add 'last modified' plugin

Source: https://github.com/Still34/DocFx.Plugin.LastModified
Licensed under MIT License
pull/1161/head
Still Hsu 7 years ago
parent
commit
3aa5d363de
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 3 additions and 2 deletions
  1. BIN
      docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll
  2. +3
    -2
      docs/docfx.json

BIN
docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll View File


+ 3
- 2
docs/docfx.json View File

@@ -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",


Loading…
Cancel
Save