mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-30 11:37:50 +08:00
docs(index): update index and coverpage
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Java 进阶面试
|
||||
|
||||
> 高并发、分布式、高可用
|
||||
> 高并发 分布式 高可用
|
||||
|
||||
[GitHub](https://github.com/doocs/advanced-java/)
|
||||
[Get Started](#互联网-java-工程师进阶知识完全扫盲)
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user