docs(index): update index and coverpage

This commit is contained in:
yanglbme
2018-12-20 20:35:47 +08:00
parent 034f92214c
commit 6bf5dde1ab
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Java 进阶面试
> 高并发分布式高可用
> 高并发 分布式 高可用
[GitHub](https://github.com/doocs/advanced-java/)
[Get Started](#互联网-java-工程师进阶知识完全扫盲)

View File

@@ -11,7 +11,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png?v=5.1.4">
</head>
<body>
<div id="app"></div>
<div id="app">Loading</div>
<script>
window.$docsify = {
name: 'advanced-java',
@@ -27,7 +27,8 @@
'/solution/the-beauty-of-programming'
],
loadNavbar: true,
coverpage: true
coverpage: true,
mergeNavbar: true
}
</script>
<script src="//unpkg.com/docsify"></script>