aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/2-basic.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-28 22:39:59 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-28 22:39:59 +0800
commit85ee549f68449bc70a7f1271a93ad26a8207ee40 (patch)
treebfb0b678d0f96c06b196417fd612a9cad2baf7fe /docs/pages/2-basic.md
parent5bf4209bd138faf76e3bd316fdfa128a08f2bb2e (diff)
Rebuild and rewrite the documentation site infrastructure
Diffstat (limited to 'docs/pages/2-basic.md')
-rw-r--r--docs/pages/2-basic.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/pages/2-basic.md b/docs/pages/2-basic.md
deleted file mode 100644
index 78d2fda..0000000
--- a/docs/pages/2-basic.md
+++ /dev/null
@@ -1,16 +0,0 @@
-<h1 align="center">Mingling's Basic Components</h1>
-<p align="center">
- Table of Contents
-</p>
-
----
-
-Mingling abstracts the lifecycle of a CLI program into the following types:
-
-| Component | Description |
-| :--- | :--- |
-| [Program](./pages/2-basic/1-program) | Records resources for the current context |
-| [Setup](./pages/2-basic/2-setup) | Bundles commonly used functionalities |
-| [Dispatcher](./pages/2-basic/3-dispatcher) | Dispatches user input to specific types |
-| [Chain](./pages/2-basic/4-chain) | Handles type conversion |
-| [Renderer](./pages/2-basic/5-renderer) | Handles type rendering |