Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
huihut committed Jun 24, 2019
1 parent 836a2c3 commit eb5aee6
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,33 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>interview</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">
<link rel="icon" href="https://huihut-img.oss-cn-shenzhen.aliyuncs.com/emoji-book.png">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
name: 'interview',
repo: 'https://github.com/huihut/interview',
maxLevel: 3,
mergeNavbar: true,
search: {
paths: 'auto',
placeholder: '🔍 Type to search ',
noData: '😞 No Results! ',
depth: 6
},
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
<script src="//unpkg.com/prismjs/components/prism-c.js"></script>
<script src="//unpkg.com/prismjs/components/prism-cpp.js"></script>
</body>
</html>

0 comments on commit eb5aee6

Please sign in to comment.