This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 33e60c2 docs: update integration page (#327)
33e60c2 is described below
commit 33e60c2deb0cd107c7a9bd397cb8f7ce109a4d0f
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Mon May 3 13:39:49 2021 +0530
docs: update integration page (#327)
---
website/docs/general/integrate-with-project-docs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/general/integrate-with-project-docs.md
b/website/docs/general/integrate-with-project-docs.md
index 49ecd0d..8f352c9 100644
--- a/website/docs/general/integrate-with-project-docs.md
+++ b/website/docs/general/integrate-with-project-docs.md
@@ -73,7 +73,7 @@ More information about sidebar can be found at
https://v2.docusaurus.io/docs/nex
## Markdown formatting restrictions
-- Use relative paths within Markdown files `../xxx/xxx`, not absolute paths
`/docs/en/xxx/xxx`. If you want to refer to files outside the docs directory,
please use https://github.com/apache/apisix-xxx/blob/master/xxx/xxx.xxx
+- Use relative paths within Markdown files `../xxx/xxx`, not absolute paths
`/docs/en/xxx/xxx`. If you want to refer to files outside the docs directory,
please use `https://github.com/apache/apisix-xxx/blob/master/xxx/xxx.xxx`
- You need to use Markdown syntax when introducing images, i.e. ``. Images cannot be introduced using HTML tags, i.e.
`<img src=". /assets/xxxx.png" />`