Skip to content

Commit a7a7004

Browse files
committed
Intialize documentation
1 parent 0ade5ac commit a7a7004

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

_docs/GLOSSARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Neo4j
2+
3+
Neo4j is a graph database management system developed by Neo Technology, Inc.
4+
Described by its developers as an ACID-compliant transactional database with native graph storage and processing.

_docs/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Summary
2+
3+
* [Getting started](gettig-started/index.md)

_docs/getting-started/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Getting started
2+
3+
TODO

book.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"root": "_docs",
3+
"structure": {
4+
"summary": "_docs/SUMMARY.md",
5+
"glossary": "_docs/GLOSSARY.md"
6+
},
7+
"title": "Jetbrains Plugin - Graph Database Support",
8+
"description": "Graph Database support plugin allows you to work with databases without leaving IDE.",
9+
"author": "Dmitry Vrublevsky"
10+
}

0 commit comments

Comments
 (0)