docs: update the website of gStore
This commit is contained in:
parent
84dbb166c3
commit
e9d11f627a
|
@ -91,3 +91,6 @@ tags
|
||||||
*.out
|
*.out
|
||||||
*.bak~
|
*.bak~
|
||||||
|
|
||||||
|
# modules
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Gstore System(also called gStore) is a graph database engine for managing large
|
||||||
|
|
||||||
**The formal help document is in [Handbook](docs/latex/gStore_help.pdf).**
|
**The formal help document is in [Handbook](docs/latex/gStore_help.pdf).**
|
||||||
|
|
||||||
**We have built an IRC channel named #gStore on freenode, and you can also come to our website: [gStore](gstore-pku.com).**
|
**We have built an IRC channel named #gStore on freenode, and you can also come to our website: [gStore](http://gstore-pku.com).**
|
||||||
|
|
||||||
<!--**You can write your information in [survey](http://59.108.48.38/survey) if you like.**-->
|
<!--**You can write your information in [survey](http://59.108.48.38/survey) if you like.**-->
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"ghooks": {
|
||||||
|
"commit-msg": "validate-commit-msg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"scripts": {
|
||||||
|
"changelog-all": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
|
||||||
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue