From 082baef205af52772d91cd9a09db69e999969c07 Mon Sep 17 00:00:00 2001 From: Peter Marton Date: Wed, 18 Oct 2017 20:57:22 +0200 Subject: [PATCH] chore(docs): remove watch --- Makefile | 5 ----- docs/config/watch.yaml | 17 ----------------- 2 files changed, 22 deletions(-) delete mode 100644 docs/config/watch.yaml diff --git a/Makefile b/Makefile index 2b63964f2..344e6cf70 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,6 @@ NODE := node # # Files # -DOC_FILES_TO_WATCH = ./lib/index.js ./lib/server.js ./lib/plugins/audit.js ./lib/plugins/metrics.js ./lib/plugins/jsonp.js JS_FILES = '.' CLEAN_FILES += node_modules cscope.files @@ -72,9 +71,5 @@ nsp: node_modules $(NSP) docs-build: @($(NODE) $(DOCS_BUILD)) -.PHONY: docs-watch -docs-watch: - @($(DOCUMENTATION) serve $(DOC_FILES_TO_WATCH) --shallow --config docs/config/watch.yaml --watch) - include ./tools/mk/Makefile.deps include ./tools/mk/Makefile.targ diff --git a/docs/config/watch.yaml b/docs/config/watch.yaml deleted file mode 100644 index 8d6e08b51..000000000 --- a/docs/config/watch.yaml +++ /dev/null @@ -1,17 +0,0 @@ -toc: - - createServer - - Server - - name: Events - file: ../api/server-events.md - - name: Errors - file: ../api/server-errors.md - - name: Plugins - description: | - Restify comes bundled with a selection of useful plugins. These are accessible - off of `restify.plugins` and `restify.pre`. - - auditLogger - - createMetrics - - jsonp - - name: Types - - Server~methodOpts - - createMetrics~callback