Skip to content

Commit 7f3cfb6

Browse files
authored
Adds banner to all pages (#119)
* Adds banner to all pages * Per Ian's review, limits to 3 pages * Small language tweak
1 parent 9426f0e commit 7f3cfb6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

snooty.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,11 @@ yaml = ":abbr:`YAML (Yet Another Markup Language)`"
371371
vercel = "`Vercel <https://www.vercel.com/>`__"
372372
vercel-mdb = "`MongoDB Atlas Integration in Vercel <https://www.vercel.com/integrations/mongodbatlas>`__"
373373
vercel-dynamic = "`dynamic IP addresses <https://www.vercel.com/support/articles/how-to-allowlist-deployment-ip-address>`__"
374-
workload = "Workload Identity Federation"
374+
workload = "Workload Identity Federation"
375+
376+
[[banners]]
377+
targets = ["index.txt", "high-availability.txt", "resiliency.txt"]
378+
variant = "info"
379+
value = """\
380+
The {+atlas-arch-center+} is in early release and includes recommendations for a single-cloud, single-region architecture. MongoDB plans to add multi-region recommendations, recommendations for compliance with external standards, and a plug-and-play Terraform code repository in future releases.
381+
"""

0 commit comments

Comments
 (0)