Skip to content

Commit

Permalink
Merge pull request #502 from 3scale/improve-documentation
Browse files Browse the repository at this point in the history
improve documentation
  • Loading branch information
mikz authored Nov 28, 2017
2 parents 1bf13d8 + 6101a7c commit f035569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ clean-containers: apicast-source
clean: clean-containers ## Remove all running docker containers and images
- docker rmi apicast-test apicast-runtime-test --force

doc/lua/index.html: $(wildcard gateway/src/**/*.lua) | dependencies $(ROVER)
doc/lua/index.html: $(shell find gateway/src -name '*.lua') | dependencies $(ROVER)
$(ROVER) exec ldoc -c doc/config.ld .

doc: doc/lua/index.html ## Generate documentation
Expand Down
1 change: 1 addition & 0 deletions doc/config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project = 'APIcast'
title = 'NGINX based API gateway used to integrate your internal and external API services with 3scale’s API Management Platform'
merge = true
format = 'markdown'
not_luadoc = true

new_type("http","HTTP")
new_type("http_ng.backend","http_ng.backend")

0 comments on commit f035569

Please sign in to comment.