Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2048610

Browse files
authored
fix: {docsify-updated} in the sample code is parsed into time (#1321)
1 parent9150678 commit2048610

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎docs/index.html‎

Lines changed: 2 additions & 1 deletion
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‎

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp