Commit Graph

84 Commits

Author SHA1 Message Date
360a980562 Fix typo error (#671) 2021-12-06 17:15:10 +08:00
274f8fc5e9 Add chapter03 tutorial, about 'how to use oceanbase'. (#538)
* Add chapter03 tutorial, about 'how to use oceanbase'.

* Update some descriptions https://github.com/oceanbase/oceanbase/pull/538

* Replace pictures with urls
2021-12-06 14:16:11 +08:00
2d8ea0b71d #653 (#675) 2021-12-06 13:47:55 +08:00
1ad42e371f Fix typo error (#673) 2021-12-06 11:49:30 +08:00
04c7985b3b transfomer -> transformer (#669) 2021-12-03 16:28:43 +08:00
a1f8d434dc fix: typo error ../oceanbase/docs/docs/docs-cn/13.reference-guide/1.system-view/2.dictionary-view/16.information_schema-dba_outlines.md #638 (#660)
* #557

* #557

* Fix typo #636

* #638

* rollback

* rollback
2021-12-01 16:56:22 +08:00
50211ed1ef Update 2.plan-binding.md (#658)
修正文档 markdown 格式问题
2021-12-01 11:25:34 +08:00
dbdecb53a2 Fix a line break problem in Chinese documents (#656) 2021-11-30 11:21:02 +08:00
bf9767614d Ob quick start chapter04 (#583)
* Add chapter04 tutorial, about 'how to migrate data to or from oceanbase'.

* Update some description about mysqldump,datax
2021-11-25 15:30:15 +08:00
6bbcebca37 Fix the problem of some links. (#578) 2021-11-24 19:42:12 +08:00
3135764001 Remove mkdocs 2021-11-24 15:22:03 +08:00
ad33fa48ea cp a document commit from github 2021-11-23 16:06:17 +08:00
39f6a8264e Update 18.create-table.md (#556)
只支持none,cluster

const char* const duplicate_scope_strings[] = {"none",
    //"zone",
    //"region",
    "cluster"};

MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='region';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope

MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='zone';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope
2021-11-23 11:03:49 +08:00
cb4715be5a fixed 493, MkDocs encountered as error (#497)
* fixed 493, MkDocs encountered as error

* add mkdocs-material to requirement according to review advice
2021-11-23 10:36:27 +08:00
da03889dbf patch: Ob quick start 2021-11-22 21:34:52 +08:00
9a80911e62 Ob quick start (#499)
* Add Chapter One of the tutorial.

* Updated some descriptions.

* Added some urls.

* Add chapter02 : How to deploy an oceanbase-ce cluster

* Add all chapters of the tutorial. Waiting for review.

* Modifiy some files as the first preview suggested.

* Modifiy some files as the first preview suggested.

* I  temporarily remove some chapters for this PR, I will add them back in the later PR.

* change OB to OceanBase.

* 1.Remove pictures. 2. Add some description about Prometheus and  Grafana.

* Relocate the images.

* Change OceanBase Deploy to OBD.

* Fixed some format errors.
2021-11-22 21:12:11 +08:00
c27c54b764 add clog faq (#328) 2021-11-18 18:16:31 +08:00
131a315f1b fixed 494, Add <<Developer Manual>> to README (#495) 2021-11-18 17:15:02 +08:00
f759c4f173 [doc]deploy ob manually (#336)
* deploy ob manually

* update yaml

Co-authored-by: LIN <wangzelin19961202@gmail.com>
2021-11-18 16:46:24 +08:00
10c3950b05 Update 1.database-operations.md (#429) 2021-10-27 10:26:31 +08:00
0806d47fd2 Merge pull request from GitHub 147(#147) 2021-09-28 23:15:29 +08:00
24e3f93d59 install-dir info (#341)
* install-dir info

* update

* update2
2021-09-28 19:34:14 +08:00
0090a16941 add recmd-config-pro doc (#340) 2021-09-28 19:15:27 +08:00
73164b746b Update index.md (#360) 2021-09-18 14:51:13 +08:00
08d478d5db Fix invalid link in document (#356) 2021-09-14 20:25:28 +08:00
65e00203c5 Remove oracle-related documents (#349) 2021-09-13 16:28:26 +08:00
79f262cc4d Fix the example of ntp server address (#353)
Fix the example of ntp server address
2021-09-10 13:22:23 +08:00
6a31057d87 Added some documents synchronized from ICMS, deleted some documents t… (#333)
* Added some documents synchronized from ICMS, deleted some documents that were not in the Oceanbase database community edition and added a folder junior-Training under the Docs folder to store some beginner learning documents.

* modify requirements.txt

Co-authored-by: zhijiuxing-alt <322676446@qq.com>
2021-09-01 10:26:14 +08:00
f57b05e001 delete oracle and jdbc doc (#332) 2021-08-31 21:57:34 +08:00
21c25a2bd9 Update docs 2021-08-30 22:14:01 +08:00
fb1c1fd746 Fix invalid link in document (#306)
modify the mkdocs.yml and Added support for Chinese retrieval
2021-08-18 15:25:16 +08:00
0cd34bf020 update docs (#297)
* update docs

* update file directories

* modify docs directory structure

Co-authored-by: He Wang <wanghechn@qq.com>
2021-08-13 13:44:50 +08:00
38692436dc modify mkdocs (#278)
* remove github workflow

* update mkdocs.yml and add mkdocs.md

* add site/ to .gitignore

* leave requirements.txt in docs/

* update mkdocs.md
2021-08-02 16:18:36 +08:00
53f7a64888 add docs website config (#251)
* add docs website config

* move files in doc/ to docs/
2021-07-30 21:20:25 +08:00