From fd196fed11fc49fcb1737590b7307812e9e60d17 Mon Sep 17 00:00:00 2001
From: SuperManito <68613938+SuperManito@users.noreply.github.com>
Date: Fri, 5 May 2023 22:27:08 +0800
Subject: [PATCH] bug fix
---
docs/script-gh.md | 11 ++++++-----
docs/script.md | 11 ++++++-----
mkdocs.yml | 12 +++---------
3 files changed, 15 insertions(+), 19 deletions(-)
diff --git a/docs/script-gh.md b/docs/script-gh.md
index d3a01eb..b3bed2b 100644
--- a/docs/script-gh.md
+++ b/docs/script-gh.md
@@ -1,5 +1,6 @@
-
-
-
+
+301 Moved
+301 Moved
+The document has moved
+here.
+
diff --git a/docs/script.md b/docs/script.md
index e071d4d..c3a9848 100644
--- a/docs/script.md
+++ b/docs/script.md
@@ -1,5 +1,6 @@
-
-
-
+
+301 Moved
+301 Moved
+The document has moved
+here.
+
diff --git a/mkdocs.yml b/mkdocs.yml
index eccd6a1..d46a603 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,14 +27,12 @@ theme:
quote: octicons/quote-16
palette:
# Palette toggle for light mode
- - media: "(prefers-color-scheme: light)"
- scheme: default
+ - scheme: default
toggle:
- icon: material/brightness-7
+ icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- - media: "(prefers-color-scheme: dark)"
- scheme: slate
+ - scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
@@ -60,10 +58,6 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SuperManito/LinuxMirrors
- alternate:
- - name: 简体中文
- link: /
- lang: zh
extra_css:
- stylesheets/extra.css
markdown_extensions: