Skip to content

Commit

Permalink
Docs: Remove content (except DocuBlocks and Scripts) (#10598)
Browse files Browse the repository at this point in the history
* Remove Cookbook (was removed in docs repo)

* Remove documentation, now here: github.com/arangodb/docs (#8918)

DocuBlocks and Scripts remain in this repository!

* Update URL to ArangoSearch Views documentation

* Fix VERSIONS

* Remove content which was copied from docs repo for Swagger generation

* Update CHANGELOG
  • Loading branch information
Simran-B authored and KVS85 committed Dec 6, 2019
1 parent 660ff99 commit 9a9c149
Show file tree
Hide file tree
Showing 1,392 changed files with 140 additions and 131,759 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Expand Up @@ -5,8 +5,6 @@ scripts/unittest eol=lf
*.groovy eol=lf
*.csv binary
*.json eol=lf
Documentation/Books/SummaryBlacklist.txt eol=lf
Documentation/Examples/*.generated merge=ours
VERSION merge=ours
STARTER_REV merge=ours
lib/V8/v8-json.cpp merge=ours
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,6 +1,10 @@
v3.5.4 (XXXX-XX-XX)
-------------------

* Removed content from Documentation/Books, but keeping the subfolders.
The documentation is in a separate repository (except DocuBlocks and Scripts):
https://github.com/arangodb/docs.git

* Fix execution ability in CentOS 6 regarding newer boost.

* Updated arangosync to 0.7.1.
Expand Down
16 changes: 7 additions & 9 deletions CMakeLists.txt
Expand Up @@ -291,20 +291,18 @@ set(ARANGODB_PACKAGE_VENDOR "ArangoDB GmbH")
set(ARANGODB_PACKAGE_CONTACT "info@arangodb.com")
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_HELP_LINK "https://www.arangodb.com/docs/${ARANGODB_VERSION_MAJOR}.${ARANGODB_VERSION_MINOR}/")
set(ARANGODB_CONTACT "hackers@arangodb.com")
set(ARANGODB_FRIENDLY_STRING "ArangoDB - the native multi-model NoSQL database")

# MSVC
set(ARANGO_BENCH_FRIENDLY_STRING "arangobench - stress test program")
set(ARANGO_BACKUP_FRIENDLY_STRING "arangobackup - hot backup tool")
set(ARANGO_DUMP_FRIENDLY_STRING "arangodump - export")
set(ARANGO_RESTORE_FRIENDLY_STRING "arangrestore - importer")
set(ARANGO_BENCH_FRIENDLY_STRING "arangobench - stress test tool")
set(ARANGO_DUMP_FRIENDLY_STRING "arangodump - dump data and configuration")
set(ARANGO_RESTORE_FRIENDLY_STRING "arangrestore - restore data and configuration")
set(ARANGO_EXPORT_FRIENDLY_STRING "arangoexport - data exporter")

set(ARANGO_IMPORT_FRIENDLY_STRING "arangoimport - TSV/CSV/JSON importer")
set(ARANGOSH_FRIENDLY_STRING "arangosh - commandline client")
set(ARANGO_VPACK_FRIENDLY_STRING "arangovpack - vpack printer")
set(ARANGO_IMPORT_FRIENDLY_STRING "arangoimport - data importer")
set(ARANGOSH_FRIENDLY_STRING "arangosh - command-line client")
set(ARANGO_VPACK_FRIENDLY_STRING "arangovpack - VelocyPack pretty-printer")

# libraries
set(LIB_ARANGO arango)
Expand Down
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -33,12 +33,8 @@ Contributing features, documentation, tests
commit message so the issues will get updated automatically with comments.

* If the modifications change any documented behavior or add new features,
document the changes. The documentation can be found in arangod/Documentation
directory. To recreate the documentation locally, run make doxygen. This will
re-create all documentation files in the Doxygen directory in your
repository. You can inspect the documentation in this folder using a text
editor or a browser. We recently agreed that future documentation should be
written in American English (AE).
document the changes. It should be written in American English.
The documentation can be found at https://github.com/arangodb/docs

* When done, run the complete test suite and make sure all tests pass. You can
check [README_maintainers.md](README_maintainers.md) for test run instructions.
Expand Down
8 changes: 0 additions & 8 deletions Documentation/Books/.gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions Documentation/Books/AQL/.gitkeep
@@ -0,0 +1,5 @@
Git can not track empty repositories.
This file ensures that the directory is kept.

Some of the old documentation building scripts are still
used by the new system which copy files into this folder.
306 changes: 0 additions & 306 deletions Documentation/Books/AQL/advanced-array-operators.md

This file was deleted.

11 changes: 0 additions & 11 deletions Documentation/Books/AQL/advanced.md

This file was deleted.

0 comments on commit 9a9c149

Please sign in to comment.