Skip to content

Commit

Permalink
Modifications for displayBanner and cascade
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Dec 2, 2024
1 parent e849693 commit 3689c20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: EDB Postgres AI Cloud Service
navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
directoryDefaults:
displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
navigation:
- getting_started
- using_cluster
Expand All @@ -16,11 +18,12 @@ redirects:
- /purl/upm/home/
- /biganimal/latest/
- /biganimal/latest/overview/
displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."

---

The EDB Postgres® AI Cloud Service is a holistic platform which includes hybrid data estate management, observability, analytics, and AI capabilities.


## Overview

The EDB Postgres AI Cloud Service itself is a fully managed cloud service that provides a high-performance, scalable, and secure database platform for analytics and AI workloads. It also provides the platform for [EDB Postgres AI Analytics](../analytics/) and [EDB Postgres AIDB](../ai-ml/) services.
Expand Down
7 changes: 5 additions & 2 deletions advocacy_docs/edb-postgres-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ navigation:
- developer-guides
- platforms-and-tools
- extensions-and-tools
displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
---

The home of all EDB Postgres® AI documentation.
The home of all EDB Postgres® AI documentation.

!!!note "Deprecation"
Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses.

6 changes: 6 additions & 0 deletions src/templates/learn-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ const LearnDocTemplate = ({ data, pageContext }) => {
<div className="d-print-none">{editOrFeedbackButton}</div>
</div>

{frontmatter.displayBanner ? (
<div class="alert alert-warning mt-3" role="alert">
{frontmatter.displayBanner}
</div>
) : null}

<ContentRow>
<Col
className={[
Expand Down

0 comments on commit 3689c20

Please sign in to comment.