From 9f66475278c360cd373c7e2e9eff6d560ea72500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Velarde?= Date: Fri, 8 Mar 2019 11:36:18 +0100 Subject: [PATCH] Add new 'Static' category to examples and remove description --- docs/examples/examples.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/docs/examples/examples.json b/docs/examples/examples.json index fb689e2..4987c77 100644 --- a/docs/examples/examples.json +++ b/docs/examples/examples.json @@ -4,46 +4,51 @@ }, "categories": [ { - "title": "Misc", + "title": "Static", "samples": [ { - "title": "Static Bubble Map", + "title": "Bubble Map", "desc": "", "file": "static_bubble_map.html" }, { - "title": "Static Heatmap", + "title": "Heatmap", "desc": "", "file": "static_heat_map.html" }, { - "title": "Static Heat Map Simple", + "title": "Heatmap Simple", "desc": "", "file": "static_heat_map_simple.html" - }, + } + ] + }, + { + "title": "Misc", + "samples": [ { "title": "Light Bright", "desc": "", "file": "light_bright.html" }, - { - "title": "Navy Ships GMaps", - "desc": "Navy Ships over Google Maps", - "file": "navy_gmaps.html" - }, { "title": "Dual Encode", "desc": "", "file": "dual_encode.html" }, + { + "title": "Navy Ships GMaps", + "desc": "", + "file": "navy_gmaps.html" + }, { "title": "Navy Ships Leaflet", - "desc": "Navy Ships over Leaflet", + "desc": "", "file": "navy_leaflet.html" }, { "title": "Navy Ships OpenLayers", - "desc": "Navy Ships over OpenLayers", + "desc": "", "file": "navy_ol.html" } ]