## Features
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..e89ab94d
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,15 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported |
+|----------| ------------------ |
+| > 1.18.0 | :white_check_mark: |
+| < 1.18.0 | :x: |
+
+## Reporting a Vulnerability
+
+If you find a software vulnerability, please submit Issues. We will fix it after review. It will generally be fixed in the next version!
diff --git a/docs/docs/assets/images/others/management/datasource/datasource_type.png b/docs/docs/assets/images/others/management/datasource/datasource_type.png
index 0be5cfff..8c24a5d4 100644
Binary files a/docs/docs/assets/images/others/management/datasource/datasource_type.png and b/docs/docs/assets/images/others/management/datasource/datasource_type.png differ
diff --git a/docs/docs/assets/images/others/management/datasource/mysql/img.png b/docs/docs/assets/images/others/management/datasource/mysql/img.png
new file mode 100644
index 00000000..bd04c85d
Binary files /dev/null and b/docs/docs/assets/images/others/management/datasource/mysql/img.png differ
diff --git a/docs/docs/assets/integrate/MySQL.svg b/docs/docs/assets/integrate/MySQL.svg
new file mode 100644
index 00000000..8611de93
--- /dev/null
+++ b/docs/docs/assets/integrate/MySQL.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/docs/assets/powered_by/ClickVisual.png b/docs/docs/assets/powered_by/ClickVisual.png
new file mode 100644
index 00000000..80afe078
Binary files /dev/null and b/docs/docs/assets/powered_by/ClickVisual.png differ
diff --git a/docs/docs/assets/powered_by/dbm.png b/docs/docs/assets/powered_by/dbm.png
new file mode 100644
index 00000000..0c3af744
Binary files /dev/null and b/docs/docs/assets/powered_by/dbm.png differ
diff --git a/docs/docs/assets/powered_by/qianmoq.png b/docs/docs/assets/powered_by/qianmoq.png
new file mode 100644
index 00000000..430f9e7d
Binary files /dev/null and b/docs/docs/assets/powered_by/qianmoq.png differ
diff --git a/docs/docs/development/version/1.17.0-development.md b/docs/docs/development/version/1.17.0-development.md
deleted file mode 100644
index 0982565f..00000000
--- a/docs/docs/development/version/1.17.0-development.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-template: overrides/main.html
-icon: material/gesture-tap-button
----
-
-DBM Version for `1.17.0` is development!
-
-!!! danger "Warning"
-
- The development version will not be released. If you need to experience, please pull the source code for local compilation. We will not release this version until the end of the final development work!!!
-
-#### Enhancement
-
----
-
-#### UI
-
----
-
-#### Optimize
-
-----
-
-#### Docs
-
----
-
-#### Bug
-
----
-
-
----
-
-- @qianmoQ
diff --git a/docs/docs/download.md b/docs/docs/download.md
new file mode 100644
index 00000000..595a54e7
--- /dev/null
+++ b/docs/docs/download.md
@@ -0,0 +1,93 @@
+---
+template: overrides/main.html
+
+hide:
+- navigation
+- toc
+---
+
+
+
+
+The current Trino release is version . Learn more details from the release notes.
+
+
+- __Community resources__
+
+ ---
+
+ * **Chat On Slack**: [edurtio.slack.com](https://edurtio.slack.com/archives/C02EU2YM2N8)
+ * **Issues**: [GitHub issues](https://github.com/EdurtIO/dbm/issues)
+ * **DingTalk**: [44559111](https://gitee.com/EdurtIO/dbm/raw/master/src/shared/common/dingtalk.jpg)
+
+- __Getting help__
+
+ ---
+
+ If you need help using or running dbm, please ask a question on [Slack](https://edurtio.slack.com/archives/C02EU2YM2N8). Please [report](https://github.com/EdurtIO/dbm/issues/new/choose) any issue you find with dbm.
+
+
+
+!!! note
+
+ There are many companies, individuals and open source organizations that use this program. Some of them are listed below.
+
+
+
+- __DBM developer__
+
+ ---
+
+ All DBM-related developers, who use the software and develop and debug it, have released a new version.
+
+ [:octicons-arrow-right-24: Getting started](https://github.com/EdurtIO/dbm)
+
+- __qianmoQ__
+
+ ---
+
+ DBM-related developers, who use the software and develop and debug it, have released new versions.
+
+ [:octicons-arrow-right-24: Visit me](https://github.com/qianmoQ)
+
+- __ClickVisual__
+
+ ---
+
+ ClickVisual is a lightweight browser-based data analytics and data search platform for ClickHouse.
+
+ [:octicons-arrow-right-24: Getting started](https://github.com/clickvisual/clickvisual)
+
+
diff --git a/docs/docs/reference/management/datasource/mysql.md b/docs/docs/reference/management/datasource/mysql.md
new file mode 100644
index 00000000..c8fbaa2c
--- /dev/null
+++ b/docs/docs/reference/management/datasource/mysql.md
@@ -0,0 +1,61 @@
+---
+template: overrides/main.html
+---
+
+!!! note "MySQL"
+
+ It is mainly used to describe how the software builds the MySQL data source for subsequent operations.
+
+!!! warning "System requirements"
+
+ \>= `1.18.0`
+
+### Supported Versions
+
+---
+
+| Version | Tested? |
+|---------|---------------------------------------------|
+| `5.6.x` | :material-checkbox-marked-circle:{.success} |
+| `5.7.x` | :material-checkbox-marked-circle:{.success} |
+
+!!! note "Supported versions"
+
+ Most versions have been tested, please submit issues for non-adapted versions.
+
+### Created a Source
+
+---
+
+After entering the data source management page, click the Add data source button.
+
+![img.png](../../../assets/images/others/management/datasource/datasource_type.png)
+
+Select the MySQL icon in the `Experimental` type (the third).
+
+After selecting the type, click the `Next` button at the bottom to configure the relevant information.
+
+![img.png](../../../assets/images/others/management/datasource/mysql/img.png)
+
+!!! note "Supported protocols"
+
+ - [x] `HTTP`
+
+#### HTTP Protocol
+
+---
+
+!!! note "HTTP Protocol"
+
+ Use the HTTP interface provided by MySQL to connect to the service.
+
+| Parameter | Description | Required | Unique | Default |
+|-------------|-----------------------------------------------------------------------------------------------------|----------|--------|---------|
+| `Alias` | The alias of the data source, which will be displayed later in the selected data source on the page | Yes | Yes | |
+| `Host` | The host of the MySQL server | Yes | Yes | |
+| `Port` | The port of the MySQL server | Yes | Yes | `3306` |
+| `User Name` | The user name of the MySQL server | Yes | Yes | |
+| `Password` | The password of the MySQL server | Yes | Yes | |
+| `Database` | The database of the MySQL server | Yes | Yes | |
+
+When we have configured the above parameters, click the `Test` button at the bottom. If the service can be accessed normally, the `OK` button can be used. Click it and it will be saved.
diff --git a/docs/docs/release/1.18.0-20220610.md b/docs/docs/release/1.18.0-20220610.md
new file mode 100644
index 00000000..9ee0e2b6
--- /dev/null
+++ b/docs/docs/release/1.18.0-20220610.md
@@ -0,0 +1,57 @@
+---
+template: overrides/main.html
+icon: material/gesture-tap-button
+---
+
+DBM Version for `1.18.0` is released!
+
+Release Time: `2022-06-10`
+
+#### General
+
+---
+
+- Split multiple data sources and configure them as separate components
+- Add code analysis ci
+- Add dependency review ci
+- Add dependabot ci
+- Add comments system to docs
+- Add powered by page
+- Add download page
+- Support tray function
+- Fix the exception of Presto using quick query
+- Support metadata host filtering
+- Support query history reference to the editor
+- Fix the error message that the query history cannot be viewed
+
+#### Security
+
+---
+
+- Upgrade electron to `13.6.6`
+- Add `SECURITY.md` file
+
+#### ClickHouse
+
+---
+
+- Support specifying a database when building a data source
+
+#### Trino & Presto
+
+---
+
+- Support specifying a database and catalog when building a data source [issues-158](https://github.com/EdurtIO/dbm/issues/158)
+- Support metadata source management Trino & Presto service information [issues-158](https://github.com/EdurtIO/dbm/issues/158)
+- Support metadata source management Trino & Presto create database [issues-158](https://github.com/EdurtIO/dbm/issues/158)
+
+#### MySQL
+
+---
+
+- Support MySQL (custom query and data source management) [issues-180](https://github.com/EdurtIO/dbm/issues/180)
+- Add MySQL docs [issues-180](https://github.com/EdurtIO/dbm/issues/180)
+
+---
+
+- @qianmoQ
diff --git a/docs/material/overrides/home.html b/docs/material/overrides/home.html
index 33f3c746..f651c214 100644
--- a/docs/material/overrides/home.html
+++ b/docs/material/overrides/home.html
@@ -14,6 +14,9 @@
What is DBM?
DBM is a set of open source database management desktop software, it will support more data sources, masterpiece-friendly database desktop management tools.
Trino, a query engine that runs at ludicrous speed Fast distributed SQL query engine for big data analytics that helps you explore your data universe.
+
+
+
+
+
+ MySQL
+
+
+ MySQL is the world's most popular open source database. Whether you are a fast growing web property, technology ISV or large enterprise, MySQL can cost-effectively help you deliver high performance, scalable database applications.
+
DBM is a set of open source database management desktop software, it will support more data sources, masterpiece-friendly database desktop management tools.