You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/02/24 00:53:20 UTC

[servicecomb-service-center] branch master updated: [SCB-2094]sphinx can't display the table of markdown (#868)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new ae8f5d4  [SCB-2094]sphinx can't display the table of markdown (#868)
ae8f5d4 is described below

commit ae8f5d4fbfb386ab700b951014430098e7b37d73
Author: robotLJW <79...@qq.com>
AuthorDate: Wed Feb 24 08:53:12 2021 +0800

    [SCB-2094]sphinx can't display the table of markdown (#868)
---
 docs/conf.py                    | 1 +
 docs/user-guides/data-source.md | 8 +-------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index a64db03..b52129e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,6 +62,7 @@ source_parsers = {
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
+    'sphinx_markdown_tables',
 ]
 
 # Add any paths that contain templates here, relative to this directory.
diff --git a/docs/user-guides/data-source.md b/docs/user-guides/data-source.md
index 6b8b5a8..a89f211 100644
--- a/docs/user-guides/data-source.md
+++ b/docs/user-guides/data-source.md
@@ -115,14 +115,8 @@ registry:
 | registry.mongo.cluster.certFile | the cert file path need to be set according to the configuration of mongodb server | no | string, like /opt/ssl/client.crt |
 | registry.mongo.cluster.keyFile | the key file path need to be set according to the configuration of mongodb server | no | string, like /opt/ssl/client.key |
 
-**For example, I want to run the service-center in linux environment, the database is Mongo, and the SSL/TLS
-authentication is enabled for the database.**
-
 1. Download mongodb package.
-2. Unzip, modify the configuration and start mongodb.
-
-> [configure-ssl](https://docs.mongodb.com/v4.0/tutorial/configure-ssl/)
-
+2. Unzip, modify the configuration and start mongodb.[mongodb configure ssl](https://docs.mongodb.com/v4.0/tutorial/configure-ssl/)
 3. Download the latest release from [ServiceComb Website](http://servicecomb.apache.org/release/).
 4. Decompress, modify /conf/app.yaml.
 5. Execute the start script to run service center
\ No newline at end of file