commit | fdc1420ce008b28015c68f04afb9f339d3023fab | [log] [tgz] |
---|---|---|
author | ninsmiracle <110282526+ninsmiracle@users.noreply.github.com> | Thu Jun 05 15:10:18 2025 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 05 15:10:18 2025 +0800 |
tree | 583d2581c196b5ac3d934df3d3e2d7b7b68f68f8 | |
parent | dabebcc0e7312f017a6283ac8c04454afd649987 [diff] |
Update table soft delete doc for Chinese version (#117)
This is the website codebase of the Apache Pegasus project.
It is a static website based on Jekyll, and almost all the documents are written in Markdown.
If you found any mistake on the website, or you've developed a new feature for the Pegasus project, or you want to improve the UI/UE of the website, you are encouraged to update the website.
Install Jekyll at first https://jekyllrb.com/docs/
$ git clone git@github.com:apache/incubator-pegasus-website.git $ cd incubator-pegasus-website $ bundle exec jekyll serve ... Auto-regeneration: enabled for '.../incubator-pegasus-website' Server address: http://127.0.0.1:4000 Server running... press ctrl-c to stop.
Then open your browser and visit http://127.0.0.1:4000
If you want to update or draw a new diagram, you can use draw.io and open assets/drawio/apache_pegasus_website.drawio to draw it, and save it as a
.png
file, then put it into theassets/images
directory. Remember to submit the changed.drawio
file together with the.png
file.
Submit the patch as a pull request
Wait the project committers to review and merge your patch.
Open your browser and visit https://pegasus.apache.org/, you will see the result of your patch.
Enjoy it!