From 4acae649d5100259fd57853af1fd41d5a4740d10 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:06:58 +0100 Subject: [PATCH] feat: cleanup macros --- docs/getting-started/installation.md | 18 ++---------------- docs/install-faq/windows-version-support.md | 6 ++---- mkdocs.yml | 16 +++++++--------- 3 files changed, 11 insertions(+), 29 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 26a8c7a6..434e4609 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -65,22 +65,8 @@ See the alternatives below.
- - + +
diff --git a/docs/install-faq/windows-version-support.md b/docs/install-faq/windows-version-support.md index 184f6e2a..eee078cc 100644 --- a/docs/install-faq/windows-version-support.md +++ b/docs/install-faq/windows-version-support.md @@ -12,10 +12,8 @@ icon: material/list-status As of the latest version, Atlas only supports: { .annotate } -- **Windows 11:** -{{ win11.version }} -- **Windows 10:** -{{ win10.version }} +- **Windows 11:** {{ msdl.win11.version }} +- **Windows 10:** {{ msdl.win10.version }} Only the latest [non-beta/non-Insider](https://en.wikipedia.org/wiki/Windows_Insider) versions are supported. Insider isn't for stability and privacy, as it usually has bugs we can't account for, and it requires sending extra diagnostic data to Microsoft. diff --git a/mkdocs.yml b/mkdocs.yml index 3d72fd68..2c432c57 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -184,15 +184,13 @@ extra: # https://mkdocs-macros-plugin.readthedocs.io/en/stable/pages/#1-variable - # ATLAS - version: 0.4.0 - # MSDL - win11: - version: 23H2 - pid: 2935 - win10: - version: 22H2 - pid: 2618 + msdl: + win11: + version: 23H2 + pid: 2935 + win10: + version: 22H2 + pid: 2618 # https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#configuration analytics: