Newer
Older
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
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