33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
# Notification data structure
|
|
#
|
|
# - id: unqiue ID for notification, cannot start with digit, no spaces, a-z and 0-9
|
|
# level: note or warn
|
|
# scope:
|
|
# - list of URL paths to show notification on, no scope shows everywhere
|
|
# message: |
|
|
# Markdown message content.
|
|
|
|
- id: influxdb-3-announcement
|
|
level: note
|
|
scope:
|
|
- /
|
|
title: Introducing InfluxDB 3.0
|
|
message: |
|
|
The new core of InfluxDB built with Rust and Apache Arrow.
|
|
Available today in [InfluxDB Cloud Dedicated](/influxdb/cloud-dedicated/).
|
|
|
|
[Learn more](https://www.influxdata.com/blog/introducing-influxdb-3-0)
|
|
|
|
- id: serverless-wip
|
|
level: warn
|
|
scope:
|
|
- /influxdb/cloud-serverless/
|
|
title: State of the InfluxDB Cloud Serverless documentation
|
|
message: |
|
|
The new documentation for **InfluxDB Cloud Serverless** is a work
|
|
in progress. We are adding new information and content almost daily.
|
|
Thank you for your patience!
|
|
|
|
If there is specific information you're looking for, please
|
|
[submit a documentation issue](https://github.com/influxdata/docs-v2/issues/new/choose).
|