Browse Source

Bump LastModified plugin

* Changed the path from 'lastmodified' to 'last-modified' for consistency
pull/1161/head
Still Hsu 7 years ago
parent
commit
532bc744cf
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
4 changed files with 1 additions and 1 deletions
  1. +0
    -0
      docs/_template/last-modified/plugins/LICENSE
  2. BIN
      docs/_template/last-modified/plugins/LastModifiedPostProcessor.dll
  3. BIN
      docs/_template/lastmodified/plugins/LastModifiedPostProcessor.dll
  4. +1
    -1
      docs/docfx.json

docs/_template/lastmodified/plugins/LICENSE → docs/_template/last-modified/plugins/LICENSE View File


BIN
docs/_template/last-modified/plugins/LastModifiedPostProcessor.dll View File


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


+ 1
- 1
docs/docfx.json View File

@@ -36,7 +36,7 @@
"template": [
"default",
"_template/light-dark-theme",
"_template/lastmodified"
"_template/last-modified"
],
"postProcessors": ["ExtractSearchIndex", "LastModifiedPostProcessor"],
"overwrite": "_overwrites/**/**.md",


Loading…
Cancel
Save