Skip to content
Snippets Groups Projects
Makefile 207 B
Newer Older
Erwan Rouchet's avatar
Erwan Rouchet committed
docs:
	mkdir -p public
	apistar docs --path arkindex/schema.yml --theme redoc --output-dir public
	# Use relative links for static files
	sed -i "s/\(['\"]\)\/\(js\|css\|schema\)/\\1\\2/g" public/index.html