Skip to content

Commit 2048610

Browse files
authored
fix: {docsify-updated} in the sample code is parsed into time (#1321)
1 parent 9150678 commit 2048610

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
'/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1',
3434
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
3535
'/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
36-
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
36+
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1',
37+
'/write-a-plugin': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md'
3738
},
3839
auto2top: true,
3940
coverpage: true,

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
'/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1',
2929
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
3030
'/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
31-
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
31+
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1',
32+
'/write-a-plugin': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md'
3233
},
3334
auto2top: true,
3435
basePath: '/docs/',

0 commit comments

Comments
 (0)