Update announcement banner for ArgoCon Japan 2026 (#194) CNCF Requested https://cloud-native.slack.com/archives/C02T4B0Q54P/p1776430389346339
Update announcement banner for ArgoCon Japan 2026 (#194)
CNCF Requested https://cloud-native.slack.com/archives/C02T4B0Q54P/p1776430389346339
Repository for Argo website at argoproj.io.
Install nodejs, yarn
Run yarn install
yarn install
Start local dev server using yarn start and check web site at http://localhost:8000
yarn start
To push changes to http://argoproj.io/ make sure you have write access to https://github.com/argoproj/argo-site.git repo and run: yarn build && yarn deploy
https://github.com/argoproj/argo-site.git
yarn build && yarn deploy
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Argo website
Repository for Argo website at argoproj.io.
Run and deploy
Install nodejs, yarn
Run
yarn installStart local dev server using
yarn startand check web site at http://localhost:8000To push changes to http://argoproj.io/ make sure you have write access to
https://github.com/argoproj/argo-site.gitrepo and run:yarn build && yarn deploy