Skip to content

Commit 3e85a56

Browse files
committed
docs: update configs, fix doocs#6
Update configs Fix doocs#6 Add issues button
1 parent 53eb849 commit 3e85a56

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![original](https://img.shields.io/badge/original-%E4%B8%AD%E5%8D%8E%E7%9F%B3%E6%9D%89-orange.svg)](https://github.com/doocs/advanced-java)
55
[![stars](https://img.shields.io/github/stars/doocs/advanced-java.svg)](https://github.com/doocs/advanced-java/stargazers)
66
[![forks](https://img.shields.io/github/forks/doocs/advanced-java.svg)](https://github.com/doocs/advanced-java/network/members)
7+
[![issues](https://img.shields.io/github/issues/doocs/advanced-java.svg)](https://github.com/doocs/advanced-java/issues)
78
[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](http://makeapullrequest.com)
89

910
本系列知识出自中华石杉,我对这部分知识做了一个系统的整理,方便学习查阅。By the way,微信公众号**石杉的架构笔记**(id:shishan100)有其它很多架构知识,墙裂推荐~
@@ -27,7 +28,7 @@
2728
- [es 在数据量很大的情况下(数十亿级别)如何提高查询效率啊?](/docs/high-concurrency/es-optimizing-query-performance.md)
2829
- [es 生产集群的部署架构是什么?每个索引的数据量大概有多少?每个索引大概有多少个分片?](/docs/high-concurrency/es-production-cluster.md)
2930

30-
### [缓存](/docs/high-concurrency/why-cache.md)
31+
### 缓存
3132
- [在项目中缓存是如何使用的?缓存如果使用不当会造成什么后果?](/docs/high-concurrency/why-cache.md)
3233
- [Redis 和 Memcached 有什么区别?Redis 的线程模型是什么?为什么单线程的 Redis 比多线程的 Memcached 效率要高得多?](/docs/high-concurrency/redis-single-thread-model.md)
3334
- [Redis 都有哪些数据类型?分别在哪些场景下使用比较合适?](/docs/high-concurrency/redis-data-types.md)

index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
coverpage: true,
2323
mergeNavbar: true,
2424
search: [
25-
'/', // => /README.md
26-
'/guide', // => /guide.md
27-
'/get-started', // => /get-started.md
28-
'/zh-cn/' // => /zh-cn/README.md
25+
'/' // => /README.md
2926
],
3027
plugins: [
3128
function (hook) {
@@ -48,7 +45,7 @@
4845
}
4946

5047
</script>
51-
<script src="//unpkg.com/docsify"></script>
48+
<!-- <script src="//unpkg.com/docsify"></script> -->
5249
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
5350
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script>
5451
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>

0 commit comments

Comments
 (0)