mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +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) {
|
||||
content = content.replaceAll(proBadgeRegex, proLink)
|
||||
content = content.replaceAll(oldProBadge, proLink)
|
||||
console.log(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-32x32.png" sizes="32x32">
|
||||
<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/style.css">
|
||||
<link rel="stylesheet" href="/assets/theme.css">
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
Loading…
Reference in New Issue
Block a user