diff --git a/readme/FAQs.rst b/readme/FAQs.rst
deleted file mode 100644
index a54de58b2eb8214fa34e4053143d259d01e7a758..0000000000000000000000000000000000000000
--- a/readme/FAQs.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-.. SPDX-FileCopyrightText: Huawei Inc.
-..
-.. SPDX-License-Identifier: CC-BY-4.0
-
-.. include:: ../definitions.rst
-
-FAQs
-####
-
-How Do I Create PRs at the Same Time If Multiple Code Repositories Have Compilation Dependencies?
-*************************************************************************************************
-
-During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitlab uses issues as the association identifiers for code repositories with dependency dependencies to commit the PRs. Follow the operations below:
-
-#. Create an issue in any of the code repositories.
-
-#. Associate PRs that need to be built and merged at the same time with the issue. For details, visit https://docs.gitlab.com/ee/topics/gitlab_flow.html#mergepull-requests-with-gitlab-flow.
-
-#. After the build is triggered, the build center identifies the PRs associated with the same issue, downloads the build, and merges the PRs into the code library after the code is approved.
-
-Rollback
-********
-
-Visit https://docs.gitlab.com/ee/university/training/topics/rollback_commits.html#undo-commits
-
-Resolving Merge Conflicts
-*************************
-
-Visit https://docs.gitlab.com/ee/topics/git/git_rebase.html#merge-conflicts
\ No newline at end of file
diff --git a/readme/README.rst b/readme/README.rst
index 6a4dee03b65e7e4fc0fa38323c8a539eb7f2a8a1..078ef05f25ae485e7bcdf44c795da8bb202db629 100644
--- a/readme/README.rst
+++ b/readme/README.rst
@@ -14,5 +14,3 @@ Contributing Documents
    Contribution-Process
    Contributing-to-the-Documentation
    reStructuredText-Basics
-   FAQs
-