Skip to content

Commit 4516070

Browse files
committed
Properly configure gitbook settings
1 parent 877e7aa commit 4516070

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ hs_err_pid*
9494
.Trash-*
9595

9696
idea-flex.skeleton
97+
/book-build
98+
/_book

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Graph Database support plugin allows you to work with databases without leaving IDE.
55

66
- Bugs, questions, suggestions - [Issue tracker](https://github.com/neueda/jetbrains-plugin-graph-database-support/issues)
7-
- Documentation (*WIP*) - [Uncyclo](https://github.com/neueda/jetbrains-plugin-graph-database-support/wiki)
7+
- [Documentation](https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content)
88

99
Plugin is developed and supported by [Neueda R&D](http://neueda.lv/).
1010

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Summary
22

33
* [Introduction](README.md)
4-
* [Getting started](_docs/getting-started/index.md)
4+
* [Getting started](docs/getting-started/index.md)

book.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@
66
},
77
"title": "Jetbrains Plugin - Graph Database Support",
88
"description": "Graph Database support plugin allows you to work with databases without leaving IDE.",
9-
"author": "Dmitry Vrublevsky"
9+
"author": "Dmitry Vrublevsky",
10+
"plugins": [
11+
"-search",
12+
"-lunr",
13+
"-sharing"
14+
],
15+
"pluginsConfig": {
16+
"fontsettings": {
17+
"theme": "white",
18+
"family": "sans",
19+
"size": 2
20+
}
21+
}
1022
}
File renamed without changes.

0 commit comments

Comments
 (0)