diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-05 21:08:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-05 21:08:07 +0800 |
| commit | d3b4027f5926569cb9371b2ea62b6be9387ea650 (patch) | |
| tree | d6c9de16cea03253273ad7c89eadc401e5e105b2 /docs/doc.html | |
| parent | 97853f47489ab58b63e08854f579ae776e5a2d1f (diff) | |
Add example pages and sync-examples tool for docs
Diffstat (limited to 'docs/doc.html')
| -rw-r--r-- | docs/doc.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/doc.html b/docs/doc.html index 505f02a..f094e67 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -7,29 +7,25 @@ content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover" /> - <title>Mingling Documents</title> + <title>Mingling Helpdoc</title> <meta - name="Mingling Documents" + name="Mingling Helpdoc" content="Quick start with Mingling and build your command-line program!" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link - href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&family=Roboto+Mono&family=Dosis:wght@500&display=swap" + href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap" rel="stylesheet" /> + <link rel="stylesheet" href="css/light.css" /> <link id="dark-style" rel="stylesheet" href="css/dark.css" disabled /> </head> <body> <nav> - <a href="https://crates.io/crates/mingling">Crates.io</a> - <a href="https://docs.rs/mingling/latest/mingling/">API Docs</a> - <a href="https://git.catilgrass.cn/catilgrass/mingling.git" - ><b>Source</b></a - > <a href="#" onclick=" @@ -44,7 +40,7 @@ <script> window.$docsify = { - name: "Mingling Document", + name: "Mingling Helpdoc", repo: "true", corner: { url: "https://github.com/catilgrass/mingling", |
