From 7691b0bf733ba81baf3f80288fa8508b77ba6807 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Wed, 8 Apr 2026 15:44:13 +0000 Subject: [PATCH] Updated Wiki content --- README.md | 10 +++++----- .../{calibration.md => calibration_guide.md} | 0 mkdocs.yml | 2 +- overrides/404.html | 16 ++++++++++++++++ overrides/partials/header.html | 4 ++-- 5 files changed, 24 insertions(+), 8 deletions(-) rename calibration/{calibration.md => calibration_guide.md} (100%) create mode 100644 overrides/404.html 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 GitHub Logo -#### Wiki Repository +### Wiki Repository GitHub Logo -#### Follow us +### Follow us X Logo -#### Join our Discord community +### Join our Discord community discord logo 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 %} +

Redirecting...

+

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 @@
{% if nav.homepage %} - home + Home {% else %} - home + Home {% endif %}