forked from matrixorigin/matrixorigin.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (66 loc) · 3.33 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: MatrixOne Docs
repo_name: matrixorigin/matrixone
repo_url: https://github.com/matrixorigin/matrixone
theme:
name: material
logo: assets/logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
scheme: mo
font:
text: Ubuntu
extra_css:
- stylesheets/extra.css
extra:
homepage: https://www.matrixorigin.cn
version:
provider: mike
nav:
- MatrixOne:
- Home: README.md
- Overview:
- MatrixOne Introduction: MatrixOne/Overview/matrixone-introduction.md
- MatrixOne Architecture: MatrixOne/Overview/matrixone-architecture.md
- MySQL Compatibility: MatrixOne/Overview/mysql-compatibility.md
- What's New: MatrixOne/Overview/what's-new.md
- Get Started:
- Install Standalone MatrixOne: MatrixOne/Get-Started/install-standalone-matrixone.md
- Install and configure distributed MatrixOne: MatrixOne/Get-Started/install-distributed-matrixone.md
- Connect to MatrixOne Server: MatrixOne/Get-Started/connect-to-matrixone-server.md
- Tutorial:
- SSB Test with MatrixOne: MatrixOne/Get-Started/Tutorial/SSB-test-with-matrixone.md
- Reference:
- SQL Reference:
- DDL:
- CREATE DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-database.md
- CREATE TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-table.md
- DROP DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-database.md
- DROP TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-table.md
- CREATE INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-index.md
- DROP INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-index.md
- DML:
- INSERT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/insert.md
- LOAD DATA: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/load-data.md
- SELECT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/select.md
- SHOW DATABASES: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/show-databases.md
- SHOW TABLES: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/show-tables.md
- USE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/use.md
- LIKE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/like.md
- CAST: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/cast.md
- Aggregate Functions:
- AVG: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/avg.md
- COUNT: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/count.md
- MAX: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/max.md
- MIN: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/min.md
- SUM: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/sum.md
- Data Types: MatrixOne/Reference/SQL-Reference/data-types.md
- Configuration Settings: MatrixOne/Reference/configuration-settings.md
- FAQs:
- General FAQs: MatrixOne/FAQs/general-faqs.md
- Release Notes:
- v0.1.0: MatrixOne/Release-Notes/v0.1.0.md
- v0.2.0: MatrixOne/Release-Notes/v0.2.0.md