diff --git a/docs/examples/examples.json b/docs/examples/examples.json new file mode 100644 index 0000000..1da51f8 --- /dev/null +++ b/docs/examples/examples.json @@ -0,0 +1,107 @@ +{ + "main": { + "file": "import/import-from-database.md" + }, + "categories": [ + { + "title": "Import", + "samples": [ + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import standard table", + "desc": "Import standard table into your CARTO account.", + "file": "import/import-standard-table.md" + }, + { + "title": "Import sync table", + "desc": "Import sync table into your CARTO account from database.", + "file": "import/import-sync-table.md" + }, + { + "title": "Import sync table as dataset", + "desc": "Import sync table as dataset into your CARTO account.", + "file": "import/import-from-database.md" + } + ] + }, + { + "title": "Export", + "samples": [ + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + } + ] + }, + { + "title": "Tables", + "samples": [ + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + } + ] + }, + { + "title": "Misc", + "samples": [ + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + }, + { + "title": "Import from database", + "desc": "Import data into your CARTO account from database.", + "file": "import/import-from-database.md" + } + ] + } + ] +}