mirror of https://gitee.com/bigwinds/arangodb
Add footer to docs, unify slogan
This commit is contained in:
parent
a2b47c1fd9
commit
c27a8c14a5
|
@ -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")
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
© ArangoDB - the native multi-model NoSQL database
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,6 +32,10 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.gsib_a {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
© ArangoDB - the native multi-model NoSQL database
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,6 +32,10 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.gsib_a {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
© ArangoDB - the native multi-model NoSQL database
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,6 +32,10 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.gsib_a {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue