This is an automated email from the ASF dual-hosted git repository.
novatechflow pushed a change to branch dependabot/npm_and_yarn/multi-a2018f8763
in repository https://gitbox.apache.org/repos/asf/wayang-website.git
from 91e2a9fd Bump webpack-dev-server, @docusaurus/core and
@docusaurus/preset-classic
add b08b7ea5 AI guidelines doc (#120)
add 3404f0c4 adds spatial blogpost and authors (#124)
add aec11bc6 Add tags to spatial-wayang blog post (#125)
add 5ceafd07 Fix duplicate docs id
add 12fe0f18 Merge remote-tracking branch 'origin/main' into fix/pr-122
add ec190efa Fix CI for PR 122
No new revisions were added by this update.
Summary of changes:
.github/workflows/deploy.yml | 2 +-
blog/2026-05-19-spatial-wayang.md | 124 ++++++++
blog/authors.yml | 15 +
docs/community/ai-tooling-policy.md | 20 ++
docs/guide/{getting-started.md => examples.md} | 24 +-
docs/guide/getting-started.mdx | 332 +++++++++++++++++++++
docs/guide/installation.md | 6 +-
docs/guide/usage-examples.md | 1 -
package-lock.json | 2 +-
package.json | 2 +-
.../architecture/wayang-spatial-architecture.png | Bin 0 -> 114643 bytes
static/img/benchmarks/spatial-bench1.png | Bin 0 -> 21154 bytes
static/img/benchmarks/spatial-bench2.png | Bin 0 -> 65750 bytes
static/img/benchmarks/spatial-bench3.png | Bin 0 -> 47471 bytes
static/img/benchmarks/spatial-bench4.png | Bin 0 -> 40447 bytes
static/img/wayang-architecture.svg | 78 +++++
16 files changed, 587 insertions(+), 19 deletions(-)
create mode 100644 blog/2026-05-19-spatial-wayang.md
create mode 100644 docs/community/ai-tooling-policy.md
rename docs/guide/{getting-started.md => examples.md} (93%)
create mode 100644 docs/guide/getting-started.mdx
create mode 100644 static/img/architecture/wayang-spatial-architecture.png
create mode 100644 static/img/benchmarks/spatial-bench1.png
create mode 100644 static/img/benchmarks/spatial-bench2.png
create mode 100644 static/img/benchmarks/spatial-bench3.png
create mode 100644 static/img/benchmarks/spatial-bench4.png
create mode 100644 static/img/wayang-architecture.svg