forked from rootsongjc/cloud-native-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
7 lines (6 loc) · 887 Bytes
/
Makefile
1
2
3
4
5
6
7
image := jimmysong/gitbook-builder:2019-07-31
docker := docker run --sig-proxy=true --rm -v $(shell pwd):/workspace -w /workspace $(image)
.PHONY: lint
lint:
@$(docker) scripts/lint-gitbook.sh
#htmlproofer --url-ignore "/localhost/,/172.17.8.101/,/172.20.0.113/,/slideshare.net/,/grpc.io/,/kiali.io/,/condiut.io/,/twitter.com/,/facebook.com/,/medium.com/,/google.com/,/jimmysong.io/,/openfaas.com/,/linkerd.io/,/layer5.io/,/thenewstack.io/,/blog.envoyproxy.io/,/blog.openebs.io/,/k8smeetup.github.io/,/blog.heptio.com/,/apigee.com/,/speakerdeck.com/,/download.svcat.sh/,/blog.fabric8.io/,/blog.heptio.com/,/blog.containership.io/,/blog.mobyproject.org/,/blog.spinnaker.io/,/coscale.com/,/zh.wikipedia.org/,/labs.play-with-k8s.com/,/cilium.readthedocs.io/,/azure.microsoft.com/,/storageos.com/,/openid.net/,/prometheus.io/,/coreos.com/,/openwhisk.incubator.apache.org/" $(BOOK_OUTPUT)