index.html 2.2 KB
Newer Older
徐晓伟's avatar
徐晓伟 已提交
1
<!DOCTYPE html>
徐晓伟's avatar
徐晓伟 已提交
2
<html lang="zh">
徐晓伟's avatar
徐晓伟 已提交
3 4
<head>
    <meta charset="UTF-8">
徐晓伟's avatar
徐晓伟 已提交
5
    <title>GitLab、kubernetes(k8s)知识库</title>
徐晓伟's avatar
徐晓伟 已提交
6 7 8 9
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <meta name="description" content="Description">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
    <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
徐晓伟's avatar
徐晓伟 已提交
10
    <link rel="icon" href="static/favicon.ico" type="image/x-icon" />
徐晓伟's avatar
徐晓伟 已提交
11 12 13
</head>
<body>
<div id="app"></div>
徐晓伟's avatar
徐晓伟 已提交
14 15 16
<!-- https://docsify.js.org/#/zh-cn/plugins?id=%e5%9c%a8-github-%e4%b8%8a%e7%bc%96%e8%be%91 -->
<!-- https://github.com/njleonzhang/docsify-edit-on-github -->
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
徐晓伟's avatar
徐晓伟 已提交
17 18 19
<script>
    window.$docsify = {
        name: 'GitLab、kubernetes 知识库',
徐晓伟's avatar
徐晓伟 已提交
20 21 22
        repo: 'https://github.com/xuxiaowei-com-cn/gitlab-k8s',
        // https://docsify.js.org/#/zh-cn/configuration?id=autoheader
        autoHeader: true,
徐晓伟's avatar
徐晓伟 已提交
23 24 25 26 27 28 29 30
        plugins: [
            // https://docsify.js.org/#/zh-cn/plugins?id=%e5%9c%a8-github-%e4%b8%8a%e7%bc%96%e8%be%91
            // https://github.com/njleonzhang/docsify-edit-on-github
            EditOnGithubPlugin.create(
                window.location.hostname.includes('github') ? 'https://github.com/xuxiaowei-com-cn/gitlab-k8s/blob/main/' : 'https://gitee.com/-/ide/project/xuxiaowei-com-cn/gitlab-k8s/edit/main/-/', null, function (file) {
                    return window.location.hostname.includes('github') ? '在 GitHub 上编辑' : '在 Gitee 上编辑'
                })
        ],
徐晓伟's avatar
徐晓伟 已提交
31 32 33
    }
</script>
<!-- Docsify v4 -->
徐晓伟's avatar
徐晓伟 已提交
34
<!-- https://docsify.js.org/#/zh-cn/plugins?id=%e5%a4%8d%e5%88%b6%e5%88%b0%e5%89%aa%e8%b4%b4%e6%9d%bf -->
徐晓伟's avatar
徐晓伟 已提交
35
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
徐晓伟's avatar
徐晓伟 已提交
36 37
<!-- https://docsify.js.org/#/zh-cn/plugins?id=emoji -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
徐晓伟's avatar
徐晓伟 已提交
38 39
<!-- https://docsify.js.org/#/zh-cn/plugins?id=%e5%ad%97%e6%95%b0%e7%bb%9f%e8%ae%a1 -->
<script src="//unpkg.com/docsify-count/dist/countable.js"></script>
徐晓伟's avatar
徐晓伟 已提交
40 41 42
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>