This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
commit ab622a3f57b0829b61b8f4e31b5577a525f2c030 Merge: 1d9c78c 037e021 Author: Eason Chen <[email protected]> AuthorDate: Tue Jul 20 08:27:47 2021 -0500 Merge pull request #6 from xiaoyang-sde/docusaurus Rebuild the Apache EventMesh Site with Docusaurus .eslintrc.js | 54 + .gitignore | 133 + CNAME | 1 - Gemfile | 10 - Gemfile.lock | 269 - README.md | 41 +- _config.yml | 24 - _data/footer.yml | 14 - _data/menus.yml | 17 - _includes/actions.html | 9 - _includes/address.html | 30 - _includes/aside.html | 6 - _includes/call-to-action.html | 12 - _includes/contact.html | 21 - _includes/footer.html | 34 - _includes/members.html | 17 - _includes/nav.html | 17 - _includes/paragraph.html | 12 - _includes/portfolio.html | 23 - _includes/services.html | 31 - _includes/timeline.html | 33 - _layouts/base.html | 48 - _layouts/home.html | 26 - _layouts/page.html | 30 - _sass/_icons.scss | 36 - _sass/_member-box.scss | 17 - _sass/_page.scss | 7 - _sass/_timeline.scss | 203 - assets/css/creative.scss | 10177 ------ assets/css/main.scss | 12 - assets/img/apache-logo-small.png | Bin 25977 -> 0 bytes .../image-from-rawpixel-id-1199650-jpeg.jpg | Bin 99616 -> 0 bytes assets/img/bg-masthead.jpg | Bin 518561 -> 0 bytes assets/img/bg.jpg | Bin 136287 -> 0 bytes assets/img/favicon.ico | Bin 23462 -> 0 bytes assets/img/feather-small.gif | Bin 129292 -> 0 bytes assets/img/members/person1.jpg | Bin 95559 -> 0 bytes assets/img/members/person2.jpg | Bin 123855 -> 0 bytes assets/img/members/person3.jpg | Bin 130882 -> 0 bytes assets/img/members/person5.jpg | Bin 121796 -> 0 bytes assets/img/members/person6.jpg | Bin 140181 -> 0 bytes assets/img/members/person7.jpg | Bin 157336 -> 0 bytes assets/img/members/webank.png | Bin 62732 -> 0 bytes assets/img/portfolio/fullsize/1.jpg | Bin 63788 -> 0 bytes assets/img/portfolio/fullsize/2.jpg | Bin 48101 -> 0 bytes assets/img/portfolio/fullsize/3.jpg | Bin 48228 -> 0 bytes assets/img/portfolio/fullsize/4.jpg | Bin 49055 -> 0 bytes assets/img/portfolio/fullsize/5.jpg | Bin 62334 -> 0 bytes assets/img/portfolio/fullsize/6.jpg | Bin 53428 -> 0 bytes assets/img/portfolio/fullsize/eventmesh-define.png | Bin 742863 -> 0 bytes assets/img/portfolio/fullsize/eventmesh-panels.png | Bin 951690 -> 0 bytes .../img/portfolio/fullsize/eventmesh-runtime.png | Bin 1562864 -> 0 bytes assets/img/portfolio/thumbnails/1.jpg | Bin 63788 -> 0 bytes assets/img/portfolio/thumbnails/2.jpg | Bin 48101 -> 0 bytes assets/img/portfolio/thumbnails/3.jpg | Bin 48228 -> 0 bytes assets/img/portfolio/thumbnails/4.jpg | Bin 49055 -> 0 bytes assets/img/portfolio/thumbnails/5.jpg | Bin 62334 -> 0 bytes assets/img/portfolio/thumbnails/6.jpg | Bin 53428 -> 0 bytes .../img/portfolio/thumbnails/eventmesh-panels.png | Bin 951690 -> 0 bytes .../img/portfolio/thumbnails/eventmesh-runtime.png | Bin 1562864 -> 0 bytes assets/img/timeline-end.png | Bin 35300 -> 0 bytes assets/img/wechat.jpg | Bin 40125 -> 0 bytes assets/js/creative.js | 63 - assets/js/creative.min.js | 1 - babel.config.js | 3 + docs/intro.md | 35 + docusaurus.config.js | 149 + index.md | 111 - links.md | 101 - package-lock.json | 31729 +++++++++++++++++++ package.json | 60 + sidebars.js | 28 + src/components/Features.module.css | 30 + src/components/Features.tsx | 72 + src/components/Hero.module.css | 47 + src/components/Hero.tsx | 54 + src/components/Incubation.module.css | 5 + src/components/Incubation.tsx | 27 + src/css/custom.css | 32 + src/pages/index.tsx | 19 + static/.nojekyll | 0 static/img/eventmesh-architecture.png | Bin 0 -> 920415 bytes static/img/eventmesh-cloud-native.png | Bin 0 -> 1726098 bytes .../img/eventmesh-ecosystem.png | Bin static/img/favicon.ico | Bin 0 -> 1595 bytes .../img/incubator-logo.png | Bin {assets => static}/img/logo.png | Bin static/img/logo.svg | 1 + static/img/undraw-server-cluster.png | Bin 0 -> 21257 bytes static/img/undraw-server-cluster.svg | 1 + tsconfig.json | 7 + 91 files changed, 32487 insertions(+), 11452 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
