Skip to content

Commit

Permalink
docs: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jan 6, 2019
1 parent 267e2fa commit 2adc168
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coding Interviews
# Coding Interview

<p>
<a href="https://github.com/doocs/coding-interview/stargazers"><img src="https://img.shields.io/github/stars/doocs/coding-interview.svg" alt="stars"></a>
Expand Down
2 changes: 1 addition & 1 deletion _coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* 记录各大互联网公司 IT 技术面试高频题

[GitHub](https://github.com/doocs/coding-interview/)
[Get Started](#coding-interviews)
[Get Started](#Coding-Interview)
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Coding-Interview</title>
<title>代码面试题集</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="coding-interview">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand All @@ -19,7 +19,6 @@
maxLevel: 3,
auto2top: true,
coverpage: true,
mergeNavbar: true,
search: [
'/', // => /README.md
'/solution/coding-interview',
Expand All @@ -46,14 +45,16 @@
}

</script>
<script src="//unpkg.com/docsify"></script>
<!-- <script src="//unpkg.com/docsify"></script> -->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<script src="//unpkg.com/docsify-copy-code"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
</body>
</html>

0 comments on commit 2adc168

Please sign in to comment.