Skip to content

Commit d318125

Browse files
committed
#2 构建类型系统
1 parent 91c30b5 commit d318125

File tree

6 files changed

+2794
-4
lines changed

6 files changed

+2794
-4
lines changed

docs/design#1.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## Status
2+
3+
* Current state: Under Discussion
4+
* Released: TBD
5+
6+
7+
## Motivationd
8+
- parse mysql metabase
9+
10+
11+
12+
## Public Interfaces
13+
14+
- DATABASE
15+
- TABLE
16+
17+
## Proposed Changes
18+
19+
20+
21+
22+
## Implementation Plan
23+
24+
25+
26+
27+
## Compatibility, Deprecation, and Migration Plan
28+
29+
30+
31+
32+
33+
34+
35+
## Test Plan
36+
37+
38+
## TODO
39+
- read mysql metabase

docs/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Welcome to MkDocs
2+
3+
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4+
5+
## Commands
6+
7+
* `mkdocs new [dir-name]` - Create a new project.
8+
* `mkdocs serve` - Start the live-reloading docs server.
9+
* `mkdocs build` - Build the documentation site.
10+
* `mkdocs -h` - Print help message and exit.
11+
12+
## Project layout
13+
14+
mkdocs.yml # The configuration file.
15+
docs/
16+
index.md # The documentation homepage.
17+
... # Other markdown pages, images and other files.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
site_name: My Docs

0 commit comments

Comments
 (0)