| commit | e88a123e3e925d3b6811249dfb4dd30ce6d613fe | [log] [tgz] |
|---|---|---|
| author | Pengfan Lu <lu_peng_fan@163.com> | Mon May 26 16:16:41 2025 +0800 |
| committer | GitHub <noreply@github.com> | Mon May 26 16:16:41 2025 +0800 |
| tree | d3a311f48ce15e3ac0b1eaedffea5f127256e7ce | |
| parent | 7350d38a5b91918d8742b718a03df193724a9cdd [diff] |
Update C++ Client en docs (#113) issue (https://github.com/apache/incubator-pegasus/issues/1719)
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
.pngfile, then put it into theassets/imagesdirectory. Remember to submit the changed.drawiofile together with the.pngfile.
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!