Răsfoiți Sursa

Fix versioned docs

DarthSim 2 ani în urmă
părinte
comite
93f357f63a
2 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 0 1
      docs/assets/docsify-init.js
  2. 2 2
      docs/index.html

+ 0 - 1
docs/assets/docsify-init.js

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

+ 2 - 2
docs/index.html

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