学习过程中的笔记。更好的阅读效果:https://studeyang.tech/technotes
1、使用 Github 自带的搜索。比如要搜索 redis:
2、使用 Sourcegraph.com 搜索。
3、将这个仓库克隆到本地,然后在仓库目录使用下面的命令。
$ grep -nri [搜索词] docs | cat --number
比如,搜索 redis 相关内容。
$ grep -nri redis docs | cat --number
- Apollo:https://github.com/apolloconfig/apollo/tree/master/docs
- Docsify:https://docsify.js.org/#/zh-cn/
在学习过程中,如果遇到有深度、有帮助的内容,我会以文章的形式分享出来,内容会发表在我的公众号、掘金和今日头条,也会维护在 Github:studeyang/leanrning-share。
公众号可通过微信搜索「杨同学technotes」或者扫下面的二维码,即可关注。