We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a35e4d commit 903f00eCopy full SHA for 903f00e
Makefile
@@ -36,6 +36,15 @@ DEPEND=\
36
37
all: depend lint cyclo goagen test
38
39
+docs:
40
+ @git clone https://github.com/goadesign/goa.design
41
+ @rm -rf goa.design/content/godoc goa.design/public
42
+ @mdc github.com/goadesign/goa goa.design/content/godoc --exclude goa.design
43
+ @cd goa.design && hugo --theme goa
44
+ @rm -rf public
45
+ @mv goa.design/public public
46
+ @rm -rf goa.design
47
+
48
depend:
49
@go get $(DEPEND)
50
0 commit comments