Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / README
index 43be6eb..385193c 100644 (file)
@@ -46,15 +46,17 @@ Editing docs
        API documentation) or "articles" (if changing non-API documentation).
        If adding files or APIs you'll also need to add something to "public".
 
-     - Files in templates directory use the Handlebar template language. It is
+     - Files in templates directory use the Motemplate template language. It is
        extremely simple, essentially: write HTML.
-       See third_party/handlebar/README.md.
+       See third_party/motemplate/README.md.
 
      - static/css/out/site.css is generated by compiling static/sass/*.scss
        files. Don't change site.css directly. Instead, change the *.scss files
        and run compass from this (docs/) directory:
            compass compile .
        See http://compass-style.org/install to install compass.
+       See https://codereview.chromium.org/238303002/#msg6 for configuration
+       information (config.rb).
 
   2. Run 'server2/preview.py'