Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 67 additions & 63 deletions pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,72 @@ export default {
theme: {
breadcrumb: false,
},
},
'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',
},
generators: 'Generators',
'synthetic-datasets': 'Synthetic datasets',
connectors: 'Connectors',
datasets: 'Demo datasets',
'-- Global features': {
type: 'separator',
title: 'GLOBAL FEATURES',
},
organizations: 'Organizations',
'user-profiles': 'User profiles',
'public-private-resources': 'Public and private resources',
search: 'Search',
usage: 'Usage and credits',
notifications: 'Notifications',
'-- Installation and administration': {
type: 'separator',
title: 'INSTALLATION AND ADMINISTRATION',
},
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: 'Synthetic Data SDK',
type: 'page',
href: '/python-sdk',
},
'python-sdk': {
title: 'Synthetic DataSDK',
display: 'hidden',
},
api: {
title: 'REST API ↗',
type: 'page',
href: 'https://api-docs.mostly.ai',
newWindow: true,
},
'tutorials-header': {
title: 'Tutorials',
type: 'page',
href: '/tutorials',
},
tutorials: {
title: 'Tutorials',
display: 'hidden',
'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',
},
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',
},
databricks: 'Databricks',
'-- Installation and administration': {
type: 'separator',
title: 'INSTALLATION AND ADMINISTRATION',
},
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',
},
'python-sdk': {
title: 'Python SDK',
display: 'hidden',
},
api: {
title: 'REST API ↗',
type: 'page',
href: 'https://api-docs.mostly.ai',
newWindow: true,
},
'tutorials-header': {
title: 'Tutorials',
type: 'page',
href: '/tutorials',
},
tutorials: {
title: 'Tutorials',
display: 'hidden',
},
},
};
Empty file added pages/databricks.mdx
Empty file.