1
0
Fork 0
Commit Graph

29 Commits

Author SHA1 Message Date
jsteemann 4488558a5f fix documentation building 2018-08-27 10:27:56 +02:00
Wilfried Goesgens d131f801e8 Doc - improves build script (#5980)
* output anchors present in the file that another link w. Anchor failed to match
* sort anchors alphabetically, so eyeball-grep works better
2018-07-26 11:09:53 +02:00
Wilfried Goesgens d7f96d2a63 Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
Wilfried Goesgens bf32c4e7e1 Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
Wilfried Goesgens 5ed2ca5a56 Doc - fix link layer1 (#5763) 2018-07-04 19:20:10 +02:00
Simran 9fcab2fbe5 Docs - Add drivers integrations section (#5754) 2018-07-04 14:44:36 +02:00
Simran 0aa1ae24b3 Doc - Take whatever line endings and turn them into LF in generation (#5714) 2018-07-02 15:34:35 +02:00
sleto-it 60bc6a948c
Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
sleto-it edc31ff7dd
Doc - Upgrade & Deployment Refactor (#4750) 2018-06-30 11:11:56 +02:00
Wilfried Goesgens 25f77ceeb1 documentation/fix cygwin pdf generation (#5545) 2018-06-07 10:45:04 +02:00
Heiko beb8aae99c Updated Geo.md - typos and wrong distance query (#5365) 2018-05-25 19:26:40 +02:00
Simran 59de3403c1 Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Wilfried Goesgens 7646d02702 Documentation/re add link (#5241) 2018-05-02 11:09:12 +02:00
maxkernbach 15bb69224f Doc- Fix build script (#5118) 2018-04-20 13:07:17 +02:00
sleto-it 5661492de0
Doc - New Driver Book (#4825) 2018-04-12 17:12:54 +02:00
Simran cf5ca07ff9 Doc - Move execution of codeBlockReader.py to build-book() (#4817) 2018-03-12 13:45:20 +01:00
sleto-it 0ba532b16a
Doc - Replication Refactor - Part 1 (#4555)
Next steps after DC2DC and Cluster doc improvements:

- We refactor replication sections and make more intuitive separation between Master/Slave and the new Active Failover in 3.3
- We create corresponding sections for Master/Slave and Active Failover in the Administration and Deployment chapters, as well as in the Scalability chapter, where these "modes" are introduced
- We touch and improve the "Architecture" chapter as well, where some architecture info have to be placed
- We reorg the TOC having in more "logical" order:
-- Deployment
-- Administration
-- Security
-- Monitoring
-- Troubleshooting
- We adds parts in the TOC
- We add toc per pages, using page-toc plugin
- We also put close together "Scalability" and "Architecture" chapters, preliminary steps of further improvements / aggregation
- We improve swagger

Internal Ref:
- https://github.com/arangodb/planning/issues/1692
- https://github.com/arangodb/planning/issues/1655
- https://github.com/arangodb/planning/issues/1858
- https://github.com/arangodb/planning/issues/973 (partial fix)
- https://github.com/arangodb/planning/issues/1498 (partial fix)
2018-02-28 12:23:19 +01:00
Simran efa75d345c Proper links for new features, correct sitemap URL of Cookbook (#4118)
* Proper links for new features, correct sitemap URL of Cookbook

* Update CSS, remove HEADER.html, remove traces of MDPP
2017-12-21 11:34:05 +01:00
jsteemann ba74203be6 port documentation changes from 3.3 2017-12-20 15:48:17 +01:00
Wilfried Goesgens 34c3ee6678 Tie up loose ends in the iresearch documentation (#4100) 2017-12-19 13:53:57 +01:00
Wilfried Goesgens 3fe4b2fda5 backport documentation variable configurations (#3850)
* Correct custom search IDs, sitemap and edit URLs

* deploy versions through shell script from central places

* shellcheckify

* shellcheck, indent

* move all configs into one file

* add settings

* one more char that may occur in ids

* add per book version, its not yet the right ids.

* Update VERSIONS

Created new CSE for Devel Cookbook, replaced all IDs by Devel CSE IDs, adjusted prio to 0.3
2017-12-05 14:11:21 +01:00
Wilfried Goesgens d3d524c49c Documentation/fix cookbook index (#3300)
* fix links and formatting in the index

* add check for Headlines broken in the github render ergine

* fix headlines
2017-09-21 10:30:32 +02:00
Wilfried Goesgens fbfd3491fb Documentation/migrate cookbook devel 32 (#3290)
* migrate the Cookbook into the ArangoDB core repository

* make cookbook links local
2017-09-20 13:40:50 +02:00
Wilfried Goesgens 1f5fa6fec4 handle the NODE_MODULES_DIR via a global variable. 2017-08-25 15:56:33 +02:00
Wilfried Goesgens 840e2d3151 cleanup our workplace before we do a distbuild 2017-08-25 14:18:38 +02:00
Wilfried Goesgens 79d6c481b8 remove directory first, so we don't copy it into a sub directory 2017-08-25 11:00:53 +02:00
Wilfried Goesgens 17a8049e50 enable scripts to force a gitbook version that is currently already installed, so it doesn't fetch stuff from the 'net. (#2803) 2017-07-18 21:44:56 +02:00
Simran Brucherseifer 9edc0b763f Docs: Strip line breaks from VERSION, delete .md leftovers
a line break at the end of the VERSION file can break book.json. Remove markdown files that Gitbook leaves behind in output
2017-06-28 14:35:00 +02:00
Wilfried Goesgens 2646ea2ad1 Migrate documentation build process to pure bash. (#2619)
* Migrate documentation build process to pure bash.

- the old makefile contained multiple shell snippets which were hard to maintain
- Convert it from Makefile to pure bash build.sh
- Fix error reporting in companion python scripts
- adjust README_maintainers.md to the new script
- provide wrapper GNUMakefile for automatic jobs for compatibility
- use the new shellscript inside the docker wrapper
- use the systems available processors inside the docker container if we build arangod
- strive to build enterprise binaries, since some examples require it.

* fix wrapper makefile
2017-06-21 14:34:17 +02:00