Commit Graph

19 Commits

Author SHA1 Message Date
352d93b566 [Refactor][doc] Fixed some issues in en and zh-CN docs (#9068)
* Modify some error in en and zh-CN docs
2022-04-18 08:24:57 +08:00
7278ad460c fix refactor doc bug (#9058)
fix refactor doc bug
2022-04-16 17:24:27 +08:00
b92dd11a1d [fix][doc]Data import document modification (#9057)
* [fix][doc]Data import document modification
2022-04-16 10:19:07 +08:00
34457cd768 add show load warning (#9051)
add show load warning
2022-04-15 18:53:20 +08:00
6fba6a58ea Add show proc,show trash (#9036)
Add show proc,show trash
2022-04-15 16:37:51 +08:00
f86a29066a Modify Account Management SQL Help Document (#9020)
Modify Account Management SQL Help Document
2022-04-15 16:34:57 +08:00
df021dc7eb Modify create and drop docs in DDL module. (#9030)
Modify create and drop docs in DDL module.
2022-04-15 16:32:48 +08:00
415695f84e Add ldap, multi-tenant, sql-block-rule documentation (#9044)
Add ldap, multi-tenant, sql-block-rule documentation
2022-04-15 16:30:56 +08:00
4cfb372387 [refactor][Doc] Database admin sql help (#9009)
* Add SQL function Chinese documentation

Add SQL function Chinese documentation

* Add database management SQL help documentation

Add database management SQL help documentation
2022-04-14 09:02:33 +08:00
4734c4c326 Add SQL manual, account management documentation (#8809)
Add SQL manual, account management documentation
2022-04-13 09:52:18 +08:00
4462da742f [Refactor][Doc] add show help doc (#8912) 2022-04-13 09:49:21 +08:00
5f9b241999 [Refactor][doc] Modify the documentation of alter, backup and restore in DDL (#8957) 2022-04-13 09:48:39 +08:00
59abd65bfc add dml load sql help (#8939)
add dml load sql help
2022-04-13 09:47:30 +08:00
3b8ca4b035 add cluster admin help (#8924)
add cluster admin help
2022-04-13 09:47:12 +08:00
7494a4cbdf DML help doc (#8953)
DML help doc
2022-04-12 08:45:16 +08:00
667eac9b7d Utility-Statements SQL Help (#8952)
Utility-Statements SQL Help
2022-04-12 08:44:16 +08:00
b88bf73ca7 [refactor][doc] Added doc for compilation, deployment and data export (#8776) 2022-04-08 09:04:03 +08:00
57638ae43d [Refactor][Doc]Add part of the document content for data import (#8772) 2022-04-07 08:37:11 +08:00
c02625efa9 [refactor][doc] Doris official website new version documentation (#8757)
I started a discussion on this before, you can check it in the mail group

https://lists.apache.org/thread/o770bc3k623kyfks2mzkt21qsc4g6328

In order to facilitate everyone to organize the documents, I created a new-docs directory under the incubator-doris directory. The new directory structure is below this. I just created a directory structure here, which needs to be rearranged.

In the data import scenario, in order to take into account the viewing habits of previous users, the import is organized in two ways:

1. According to the usage scenario: This will give users clearer guidance. For example, the user is the data source of kafka, then the user can directly select the routine to load
2. According to the import method: it is the introduction of the various import methods we provided before

In order to facilitate everyone to run and debug locally, I migrated the entire .vuepress under the original document. After completion, you only need to delete the original docs directory and rename the new new-docs directory to docs. At the same time, you can also run it locally, so that you can organize documents and know the content of each document directory.

In the local debugging execution, switch to the new-docs directory and execute the following command:

````
npm install
npm run dev
````
then through the browser
http://ip:port/zh-CN
http://ip:port/en
2022-03-31 12:01:02 +08:00