fix
This commit is contained in:
parent
500def97e4
commit
6268d0c33c
@ -1,16 +1,13 @@
|
||||
|
||||
# 操作系统
|
||||
|
||||
- [计算机操作系统](notes/计算机操作系统.md)
|
||||
- [Linux](notes/Linux.md)
|
||||
|
||||
# 算法
|
||||
|
||||
- [剑指 Offer 题解](notes/剑指%20offer%20题解.md)
|
||||
- [Leetcode 题解](notes/Leetcode%20题解)
|
||||
- [算法](notes/算法.md)
|
||||
|
||||
# 操作系统
|
||||
|
||||
- [计算机操作系统](notes/计算机操作系统.md)
|
||||
- [Linux](notes/Linux.md)
|
||||
|
||||
# 网络
|
||||
|
||||
|
@ -34,17 +34,17 @@
|
||||
// Headline depth, 1 - 6
|
||||
depth: 2,
|
||||
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// const gitalk = new Gitalk({
|
||||
// clientID: 'c6c02367e36ca6e2bb2d',
|
||||
// clientSecret: '31a2700e3315b21c5e9f2e887709d8cf21f9ff8f',
|
||||
// repo: 'test',
|
||||
// repo: 'CS-Notes',
|
||||
// owner: 'CyC2018',
|
||||
// admin: ['CyC2018'],
|
||||
// distractionFreeMode: false
|
||||
// })
|
||||
// // distractionFreeMode: false
|
||||
// }),
|
||||
}
|
||||
</script>
|
||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
|
||||
@ -56,6 +56,7 @@
|
||||
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||||
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user