#
#
#	CONFIG BUNDLE documentationBundle
#
#===============================================================================
#
#  Copyright © /2016         |
#
# ===============================================================================
#
#        GENERATE BY App BUILDER YAML FILE
#
# This file is YAML  FILE
# ---
# YAML:  YAML Ain't Markup Language
#
# What It Is: YAML is a human friendly data serialization
#   standard for all programming languages.
#
# YAML Resources:
#   YAML 1.2 (3rd Edition): http://yaml.org/spec/1.2/spec.html
#   YAML 1.1 (2nd Edition): http://yaml.org/spec/1.1/
#   YAML 1.0 (1st Edition): http://yaml.org/spec/1.0/
#   YAML Trac Wiki: http://trac.yaml.org/
#   YAML Mailing List: yaml-core@lists.sourceforge.net
#   YAML IRC Channel: "#yaml on irc.freenode.net"
#   YAML Cookbook (Ruby): http://yaml4r.sourceforge.net/cookbook/ (local)
#   YAML Reference Parser: http://yaml.org/ypaste/



########## App CONFIG BUNDLE  documentationBundle  ############
locale :			en_en

#
#  WATCHERS
#
#    watchers Listen to changes, deletion, renaming of files and directories
#    of different components
#
#    For watch all components
#
#      watch:			true
#    or
#      watch:
#        controller:		true
#        config: true
#        views:			true
#        translations: true
#
watch:   false

github:
  url :  "https://github.com/nodefony/nodefony/commit/"
