From 6be5894f40b2c2543f23aab7f7b4ffc73dbd0d77 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 18:17:39 +0800 Subject: docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages. --- ABOUT-NIGHTLY.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ABOUT-NIGHTLY.md (limited to 'ABOUT-NIGHTLY.md') diff --git a/ABOUT-NIGHTLY.md b/ABOUT-NIGHTLY.md deleted file mode 100644 index f2d4ec7..0000000 --- a/ABOUT-NIGHTLY.md +++ /dev/null @@ -1,15 +0,0 @@ -# About Nightly Rust - -**Mingling** uses some features that are only available in the `nightly` toolchain. This requires you to enable the `nightly` feature: - -```toml -[dependencies] -mingling = { version = "...", features = ["nightly"] } -``` - -## Features - -> [!WARNING] -> The following features can only be used with the nightly toolchain, and are only guaranteed to compile, not to be stable or production-ready. -> -> If you need a stable development experience, please **do not use** the `nightly` feature! -- cgit