This is an automated email from the ASF dual-hosted git repository.

aloalt pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit f8556b58c4e7a68c196e5eeba7a3a3bb98e36c4d
Merge: 5dd6887b d437a4b5
Author: Alexander Alten <[email protected]>
AuthorDate: Sun Jan 28 11:11:43 2024 +0100

    Merge pull request #27 from 2pk03/docusaurus
    
    New PR into a orphan branch to avoid conflicts with former website and 
release scripts

 .asf.yaml                                         |    43 +
 .github/workflows/deploy.yml                      |    25 +
 .gitignore                                        |   210 +
 DISCLAIMER                                        |     7 +
 LICENSE                                           |   201 +
 NOTICE                                            |     5 +
 README.md                                         |    34 +
 babel.config.js                                   |     3 +
 blog/2024-01-25-website_update.md                 |    33 +
 blog/authors.yml                                  |     5 +
 docs/community/committer.md                       |    62 +
 docs/community/contribute.md                      |   239 +
 docs/community/mailinglists.md                    |    59 +
 docs/community/repositories.md                    |    24 +
 docs/community/team.md                            |    37 +
 docs/guide/api-documentation.md                   |    38 +
 docs/guide/getting-started.md                     |   355 +
 docs/guide/installation.md                        |    52 +
 docs/guide/ml4all.md                              |    80 +
 docs/guide/optimizer.md                           |    35 +
 docs/guide/usage-examples.md                      |    36 +
 docs/introduction/about.md                        |    35 +
 docs/introduction/benchmark.md                    |    66 +
 docs/introduction/features.md                     |    34 +
 docs/start/download.md                            |    51 +
 docusaurus.config.ts                              |   215 +
 package-lock.json                                 | 15405 ++++++++++++++++++++
 package.json                                      |    48 +
 sidebars.ts                                       |    35 +
 src/components/HomepageFeatures/index.tsx         |    67 +
 src/components/HomepageFeatures/styles.module.css |    13 +
 src/css/custom.css                                |    68 +
 src/pages/index.module.css                        |    47 +
 src/pages/index.tsx                               |    49 +
 static/.nojekyll                                  |     0
 static/img/apache-incubator.svg                   |     1 +
 static/img/architecture/wayang-plan.png           |   Bin 0 -> 579427 bytes
 static/img/architecture/wayang-schema.png         |   Bin 0 -> 139638 bytes
 static/img/benchmarks/README.md                   |   540 +
 static/img/benchmarks/bench2.png                  |   Bin 0 -> 61736 bytes
 static/img/benchmarks/bench3.png                  |   Bin 0 -> 49155 bytes
 static/img/benchmarks/disperse_data.png           |   Bin 0 -> 37839 bytes
 static/img/favicon.ico                            |   Bin 0 -> 15406 bytes
 static/img/svg/agnostic.svg                       |     2 +
 static/img/svg/api.svg                            |     2 +
 static/img/svg/speed.svg                          |    22 +
 static/img/wayang.png                             |   Bin 0 -> 10919 bytes
 tsconfig.json                                     |     7 +
 48 files changed, 18290 insertions(+)

Reply via email to