This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5bbfc74 fix (#320)
5bbfc74 is described below
commit 5bbfc74982f2c47d48433570e1e0d2e7f7298d00
Author: Juntao Zhang <[email protected]>
AuthorDate: Wed Aug 25 20:09:55 2021 -0500
fix (#320)
---
themes/docsy/layouts/_default/baseof.html | 4 ++--
themes/docsy/static/css/swiper-bundle.min.css | 13 +++++++++++++
themes/docsy/static/js/swiper-bundle.min.js | 14 ++++++++++++++
3 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/themes/docsy/layouts/_default/baseof.html
b/themes/docsy/layouts/_default/baseof.html
index 4ad8b55..ec5da57 100644
--- a/themes/docsy/layouts/_default/baseof.html
+++ b/themes/docsy/layouts/_default/baseof.html
@@ -2,8 +2,8 @@
<html lang="{{ .Site.Language.Lang }}" class="no-js _default">
<head>
{{ partial "head.html" . }}
- <link rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css">
- <script src="https://unpkg.com/swiper/swiper-bundle.min.js"> </script>
+ <link rel="stylesheet" href="/css/swiper-bundle.min.css">
+ <script src="/js/swiper-bundle.min.js"> </script>
</head>
<body class="td-{{ .Kind }}">
<header>
diff --git a/themes/docsy/static/css/swiper-bundle.min.css
b/themes/docsy/static/css/swiper-bundle.min.css
new file mode 100644
index 0000000..22103c8
--- /dev/null
+++ b/themes/docsy/static/css/swiper-bundle.min.css
@@ -0,0 +1,13 @@
+/**
+ * Swiper 6.8.4
+ * Most modern mobile touch slider and framework with hardware accelerated
transitions
+ * https://swiperjs.com
+ *
+ * Copyright 2014-2021 Vladimir Kharlampidi
+ *
+ * Released under the MIT License
+ *
+ * Released on: August 23, 2021
+ */
+
+@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64,
d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAA
[...]
\ No newline at end of file
diff --git a/themes/docsy/static/js/swiper-bundle.min.js
b/themes/docsy/static/js/swiper-bundle.min.js
new file mode 100644
index 0000000..31c4ffa
--- /dev/null
+++ b/themes/docsy/static/js/swiper-bundle.min.js
@@ -0,0 +1,14 @@
+/**
+ * Swiper 6.8.4
+ * Most modern mobile touch slider and framework with hardware accelerated
transitions
+ * https://swiperjs.com
+ *
+ * Copyright 2014-2021 Vladimir Kharlampidi
+ *
+ * Released under the MIT License
+ *
+ * Released on: August 23, 2021
+ */
+
+!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?module.exports=t():"function"==typeof
define&&define.amd?define(t):(e="undefined"!=typeof
globalThis?globalThis:e||self).Swiper=t()}(this,(function(){"use
strict";function e(e,t){for(var a=0;a<t.length;a++){var
i=t[a];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in
i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function
t(){return(t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var
a=argu [...]
+//# sourceMappingURL=swiper-bundle.min.js.map
\ No newline at end of file