Website sources for the Apache OzHera(Incubating) website

Clone this repo:
  1. 700305d Merge pull request #38 from gaoxh/closer-lua-url by wodiwudi · 3 weeks ago main
  2. dd9fb46 fix: updated source and binary download paths to use closer.lua by gaoxihui · 3 weeks ago
  3. 86924d3 feat: add download page (#35) by renqingfu1 · 4 weeks ago
  4. 11e6eb2 fix: change apache events link (#32) by renqingfu1 · 7 weeks ago
  5. 290ebd4 fix: 修复首页apache检查不通过 (#27) by renqingfu1 · 7 weeks ago

Apache OzHera(Incubating) Site

This is a repository of Apache OzHera(Incubating) website. The repository of Apache OzHera(Incubating) can be found here.

To get in touch with us please use the dev@ozhera.apache.org mailing list.

Environment setup

This website use vitepress, you need to install the following runtime environment:

  • Node.js,v18 or above.
  • install pnpm
npm install -g pnpm

Getting started

install dependencies

pnpm install

local debugging

pnpm run docs:dev

build

pnpm run docs:build

deploy

merge code to preview branch, Visit https://ozhera.staged.apache.org/.

merge code to asf-site branch, Visit https://ozhera.apache.org/en/. Note that not everyone has permission to merge code into the asf-site branch.