From abe1860a9479330750f86b765737d68e57c046e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Thu, 18 Sep 2025 18:39:53 +1000 Subject: [PATCH] moved sumo and vercel to microsites --- .github/workflows/build-docs.yaml | 2 -- README.md | 2 -- ci-scripts/get-providers-to-deploy.js | 4 ++-- package.json | 4 ---- sidebars.js | 4 +++- src/configs/providers.ts | 4 +++- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index c666821d7..7016e217f 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -88,8 +88,6 @@ jobs: openai anthropic k8s - sumologic - vercel homebrew ) for i in "${array[@]}" diff --git a/README.md b/README.md index e4f3a611b..2e2405dfb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ This repository contains documentation for StackQL providers, which is published | Netlify Deploy Base | [![Netlify Status](https://api.netlify.com/api/v1/badges/75f838a9-79ea-41dc-96f9-a40dff50cfca/deploy-status)](https://app.netlify.com/sites/stackql-registry-docs/deploys) | [registry.stackql.io](https://registry.stackql.io) | | Netlify Deploy GitHub | [![Netlify Status](https://api.netlify.com/api/v1/badges/625d7d38-37a9-4224-a9c8-6ee58141b109/deploy-status)](https://app.netlify.com/sites/stackql-github-docs/deploys) | [github-docs.stackql.io](https://github-docs.stackql.io)
[github.stackql.io](https://github.stackql.io) | | Netlify Deploy K8S | [![Netlify Status](https://api.netlify.com/api/v1/badges/d11ea6c5-7a43-42d5-ac76-555112295b9b/deploy-status)](https://app.netlify.com/sites/stackql-k8s-docs/deploys) | [k8s-docs.stackql.io](https://k8s-docs.stackql.io)
[k8s.stackql.io](https://k8s.stackql.io) | -| Netlify Deploy Sumologic | [![Netlify Status](https://api.netlify.com/api/v1/badges/6c864774-8494-41be-8e2c-441b6d1e368c/deploy-status)](https://app.netlify.com/sites/stackql-sumologic-docs/deploys) | [sumologic-docs.stackql.io](https://sumologic-docs.stackql.io)
[sumologic.stackql.io](https://sumologic.stackql.io) | -| Netlify Deploy Vercel | [![Netlify Status](https://api.netlify.com/api/v1/badges/91cc31b7-0c25-443f-bb2f-71921ef7084e/deploy-status)](https://app.netlify.com/sites/stackql-vercel-docs/deploys) | [vercel-docs.stackql.io](https://vercel-docs.stackql.io)
[vercel.stackql.io](https://vercel.stackql.io) | | Netlify Deploy Homebrew | [![Netlify Status](https://api.netlify.com/api/v1/badges/2343d34d-5061-4d83-98e6-475fb2150c94/deploy-status)](https://app.netlify.com/sites/stackql-homebrew-docs/deploys) | [homebrew-docs.stackql.io](https://homebrew-docs.stackql.io)
[homebrew.stackql.io](https://homebrew.stackql.io) | | Netlify Deploy OpenAI | [![Netlify Status](https://api.netlify.com/api/v1/badges/6df5743b-8c5d-4949-866e-eda4ca3f74d0/deploy-status)](https://app.netlify.com/sites/stackql-openai-docs/deploys) | [openai-docs.stackql.io](https://openai-docs.stackql.io)
[openai.stackql.io](https://openai.stackql.io) | | Netlify Deploy Anthropic | [![Netlify Status](https://api.netlify.com/api/v1/badges/114c5a2a-9b76-4941-a0e8-3669ee7d2016/deploy-status)](https://app.netlify.com/sites/stackql-anthropic-docs/deploys) | [anthropic-docs.stackql.io](https://anthropic-docs.stackql.io)
[anthropic.stackql.io](https://anthropic.stackql.io) | diff --git a/ci-scripts/get-providers-to-deploy.js b/ci-scripts/get-providers-to-deploy.js index 025c3bd79..0c195a206 100644 --- a/ci-scripts/get-providers-to-deploy.js +++ b/ci-scripts/get-providers-to-deploy.js @@ -26,8 +26,8 @@ const allProviders = [ // 'linode', // 'netlify', // 'okta', - 'sumologic', - 'vercel', + // 'sumologic', + // 'vercel', // 'godaddy', // 'pagerduty', // 'datadog', diff --git a/package.json b/package.json index cfbbdc6f4..e2c07da7a 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,6 @@ "start:openai": "export REGISTRY=openai && docusaurus start", "start:anthropic": "export REGISTRY=anthropic && docusaurus start", "start:k8s": "export REGISTRY=k8s && docusaurus start", - "start:sumologic": "export REGISTRY=sumologic && docusaurus start", - "start:vercel": "export REGISTRY=vercel && docusaurus start", "start:homebrew": "export REGISTRY=homebrew && docusaurus start", "build:root": "docusaurus build", "build:github": "export REGISTRY=github && docusaurus build", @@ -19,8 +17,6 @@ "build:openai": "export REGISTRY=openai && docusaurus build", "build:anthropic": "export REGISTRY=anthropic && docusaurus build", "build:k8s": "export REGISTRY=k8s && docusaurus build", - "build:sumologic": "export REGISTRY=sumologic && docusaurus build", - "build:vercel": "export REGISTRY=vercel && docusaurus build", "build:homebrew": "export REGISTRY=homebrew && docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", diff --git a/sidebars.js b/sidebars.js index f7892b5f9..e5696fc52 100644 --- a/sidebars.js +++ b/sidebars.js @@ -63,7 +63,9 @@ const getProviderSiteUrl = (name) =>{ 'azure_extras', 'azure_isv', 'azure_stack', - 'aws' + 'aws', + 'sumologic', + 'vercel', ].includes(name)) { return `https://${name.replace('_', '-')}-provider.stackql.io/` } else { diff --git a/src/configs/providers.ts b/src/configs/providers.ts index bef7604bf..22c624d08 100644 --- a/src/configs/providers.ts +++ b/src/configs/providers.ts @@ -53,7 +53,9 @@ export const getProviderSiteUrl = (name: string) =>{ 'azure_extras', 'azure_isv', 'azure_stack', - 'aws', + 'aws', + 'sumologic', + 'vercel', ].includes(name)) { return `https://${name.replace('_', '-')}-provider.stackql.io/` } else {