This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 476971bb8 docs: add missing triple backtick (#9665)
476971bb8 is described below
commit 476971bb8ca65a3c9d20f6083473bd0297fbe442
Author: Khanh Pham <[email protected]>
AuthorDate: Fri Jun 16 10:03:53 2023 +0700
docs: add missing triple backtick (#9665)
---
docs/en/latest/FAQ.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 02691f17b..b462e0158 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -732,6 +732,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
}
}
}'
+```
## How does APISIX configure ETCD with authentication?