mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-04-22 07:07:51 +02:00
Fix versioned docs
This commit is contained in:
parent
c58f043a83
commit
93f357f63a
@ -111,7 +111,6 @@ window.$docsify = {
|
|||||||
hook.beforeEach(function (content, next) {
|
hook.beforeEach(function (content, next) {
|
||||||
content = content.replaceAll(proBadgeRegex, proLink)
|
content = content.replaceAll(proBadgeRegex, proLink)
|
||||||
content = content.replaceAll(oldProBadge, proLink)
|
content = content.replaceAll(oldProBadge, proLink)
|
||||||
console.log(content)
|
|
||||||
next(content)
|
next(content)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96">
|
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96">
|
||||||
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16">
|
||||||
<link rel="stylesheet" href="assets/theme.css">
|
<link rel="stylesheet" href="/assets/theme.css">
|
||||||
<link rel="stylesheet" href="assets/style.css">
|
<link rel="stylesheet" href="/assets/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user