Skip to content

Commit

Permalink
Merge branch 'main' into fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
kathweinschenkprophecy authored Dec 11, 2024
2 parents 41447f2 + 0c60d2b commit fbb3d0d
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Spark/fabrics/emr.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Amazon EMR
id: EMR-livy-installation-guide
id: emr
description: This page outlines how to use Amazon EMR via Livy as your Spark execution engine in Prophecy.
sidebar_position: 6
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/self-hosted/authentication/azure-ad.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Azure Active Directory"
id: azure_ad
id: azure-ad
description: Authentication using Azure Active Directory
sidebar_position: 3
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SAML Using AzureAD with SCIM"
id: azuread_scim
id: azuread-scim
description: SAML authentication using AzureAD with SCIM
sidebar_position: 4
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/self-hosted/authentication/saml-okta.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SAML Using Okta"
id: saml_okta
id: saml-okta
description: SAML authentication using OKTA
sidebar_position: 5
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Alerts Configuration
id: alerts-config
id: configure-alerts
description: Prophecy alerts configuration
sidebar_position: 1
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Audit Events Configuration
id: audit-events
id: configure-audit-logs
description: Prophecy installations audit events (logs) being synced to object stores like S3, Azure Blob Storage, GCP Cloud Storage etc.
sidebar_position: 2
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Object Store Configuration
id: object-store-config
id: configure-object-store
description: Prophecy installations allow certain critical data like backups and audit logs to synced to object stores like S3, Azure Blob Storage, GCS etc.
sidebar_position: 5
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sandbox Configuration
id: sandbox-config
id: sandbox-configuration
description: Prophecy installations allows configuration of various sandbox configuration
sidebar_position: 7
tags:
Expand Down
72 changes: 72 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,78 @@ const config = {
to: "/concepts/copilot/enable-data-copilot",
from: "/architecture/deployment/enable-data-copilot",
},
{
to: "/architecture/self-hosted/authentication/active_directory",
from: "/architecture/authentication/active_directory",
},
{
to: "/Spark/fabrics/emr",
from: "/architecture/deployment/EMR-livy-installation-guide",
},
{
to: "/Spark/fabrics/emr",
from: "/Spark/fabrics/EMR-serverless-fabric-configuration",
},
{
to: "/Spark/fabrics/emr",
from: "/Spark/fabrics/EMR-fabric-configuration",
},
{
to: "/architecture/self-hosted/upgrade-backup-restore",
from: "/architecture/deployment/private-saas/backup-restore",
},
{
to: "/architecture/self-hosted/",
from: "/architecture/deployment/private-saas/",
},
{
to: "/architecture/self-hosted/authentication/security-settings",
from: "/architecture/authentication/admin-settings",
},
{
to: "/architecture/self-hosted/authentication/",
from: "/architecture/authentication",
},
{
to: "/architecture/self-hosted/authentication/azure-ad",
from: "/architecture/authentication/azure_ad",
},
{
to: "/architecture/self-hosted/authentication/azuread-scim",
from: "/architecture/authentication/azuread_scim",
},
{
to: "/architecture/self-hosted/authentication/saml-okta",
from: "/architecture/authentication/saml_okta",
},
{
to: "/architecture/self-hosted/configurations/configure-audit-logs",
from: "/architecture/deployment/private-saas/audit-events",
},
{
to: "/architecture/self-hosted/configurations/configure-object-store",
from: "/architecture/deployment/private-saas/object-store-config",
},
{
to: "/architecture/self-hosted/configurations/sandbox-configuration",
from: "/architecture/deployment/private-saas/sandbox-config",
},
{
to: "/architecture/self-hosted/configurations/configure-alerts",
from: "/architecture/deployment/private-saas/alerts-config",
},
{
to: "/architecture/self-hosted/download-logs",
from: "/architecture/deployment/private-saas/download-logs",
},
{
to: "/architecture/self-hosted/generate-api-key",
from: "/architecture/deployment/private-saas/generate-api-key",
},
{
to: "/architecture/self-hosted/installation-helm/",
from: "/architecture/deployment/installation-guide",
},
],
/*
Expand Down

0 comments on commit fbb3d0d

Please sign in to comment.