aboutsummaryrefslogtreecommitdiff
path: root/docs/examples.html
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-19 05:54:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-19 06:15:20 +0800
commitec9edc294fd5e7e29977fc7b0e6fb953422bc0e2 (patch)
treebbf89ef4457b8de8a8a9bca5668045d612d27572 /docs/examples.html
parent06dfc27194c11e1d1033c292c759a1c5d82e780b (diff)
chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain
Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
Diffstat (limited to 'docs/examples.html')
-rw-r--r--docs/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples.html b/docs/examples.html
index 9d2ae8c..4ea41e8 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -426,7 +426,7 @@
Mìng Lìng
</a>
<div class="nav-links">
- <a href="doc.html">Docs</a>
+ <a href="index.html">Docs</a>
<a href="examples.html" class="active">Examples</a>
<a
href="https://github.com/mingling-rs/mingling"
@@ -476,7 +476,7 @@
// ── Load examples from auto-generated JSON ──
var examples = [];
- fetch("example-pages/examples.json")
+ fetch("examples.json")
.then(function (r) {
if (!r.ok) throw new Error("HTTP " + r.status);
return r.json();