-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathbook.toml
41 lines (34 loc) · 1.42 KB
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[book]
title = "OrientDB"
author = "community"
description = "OrientDB documentation"
src = "./src"
[build]
build-dir = "orientdb-book"
create-missing = false
[preprocessor.index]
[preprocessor.links]
[output.html]
[output.html.fold]
enable = true
level = 0
[output.html.search]
limit-results = 15
#from mdbook-variables
[preprocessor.variables.variables]
book.CE_name= "orientdb-community"
book.CE_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.37/orientdb-community-3.2.37.tar.gz"
book.EE_name= "agent"
book.EE_link = "https://repo1.maven.org/maven2/com/orientechnologies/agent/3.2.37/agent-3.2.37.jar"
book.TP2_name = "orientdb-community-tp2"
book.TP2_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community-tp2/3.2.37/orientdb-community-tp2-3.2.37.tar.gz"
book.TP3_name = "orientdb-community-tp3"
book.TP3_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.37/orientdb-tp3-3.2.37.tar.gz"
book.TP3Spatial_name = "orientdb-community-spatial"
book.TP3Spatial_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.37/orientdb-tp3-3.2.37.tar.gz"
book.source_repository = "https://github.com/orientechnologies/orientdb/blob/develop/"
book.lastGA = "3.2.37"
book.currentVersion = "3.2.37"
book.demoDBVersion_screenshots ="0.76"
book.javase = "https://docs.oracle.com/javase/8/docs"
book.javadoc = "https://orientdb.com/javadoc/develop"