From 5a521b1395b1ea192608f64232532c1b733b4df1 Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Thu, 6 Oct 2016 15:42:31 -0400 Subject: [PATCH] add apidoc note to readme Add apidoc-related dev note to readme reminding not to overwrite index.html, main.js since some filter code was manually added. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 336ba0cd41..c907430abb 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,8 @@ $ npm install apidoc -g $ apidoc -i doc/ -o apidoc/ ``` +Just a reminder, since an ad-hoc filter was added to the apidoc, don't overwrite index.html, main.js. + ## LICENSE MIT license. See the LICENSE file for details.