mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-16 17:05:56 +10:00
38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>KT: A simple kubernetes develope tools</title>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
<meta name="description" content="Description">
|
||
<meta name="viewport"
|
||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||
</head>
|
||
|
||
<body>
|
||
<div id="app">Please wait...</div>
|
||
<script>
|
||
window.$docsify = {
|
||
name: 'Kt Docs',
|
||
repo: '',
|
||
loadSidebar: true,
|
||
loadNavbar: true,
|
||
coverpage: ['/', '/zh-cn/'],
|
||
plugins: [
|
||
function (hook, vm) {
|
||
hook.beforeEach(function (html) {
|
||
return html
|
||
+ '\n\n----\n\n'
|
||
+ '<a href="https://rdc.aliyun.com" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by 云效(RDC)</a>'
|
||
+ '<a href="https://github.com/alibaba/kt-connect/issues/new/choose" target="_blank" style="font-weight: normal; text-decoration: none;">Feedback & Issue</a>'
|
||
})
|
||
}
|
||
]
|
||
}
|
||
</script>
|
||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||
</body>
|
||
|
||
</html> |