Skip to content

KINGSABRI/Cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArangoDB-Logo

The cookbook is still in progress.

In the ArangoDB cookbook you will find some recipes for specific problems regarding ArangoDB.

##How to contribute

Do you have recipes for the ArangoDB Cookbook?
Write them down and we will add them to the Cookbook.

It's pretty easy. You write a markdown file in the recipes folder. At the end of your recipe you can add your name and some tags so other users can find your recipe faster. The tags should be written in lower case.

An Example:

Author: yourName

Tags: #arangodb #cookbook #aql

After that you edit SUMMARY.md and simply add a title and the file name to the end of it.

Now make a pull request and we will add your recipe as soon as possible.

##How to use a local Cookbook

If you want to create a local Cookbook perform the following steps:

$ npm install gitbook -g
  • Go into the recipes folder
  • Use gitbook build
  • open 'recipes/_book/index.html

About

Recipes for the multi-model database ArangoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 34.8%
  • Shell 34.0%
  • JavaScript 31.2%