From 07e9ee6d21f73eb786d8f27d1d4dcbcc7703c7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Medina?= Date: Thu, 12 Apr 2018 13:21:50 +0200 Subject: [PATCH] Update examples.json --- examples/examples.json | 73 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/examples/examples.json b/examples/examples.json index bbc2714..d509eda 100644 --- a/examples/examples.json +++ b/examples/examples.json @@ -1,31 +1,76 @@ { "main": { - "file": "misc/torque-interactions-methods.md" + "file": "car.html" }, "categories": [ { "title": "Misc", "samples": [ { - "title": "Torque Interactions", - "desc": "Methods to manage interactions.", - "file": "misc/torque-interactions-methods.md" + "title": "Car", + "desc": "description", + "file": "misc/car.html" }, { - "title": "Torque Interactions", - "desc": "Methods to manage interactions.", - "file": "misc/torque-interactions-methods.md" + "title": "Car", + "desc": "description", + "file": "misc/data_peek.html" }, { - "title": "Torque Interactions", - "desc": "Methods to manage interactions.", - "file": "misc/torque-interactions-methods.md" + "title": "Car", + "desc": "description", + "file": "misc/dual_encode.html" }, { - "title": "Torque Interactions", - "desc": "Methods to manage interactions.", - "file": "misc/torque-interactions-methods.md" - } + "title": "Car", + "desc": "description", + "file": "misc/leafleft_interaction.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/light_bright.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/navy_gmaps.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/navy_leafletf.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/navy_ol.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/render-range_leafleft.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/sql.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/static_bubble_map.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/static_heat_map.html" + }, + { + "title": "Car", + "desc": "description", + "file": "misc/static_heat_map_simple.html" + } ] } ]