Skip to content
#

application

Here are 4,539 public repositories matching this topic...

wonderflow
wonderflow commented Aug 29, 2021

These make commands can be deleted:

docs-build:
	docker run -it -v $(PWD)/docs/sidebars.js:/workspace/kubevela.io/sidebars.js \
	 -v $(PWD)/docs/en:/workspace/kubevela.io/docs \
	 oamdev/vela-webtool:v1 -t build

docs-start:
	docker run -it -p 3000:3000 -v $(PWD)/docs/sidebars.js:/workspace/kubevela.io/sidebars.js \
	 -v $(PWD)/docs/en:/workspace/kubevela.io/docs \
	 oamdev/vela-we

Improve this page

Add a description, image, and links to the application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the application topic, visit your repo's landing page and select "manage topics."

Learn more