From c3600d0536265139980126a45b7a6b218fce72a5 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Mon, 29 Mar 2021 21:55:57 +0100
Subject: [PATCH] Move and rename Communication-in-Community from readme to
 root

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 ...mmunity.rst => community-chat-platform.rst | 22 ++++++++++++-------
 index.rst                                     |  1 +
 readme/README.rst                             |  2 --
 3 files changed, 15 insertions(+), 10 deletions(-)
 rename readme/Communication-in-Community.rst => community-chat-platform.rst (55%)

diff --git a/readme/Communication-in-Community.rst b/community-chat-platform.rst
similarity index 55%
rename from readme/Communication-in-Community.rst
rename to community-chat-platform.rst
index 805b077..5d6a4b5 100644
--- a/readme/Communication-in-Community.rst
+++ b/community-chat-platform.rst
@@ -2,18 +2,23 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-.. include:: ../definitions.rst
+.. include:: ./definitions.rst
 
-Communication in Community
-##########################
+Community Chat Platform
+#######################
 
-`GitLab Mattermost <https://mattermost.com/>`__ is used as the primary communication tool by project members, contributors, and the community. 
+`GitLab Mattermost <https://mattermost.com/>`__ is used as the primary
+communication tool by project members, contributors, and the community.
 
-For any communication about |main_project_name|, user can sign up using GitLab credentials and join the community chat at mattermost using the URL https://chat.ostc-eu.org/.
+For any communication about |main_project_name|, user can sign up using GitLab
+credentials and join the community chat at mattermost using the URL
+https://chat.ostc-eu.org/.
 
-If you encounter any problems when using |main_project_name|, join `town-square <https://chat.ostc-eu.org/ostc/channels/town-square>`__ group for discussion.
+If you encounter any problems when using |main_project_name|, join `town-square <https://chat.ostc-eu.org/ostc/channels/town-square>`__
+group for discussion.
 
-Bug reports and issues can be raised and tracked in https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues. 
+Bug reports and issues can be raised and tracked in
+https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues.
 
 How Do I Subscribe to Mattermost?
 *********************************
@@ -23,4 +28,5 @@ To join a Public channel, perform the following steps:
 #. Select Browse Channels and search through the list of Public channels.
 #. Select Join to join the communication channel.
 
-For more details on Mattermost subscription, see https://docs.mattermost.com/guides/user.html.
+For more details on Mattermost subscription, see
+https://docs.mattermost.com/guides/user.html.
diff --git a/index.rst b/index.rst
index 8800bf6..49a8c2e 100644
--- a/index.rst
+++ b/index.rst
@@ -31,3 +31,4 @@ headphones, and AR/VR glasses.
    ci/index
    ip-policy/index
    code-of-conduct
+   community-chat-platform
diff --git a/readme/README.rst b/readme/README.rst
index 9f918e3..05f44b4 100644
--- a/readme/README.rst
+++ b/readme/README.rst
@@ -9,6 +9,4 @@ Contributing Documents
 .. toctree::
    :maxdepth: 2
    
-   
-   Communication-in-Community
    Contribution-Process
-- 
GitLab