1
0
Fork 0

Add footer to docs, unify slogan

This commit is contained in:
Simran Brucherseifer 2017-05-12 01:04:21 +02:00
parent a2b47c1fd9
commit c27a8c14a5
13 changed files with 34 additions and 10 deletions

View File

@ -88,7 +88,7 @@ set(ARANGODB_DISPLAY_NAME "ArangoDB")
set(ARANGODB_URL_INFO_ABOUT "https://www.arangodb.com")
set(ARANGODB_HELP_LINK "https://docs.arangodb.com/${ARANGODB_VERSION_MAJOR}.${ARANGODB_VERSION_MINOR}/")
set(ARANGODB_CONTACT "hackers@arangodb.com")
set(ARANGODB_FRIENDLY_STRING "ArangoDB - the multi-model database")
set(ARANGODB_FRIENDLY_STRING "ArangoDB - the native multi-model NoSQL database")
# MSVC
set(ARANGO_BENCH_FRIENDLY_STRING "arangobench - stress test program")

View File

@ -0,0 +1 @@
© ArangoDB - the native multi-model NoSQL database

View File

@ -2,9 +2,9 @@
"gitbook": "^3.2.2",
"title": "ArangoDB VERSION_NUMBER AQL Documentation",
"author": "ArangoDB GmbH",
"description": "Official AQL manual for ArangoDB - the multi-model NoSQL database",
"description": "Official AQL manual for ArangoDB - the native multi-model NoSQL database",
"language": "en",
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "edit-link"],
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "edit-link", "localized-footer"],
"pdf": {
"fontSize": 12,
"toc": true,
@ -32,6 +32,9 @@
"edit-link": {
"base": "https://github.com/arangodb/arangodb/edit/devel/Documentation/Books/AQL",
"label": "Edit Page"
},
"localized-footer": {
"filename": "FOOTER.html"
}
}
}

View File

@ -32,6 +32,10 @@ div.example_show_button {
columns: 3;
}
.page-footer {
opacity: 0.5;
}
.gsib_a {
padding: 0px !important;
}

View File

@ -0,0 +1 @@
© ArangoDB - the native multi-model NoSQL database

View File

@ -2,9 +2,9 @@
"gitbook": "^3.2.2",
"title": "ArangoDB VERSION_NUMBER HTTP API Documentation",
"author": "ArangoDB GmbH",
"description": "Official HTTP API manual for ArangoDB - the multi-model NoSQL database",
"description": "Official HTTP API manual for ArangoDB - the native multi-model NoSQL database",
"language": "en",
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "edit-link"],
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "edit-link", "localized-footer"],
"pdf": {
"fontSize": 12,
"toc": true,
@ -32,6 +32,9 @@
"edit-link": {
"base": "https://github.com/arangodb/arangodb/edit/devel/Documentation/Books/HTTP",
"label": "Edit Page"
},
"localized-footer": {
"filename": "FOOTER.html"
}
}
}

View File

@ -32,6 +32,10 @@ div.example_show_button {
columns: 3;
}
.page-footer {
opacity: 0.5;
}
.gsib_a {
padding: 0px !important;
}

View File

@ -0,0 +1 @@
© ArangoDB - the native multi-model NoSQL database

View File

@ -36,7 +36,7 @@ as administrator (search for *cmd* and right click *run as
administrator*).
cmd> arangod --install-service
INFO: adding service 'ArangoDB - the multi-model database' (internal 'ArangoDB')
INFO: adding service 'ArangoDB - the native multi-model NoSQL database' (internal 'ArangoDB')
INFO: added service with command line '"C:\Program Files (x86)\ArangoDB 3.x.x\bin\arangod.exe" --start-service'
Open the service manager and start ArangoDB. In order to enable logging

View File

@ -30,7 +30,7 @@ some of the samples are re-implemented.
### Overview
ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.
ArangoDB is a native multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.
Key features include:

View File

@ -2,9 +2,9 @@
"gitbook": "^3.2.2",
"title": "ArangoDB VERSION_NUMBER Documentation",
"author": "ArangoDB GmbH",
"description": "Official manual for ArangoDB - the multi-model NoSQL database",
"description": "Official manual for ArangoDB - the native multi-model NoSQL database",
"language": "en",
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "callouts@git+https://github.com/Simran-B/gitbook-plugin-callouts.git", "edit-link"],
"plugins":["-search", "-lunr", "-sharing", "toggle-chapters", "addcssjs", "anchorjs", "sitemap-general", "ga", "callouts@git+https://github.com/Simran-B/gitbook-plugin-callouts.git", "edit-link","localized-footer"],
"pdf": {
"fontSize": 12,
"toc": true,
@ -32,6 +32,9 @@
"edit-link": {
"base": "https://github.com/arangodb/arangodb/edit/devel/Documentation/Books/Manual",
"label": "Edit Page"
},
"localized-footer": {
"filename": "FOOTER.html"
}
}
}

View File

@ -32,6 +32,10 @@ div.example_show_button {
columns: 3;
}
.page-footer {
opacity: 0.5;
}
.gsib_a {
padding: 0px !important;
}

View File

@ -59,7 +59,7 @@ static std::string ServiceName = "ArangoDB";
/// @brief Windows service name for the user.
////////////////////////////////////////////////////////////////////////////////
static std::string FriendlyServiceName = "ArangoDB - the multi-model database";
static std::string FriendlyServiceName = "ArangoDB - the native multi-model NoSQL database";
////////////////////////////////////////////////////////////////////////////////
/// @brief service status handler