更新 CROS 可能出现问题的连接
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
doc:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ${PWD}/src:/home/node
|
||||
ports:
|
||||
- 3000:3000
|
||||
command: docsify serve .
|
||||
+1
-1
@@ -79,7 +79,7 @@
|
||||
'/ru-ru/(.*)':
|
||||
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
|
||||
'/zh-cn/(.*)':
|
||||
'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1.md',
|
||||
'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1',
|
||||
},
|
||||
auto2top: true,
|
||||
coverpage: true,
|
||||
|
||||
Reference in New Issue
Block a user