This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-static-prod
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-static-prod by this push:
new 00e34866 Add README
00e34866 is described below
commit 00e348666c40e74edba6e1d57bdf18a408df70bf
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Apr 6 15:18:33 2024 +0800
Add README
---
README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..3c358726
--- /dev/null
+++ b/README.md
@@ -0,0 +1,48 @@
+Apache Pinot Site
+=================
+
+[](https://join.slack.com/t/apache-pinot/shared_invite/zt-5z7pav2f-yYtjZdVA~EDmrGkho87Vzw)
+[](https://twitter.com/intent/follow?screen_name=apachepinot)
+[](LICENSE)
+
+This repo hosts the source code of [Apache Pinot Official
Website](https://pinot.apache.org/).
+
+Update Website Content
+======================
+
+Please don't submit PR against this branch.
+
+All development should go under the
[`new-dev-site`](https://github.com/apache/pinot-site/tree/new-dev-site) branch.
+
+The static website is hosted from the
[`new-static-prod`](https://github.com/apache/pinot-site/tree/new-static-prod)
branch, which will be automatically updated once a new commit pushed to the
[`new-dev-site`](https://github.com/apache/pinot-site/tree/new-dev-site) branch.
+
+
+Maintainer
+==========
+
+Apache Pinot Community
+
+Additional Resources
+====================
+
+Mailing list: [email protected]
+
+Slack:
https://join.slack.com/t/apache-pinot/shared_invite/zt-5z7pav2f-yYtjZdVA~EDmrGkho87Vzw
+
+Project website: https://pinot.apache.org
+
+Getting started: https://docs.pinot.apache.org/getting-started
+
+Pinot developer blogs: https://medium.com/apache-pinot-developer-blog
+
+Intro to Pinot Video: https://www.youtube.com/watch?v=T70jTTYhYyM
+
+Twitter: https://twitter.com/ApachePinot
+
+Meetup: https://www.meetup.com/apache-pinot
+
+
+## NOTE
+
+- To convert PNG to SVG use this site: https://www.pngtosvg.com/
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]