qier222 commented on a change in pull request #234:
URL: https://github.com/apache/apisix-website/pull/234#discussion_r586149965



##########
File path: website/docs/general/integrate-with-project-docs.md
##########
@@ -0,0 +1,80 @@
+---
+id: integrate-with-project-docs
+title: Integrate with Project documentations
+---
+
+## docs directory structure
+
+Put all Markdown files into the latest directory
+
+```
+/docs
+├── assets  # 存放静态文件
+│   ├── images
+│   │   ├── xxxxx.png
+│   └── other
+│       └── xxxxx.xxx
+├── en
+│   └── latest
+│       ├── doc1.md
+│       ├── folder
+│       │   └── doc2.md
+│       │       └── folder2
+│       │           └── doc3.md
+│       └── config.json
+├── es
+│   └── latest
+│       └── ...
+└── zh
+    └── latest
+        └── ...
+```
+
+## Configuration file
+
+This file is located in /docs/<locale>/latest/config.json, where locale is 
locale codes, please refer to 
https://www.science.co.il/language/Locale-codes.php, locale is all lowercase. 
Don't forget to remove the comment after copying JSON.
+
+More information about sidebar can be found at 
https://v2.docusaurus.io/docs/next/sidebar
+
+```json

Review comment:
       Maybe we should use jsonc instead of json since these codes have 
comments?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to