From ffc4211cecb11233885f878dffaa6659a4a17299 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sun, 14 Feb 2016 00:23:56 +0700 Subject: [PATCH] demo.details is a description of the demo written in YAML, structure compatible with MooTools docn --- .../response.-extension/gist_id/demo.details | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Demo/URL/gh/get/response.-extension/gist_id/demo.details diff --git a/Demo/URL/gh/get/response.-extension/gist_id/demo.details b/Demo/URL/gh/get/response.-extension/gist_id/demo.details new file mode 100644 index 0000000..a67774f --- /dev/null +++ b/Demo/URL/gh/get/response.-extension/gist_id/demo.details @@ -0,0 +1,18 @@ +Everything before the line containing only '---' will not be parsed + +//* URL: /gh/get/response.{extension}/{gist_id}/ + */ + +--- + name: The Name of the Demo + description: Some description, please keep it in one line + authors: + - John Doe + - Jan Wisniewski + resources: + - http://some.url.com/some/file.js + - http://other.url.com/other_filename.css + normalize_css: no + ... + +Everything after the line containing only '...' will not be parsed