Skip to content

Commit 3729ccb

Browse files
committed
example move to docsify@5
1 parent 98a2d2d commit 3729ccb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Docsify-Kroki Example</title>
77
<meta name="viewport"
88
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
9-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" />
9+
<link rel="stylesheet" href="//unpkg.com/docsify@rc/dist/themes/core.css" />
1010
</head>
1111

1212
<body>
@@ -45,12 +45,13 @@
4545
"vegalite",
4646
"wavedrom",
4747
"wireviz",
48-
],
48+
],
49+
serverPath: "https://kroki.io/",
4950
// put your config here
5051
}
5152
}
5253
</script>
53-
<script src="//unpkg.com/docsify"></script>
54+
<script src="//cdn.jsdelivr.net/npm/docsify@rc"></script>
5455

5556
<!-- plugins -->
5657
<script src="//unpkg.com/docsify-copy-code@2"></script>

0 commit comments

Comments
 (0)