This repo is to host the Neo4j developer and data scientist content in Chinese.
Proudly bring to you by the Neo4j APAC/China team.
You can find the content published on Neo4j WeChat Subscription Account (QR code below), Neo4j Developer blog on CSDN and other tech platforms.
Catalog: docs/README.md
这个代码库用来存放和管理Neo4j中文技术内容,由Neo4j亚太团队为您呈献。
你也可以在Neo4j公众号(下方二维码),CSDN的Neo4j 开发者博客,以及其他技术媒体上找到这些文章。
文章目录:docs/README.md
As simple as following the steps:
- Fork this repo.
- Add your content under
docs/yyyy-mm
folder with English file name. - Put static resources (Images, ext files etc) under the folder named the same as your
md
file. - Submit PR when the content is ready.
I use Typora to edit md
files. You'd follow this Image settings if you like:
Enjoy writing!
You'd probably find there are package
json files. Yes! I'm using Docsify to host the content. You can do it as well by just 2 steps:
- Install Docsify
npm i docsify-cli
- Run Docsify
npx docsify serve docs
Then you can visit https://localhost:3000 to see the content.