Skip to content

Commit ea6203e

Browse files
committed
fix a la fix
1 parent 6f0ff5e commit ea6203e

File tree

8 files changed

+4
-6
lines changed

8 files changed

+4
-6
lines changed

docs/ai_builder/integrations/azure.md renamed to docs/ai_builder/integrations/azure_auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
tags: Cloud Services
3-
description: Integrate with Microsoft Azure services for cloud compute, storage, and deployment.
2+
tags: Authentication
3+
description: Integrate Azure for secure authentication and access management within your application.
44
---
55
# Azure Auth Manager Integration
66

pcweb/components/docpage/sidebar/sidebar_items/ai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def get_sidebar_items_ai_builder_overview():
4848
ai_builder.integrations.github,
4949
ai_builder.integrations.database,
5050
ai_builder.integrations.databricks,
51-
ai_builder.integrations.azure,
52-
ai_builder.integrations.okta,
51+
ai_builder.integrations.azure_auth,
52+
ai_builder.integrations.okta_auth,
5353
ai_builder.integrations.google_auth,
5454
ai_builder.integrations.open_ai,
5555
],

pcweb/pages/integrations/integration_gallery.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
selected_filter = ClientStateVar.create("selected_filter", "All")
1010

11-
# The filter options the integration gallery
1211
FilterOptions = [
1312
{"name": "AI", "icon": "BotIcon"},
1413
{"name": "DevTools", "icon": "WorkflowSquare10Icon"},
1514
{"name": "Data Infrastructure", "icon": "DatabaseAddIcon"},
1615
{"name": "Authentication", "icon": "LockPasswordIcon"},
17-
{"name": "Cloud Services", "icon": "CloudIcon"},
1816
{"name": "All", "icon":"CellsIcon"},
1917
]
2018

0 commit comments

Comments
 (0)