Skip to content

Commit

Permalink
docs: update formatUpdated (#1645)
Browse files Browse the repository at this point in the history
* update: docs formatUpdated.
  • Loading branch information
Koooooo-7 committed Oct 6, 2021
1 parent 6ee1c14 commit f23f56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/write-a-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ window.$docsify = {

```js
window.$docsify = {
// The date template pattern
formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
plugins: [
function(hook, vm) {
hook.beforeEach(function(html) {
Expand Down

1 comment on commit f23f56a

@vercel
Copy link

@vercel vercel bot commented on f23f56a Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.