From ebca4f0eb912e5488a12e29598e37c3658873389 Mon Sep 17 00:00:00 2001 From: Vankka Date: Sun, 9 Jun 2024 11:39:22 +0300 Subject: [PATCH] Add notice banner to all ascension pages --- docs/ascension/compatibility.mdx | 4 ++++ docs/ascension/index.md | 6 +++++- docs/ascension/performance.md | 4 ++++ docs/ascension/placeholders.md | 4 ++++ docs/ascension/security.md | 4 ++++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/ascension/compatibility.mdx b/docs/ascension/compatibility.mdx index d4dd1d3..abd84de 100644 --- a/docs/ascension/compatibility.mdx +++ b/docs/ascension/compatibility.mdx @@ -1,6 +1,10 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; +:::danger +This is documentation for **a future version of DiscordSRV** and information on this page does not apply to DiscordSRV version 1 and may be **inaccurate** in general +::: + # Compatibility DiscordSRV requires Java 8 or newer diff --git a/docs/ascension/index.md b/docs/ascension/index.md index 9e4615a..754098b 100644 --- a/docs/ascension/index.md +++ b/docs/ascension/index.md @@ -1,3 +1,7 @@ +:::danger +This is documentation for **a future version of DiscordSRV** and information on this page does not apply to DiscordSRV version 1 and may be **inaccurate** in general +::: + # Home ![DiscordSRV](/assets/discordsrv_logo_stroke.png) @@ -6,6 +10,6 @@ This is where information about DiscordSRV v3 (Ascension) lives. -Test builds are available in our Discord server. +[Instructions for testing these builds](https://github.com/DiscordSRV/Ascension#ascension) diff --git a/docs/ascension/performance.md b/docs/ascension/performance.md index d8e1cf4..6650c77 100644 --- a/docs/ascension/performance.md +++ b/docs/ascension/performance.md @@ -1,3 +1,7 @@ +:::danger +This is documentation for **a future version of DiscordSRV** and information on this page does not apply to DiscordSRV version 1 and may be **inaccurate** in general +::: + # Performance DiscordSRV runs async wherever possible, which avoids slowing down game threads or affecting tick speed. diff --git a/docs/ascension/placeholders.md b/docs/ascension/placeholders.md index 3bf489f..b9c93bc 100644 --- a/docs/ascension/placeholders.md +++ b/docs/ascension/placeholders.md @@ -1,3 +1,7 @@ +:::danger +This is documentation for **a future version of DiscordSRV** and information on this page does not apply to DiscordSRV version 1 and may be **inaccurate** in general +::: + # Placeholders DiscordSRV contains many placeholders which allows you to customise messages entirely to your liking. diff --git a/docs/ascension/security.md b/docs/ascension/security.md index 6e4e324..c016103 100644 --- a/docs/ascension/security.md +++ b/docs/ascension/security.md @@ -1,3 +1,7 @@ +:::danger +This is documentation for **a future version of DiscordSRV** and information on this page does not apply to DiscordSRV version 1 and may be **inaccurate** in general +::: + # Security We take security seriously, and so should you.