diff --git a/README.md b/README.md
index a8adb32..9173fcc 100644
--- a/README.md
+++ b/README.md
@@ -18,22 +18,22 @@ We appreciate your patience as we continue to develop and improve it!
## Official links and community
-#### Official Website
+### Official Website
OrcaSlicer.com
-#### OrcaSlicer Repository
+### OrcaSlicer Repository
-#### Wiki Repository
+### Wiki Repository
-#### Follow us
+### Follow us
-#### Join our Discord community
+### Join our Discord community
diff --git a/calibration/calibration.md b/calibration/calibration_guide.md
similarity index 100%
rename from calibration/calibration.md
rename to calibration/calibration_guide.md
diff --git a/mkdocs.yml b/mkdocs.yml
index 0c922e6..10b72bc 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -111,8 +111,8 @@ copyright: Copyright © 2022-2026 Li Jiang. All rights reserved.
nav:
- home: index.md
- Calibration:
+ - "Calibration Guide": calibration/calibration_guide.md
- "Adaptive Pressure Advance": calibration/adaptive_pressure_advance_calib.md
- - "Calibration Guide": calibration/calibration.md
- Cornering: calibration/cornering_calib.md
- "Flow Ratio Calibration": calibration/flow_ratio_calib.md
- "Input Shaping": calibration/input_shaping_calib.md
diff --git a/overrides/404.html b/overrides/404.html
new file mode 100644
index 0000000..b653ffa
--- /dev/null
+++ b/overrides/404.html
@@ -0,0 +1,16 @@
+{% extends "main.html" %}
+
+{% set home_url = nav.homepage.url|url if nav.homepage else "index.html" %}
+
+{% block extrahead %}
+ {{ super() }}
+
+
+{% endblock %}
+
+{% block content %}
+
Page not found. Redirecting to the home page.
+{% endblock %} \ No newline at end of file diff --git a/overrides/partials/header.html b/overrides/partials/header.html index 28a848f..0924b75 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -26,9 +26,9 @@