You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by st...@apache.org on 2021/05/24 14:45:14 UTC

[apisix-dashboard] branch master updated: docs: update FAQ in user guide (#1822)

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

starsz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 7551b78  docs: update FAQ in user guide (#1822)
7551b78 is described below

commit 7551b78c6fe2c6e90a2c0708fd385ad1bbce2c42
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Mon May 24 20:15:02 2021 +0530

    docs: update FAQ in user guide (#1822)
---
 docs/en/latest/FAQ.md                       | 4 ++++
 docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 4e9d7c6..3cfebf3 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -105,3 +105,7 @@ conf:
 Restart `manager-api`, all IPs can access `APISIX Dashboard`.
 
 Note: You can use this method in development and test environment to allow all IPs to access your `APISIX Dashboard` instance, but it is not safe to use it in a production environment. In production environment, please only authorize specific IP addresses or address ranges to access your instance.
+
+### 7. What is the default strategy when import a duplicate route?
+
+Currently we reject import duplicate route, that is to say when you import a route which has the same attributes, all of the URI、Host、URIs、Host、RemoteAddrs、RemoteAddr、Priority、Vars and FilterFunc, as the existing route, you will get an error while importing a route from OAS3.0.
diff --git a/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md b/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
index 297c845..af28531 100644
--- a/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
+++ b/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
@@ -443,9 +443,3 @@ paths:
         pass_host: node
       x-apisix-vars: []
 ```
-
-## FAQ
-
-1. What is the default strategy when import a duplicate route?
-
-Currently we reject import duplicate route, that is to say when you import a route which has the same attributes, all of the URI、Host、URIs、Host、RemoteAddrs、RemoteAddr、Priority、Vars and FilterFunc, as the existing route, you will get an error while importing a route from OAS3.0.