Skip to content

Commit 7164543

Browse files
committed
move okta to microsite
1 parent a0370eb commit 7164543

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.github/workflows/build-docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
k8s
9797
linode
9898
netlify
99-
okta
10099
sumologic
101100
vercel
102101
godaddy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const allProviders = [
2525
'k8s',
2626
'linode',
2727
'netlify',
28-
'okta',
28+
// 'okta',
2929
'sumologic',
3030
'vercel',
3131
'godaddy',

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"start:anthropic": "export REGISTRY=anthropic && docusaurus start",
1616
"start:k8s": "export REGISTRY=k8s && docusaurus start",
1717
"start:netlify": "export REGISTRY=netlify && docusaurus start",
18-
"start:okta": "export REGISTRY=okta && docusaurus start",
1918
"start:sumologic": "export REGISTRY=sumologic && docusaurus start",
2019
"start:azure_extras": "export REGISTRY=azure_extras && docusaurus start",
2120
"start:azure_isv": "export REGISTRY=azure_isv && docusaurus start",
@@ -36,7 +35,6 @@
3635
"build:anthropic": "export REGISTRY=anthropic && docusaurus build",
3736
"build:k8s": "export REGISTRY=k8s && docusaurus build",
3837
"build:netlify": "export REGISTRY=netlify && docusaurus build",
39-
"build:okta": "export REGISTRY=okta && docusaurus build",
4038
"build:sumologic": "export REGISTRY=sumologic && docusaurus build",
4139
"build:azure_extras": "export REGISTRY=azure_extras && docusaurus build",
4240
"build:azure_isv": "export REGISTRY=azure_isv && docusaurus build",

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const providers = [
4545
const getProviderSiteUrl = (name) =>{
4646
if (
4747
[
48+
'okta',
4849
'snowflake',
4950
'google',
5051
'googleadmin',

src/configs/providers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const getProviderSiteUrl = (name: string) =>{
3535
return `/providers/${name}`
3636
} else if (
3737
[
38+
'okta',
3839
'snowflake',
3940
'google',
4041
'googleadmin',

0 commit comments

Comments
 (0)