Skip to content

Commit dfbfecc

Browse files
authored
Merge pull request #222 from stackql/feature/provider-docs
Feature/provider docs
2 parents 4fee9fd + 8d778c3 commit dfbfecc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

ci-scripts/get-providers-to-deploy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ module.exports = async ({ github, context, core, pathOutput }) => {
4444
//2. use provider to set out, so next step will use those Netlify configs
4545
//3. If it multiple, or updating root, output multiple configs, and loop as matrix in next step
4646
const changedFiles = process.env.CHANGED_FILES ? process.env.CHANGED_FILES.split(' ').filter(Boolean) : undefined
47-
let globalChange = false;
47+
// let globalChange = false;
48+
let globalChange = true;
4849

4950
if(!changedFiles){
5051
throw Error('No changed files found')

docs/databricks_account-docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: /providers/databricks_account
1818

1919
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2020

21-
Services from Databricks.
21+
Account-level features, identity and provisioning for Databricks.
2222

2323
:::info Provider Summary
2424

docs/databricks_workspace-docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: /providers/databricks_workspace
1818

1919
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2020

21-
Services from Databricks.
21+
Manage clusters, jobs, notebooks, MLflow and other Databricks workspace resources.
2222

2323
:::info Provider Summary
2424

src/configs/providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const providers = [
1010
{name: 'openai', description: 'AI models and services by OpenAI.', title: 'OpenAI'},
1111
{name: 'anthropic', description: 'AI language models and services powered by Claude.', title: 'Anthropic'},
1212
{name: 'confluent', description: 'Managed Kafka clusters and streaming services on Confluent Cloud.', title: 'Confluent Cloud'},
13-
{name: 'databricks_account', description: 'Account-level features, identity and provisioning for Databricks.', title: 'Databricks Account'},
14-
{name: 'databricks_workspace', description: 'Manage clusters, jobs, notebooks, MLflow and other Databricks workspace resources.', title: 'Databricks Workspace'},
13+
{name: 'databricks_account', description: 'Account management and provisioning for Databricks.', title: 'Databricks Account'},
14+
{name: 'databricks_workspace', description: 'Workspace resources and ML operations for Databricks.', title: 'Databricks Workspace'},
1515
{name: 'linode', description: 'Cloud computing services by Akamai.', title: 'Linode'},
1616
{name: 'netlify', description: 'Web development and content distribution platform.', title: 'Netlify'},
1717
{name: 'okta', description: 'Authentication and authorization services.', title: 'Okta'},

0 commit comments

Comments
 (0)