Skip to content

Commit

Permalink
switch order of map config section in examples json
Browse files Browse the repository at this point in the history
  • Loading branch information
makella committed Oct 11, 2019
1 parent 5afcfa8 commit 38736a1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/developer-center/examples/examples.json
Expand Up @@ -4,31 +4,6 @@
},
"categories": [
{
"title": "Map Configuration",
"samples": [
{
"title": "Change Default Basemap",
"desc": "Change the default CARTO basemap",
"file": "change_default_carto_basemap",
"path": "map_configuration"
}, {
"title": "Set Custom Viewport",
"desc": "Set a custom viewport",
"file": "custom_viewport",
"path": "map_configuration"
}, {
"title": "Set Background Color",
"desc": "Set a background color",
"file": "solid_color_background",
"path": "map_configuration"
}, {
"title": "Switch to Dark Theme",
"desc": "Switch to the dark theme",
"file": "dark_theme",
"path": "map_configuration"
}
]
}, {
"title": "Data Workflows",
"samples": [{
"title": "Create Dataset from .csv",
Expand Down Expand Up @@ -107,6 +82,31 @@
"path": "layers"
}
]
}, {
"title": "Map Configuration",
"samples": [
{
"title": "Change Default Basemap",
"desc": "Change the default CARTO basemap",
"file": "change_default_carto_basemap",
"path": "map_configuration"
}, {
"title": "Set Custom Viewport",
"desc": "Set a custom viewport",
"file": "custom_viewport",
"path": "map_configuration"
}, {
"title": "Set Background Color",
"desc": "Set a background color",
"file": "solid_color_background",
"path": "map_configuration"
}, {
"title": "Switch to Dark Theme",
"desc": "Switch to the dark theme",
"file": "dark_theme",
"path": "map_configuration"
}
]
}, {
"title": "Visualization Layer Helpers",
"samples": [
Expand Down

0 comments on commit 38736a1

Please sign in to comment.