pingsutw commented on a change in pull request #677:
URL: https://github.com/apache/submarine/pull/677#discussion_r670110819
##########
File path: website/docs/devDocs/Development.md
##########
@@ -146,3 +146,33 @@ Checkstyle plugin may help to detect violations directly
from the IDE.
```bash
helm upgrade --set submarine.database.dev=true submarine
./helm-charts/submarine
```
+
+## Develop Submarine Website
+Submarine website is built using [Docusaurus 2](https://v2.docusaurus.io/), a
modern static website generator.
+
+We store all the website content in markdown format in the
`submarine/website/docs`. When committing a new patch to the `submarine` repo,
Docusaurus will help us generate the `html` and `javascript` files and push
them to https://github.com/apache/submarine-site/tree/asf-site.
+
+If you want to update the website, you can click “Edit this page” on the
website.
+
+
Review comment:
It shows the image on the website.
Like below.

--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]