From e79c8b613a96cf2092b4e8f8438291a83fe5affd Mon Sep 17 00:00:00 2001 From: Zahari Tilev Date: Mon, 24 Feb 2025 18:19:33 +0200 Subject: [PATCH 1/3] Platform integrations scaffold --- pages/_meta.js | 5 +++++ pages/databricks.mdx | 0 2 files changed, 5 insertions(+) create mode 100644 pages/databricks.mdx diff --git a/pages/_meta.js b/pages/_meta.js index cfeae4c5..d5059886 100644 --- a/pages/_meta.js +++ b/pages/_meta.js @@ -34,6 +34,11 @@ export default { "search": "Search", "usage": "Usage and credits", "notifications": "Notifications", + "-- Platform integrations": { + "type": "separator", + "title": "PLATFORM INTEGRATIONS" + }, + "databricks": "Databricks", "-- Installation and administration": { "type": "separator", "title": "INSTALLATION AND ADMINISTRATION" diff --git a/pages/databricks.mdx b/pages/databricks.mdx new file mode 100644 index 00000000..e69de29b From 277f3f3340a3fb9cbf7defac99ecd5eef56e0db4 Mon Sep 17 00:00:00 2001 From: Kenneth Hamilton Date: Fri, 18 Jul 2025 09:43:21 +0200 Subject: [PATCH 2/3] lint --- pages/_meta.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/_meta.js b/pages/_meta.js index 2ba5f19c..43391cdb 100644 --- a/pages/_meta.js +++ b/pages/_meta.js @@ -57,12 +57,12 @@ export default { "whats-new": "Release notes", "release-lifecycle": "Release support lifecycle", "support": "Support", - "pythonsdk-header": { + "pythonsdk-header": { "title": "Python SDK", "type": "page", "href": "/python-sdk" }, - "python-sdk": { + "python-sdk": { "title": "Python SDK", "display": "hidden" }, @@ -77,7 +77,7 @@ export default { "type": "page", "href": "/tutorials" }, - "tutorials": { + "tutorials": { "title": "Tutorials", "display": "hidden" } From 905ce98e238427594a9ef89041d4496ee76e4c10 Mon Sep 17 00:00:00 2001 From: Kenneth Hamilton Date: Fri, 18 Jul 2025 09:52:11 +0200 Subject: [PATCH 3/3] fix build error --- pages/_meta.js | 121 ++++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 63 deletions(-) diff --git a/pages/_meta.js b/pages/_meta.js index 43391cdb..53bf6744 100644 --- a/pages/_meta.js +++ b/pages/_meta.js @@ -8,77 +8,72 @@ export default { theme: { breadcrumb: false, }, - "index": { - "title":"Welcome", - "theme": { - "breadcrumb": false - } + 'quick-start': 'Quick start', + concepts: 'Concepts', + 'best-practices': 'Best practices', + '-- Assistant': { + type: 'separator', + title: 'ASSISTANT', }, - "quick-start": "Quick start", - "concepts": "Concepts", - "best-practices": "Best practices", - "-- Assistant": { - "type": "separator", - "title": "ASSISTANT" + assistant: 'Assistant', + '-- Create synthetic data': { + type: 'separator', + title: 'TRAINING & GENERATION', }, - "assistant": "Assistant", - "-- Create synthetic data": { - "type": "separator", - "title": "TRAINING & GENERATION" + generators: 'Generators', + 'synthetic-datasets': 'Synthetic datasets', + connectors: 'Connectors', + datasets: 'Demo datasets', + '-- Global features': { + type: 'separator', + title: 'GLOBAL FEATURES', }, - "generators": "Generators", - "synthetic-datasets": "Synthetic datasets", - "connectors": "Connectors", - "datasets": "Demo datasets", - "-- Global features": { - "type": "separator", - "title": "GLOBAL FEATURES" + organizations: 'Organizations', + 'public-private-resources': 'Public and private resources', + search: 'Search', + usage: 'Usage and credits', + notifications: 'Notifications', + '-- Platform integrations': { + type: 'separator', + title: 'PLATFORM INTEGRATIONS', }, - "organizations": "Organizations", - "public-private-resources": "Public and private resources", - "search": "Search", - "usage": "Usage and credits", - "notifications": "Notifications", - "-- Platform integrations": { - "type": "separator", - "title": "PLATFORM INTEGRATIONS" + databricks: 'Databricks', + '-- Installation and administration': { + type: 'separator', + title: 'INSTALLATION AND ADMINISTRATION', }, - "databricks": "Databricks", - "-- Installation and administration": { - "type": "separator", - "title": "INSTALLATION AND ADMINISTRATION" + install: 'Installation', + administration: 'Administration', + '-- Releases and support': { + type: 'separator', + title: 'RELEASES AND SUPPORT', }, - "install": "Installation", - "administration": "Administration", - "-- Releases and support": { - "type": "separator", - "title": "RELEASES AND SUPPORT" + 'whats-new': 'Release notes', + 'release-lifecycle': 'Release support lifecycle', + support: 'Support', + 'pythonsdk-header': { + title: 'Python SDK', + type: 'page', + href: '/python-sdk', }, - "whats-new": "Release notes", - "release-lifecycle": "Release support lifecycle", - "support": "Support", - "pythonsdk-header": { - "title": "Python SDK", - "type": "page", - "href": "/python-sdk" + 'python-sdk': { + title: 'Python SDK', + display: 'hidden', }, - "python-sdk": { - "title": "Python SDK", - "display": "hidden" + api: { + title: 'REST API ↗', + type: 'page', + href: 'https://api-docs.mostly.ai', + newWindow: true, }, - "api": { - "title": "REST API ↗", - "type": "page", - "href": "https://api-docs.mostly.ai", - "newWindow": true + 'tutorials-header': { + title: 'Tutorials', + type: 'page', + href: '/tutorials', }, - "tutorials-header": { - "title": "Tutorials", - "type": "page", - "href": "/tutorials" + tutorials: { + title: 'Tutorials', + display: 'hidden', }, - "tutorials": { - "title": "Tutorials", - "display": "hidden" - } -} + }, +};