1
0
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:
DarthSim 2022-07-04 16:02:30 +06:00
parent c58f043a83
commit 93f357f63a
2 changed files with 2 additions and 3 deletions

View File

@ -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)
})

View File

@ -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) -->