From a4c887e5b13dfd33bee9fbf3462ebf3965ea6327 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 16 Apr 2017 01:30:31 +0200 Subject: [PATCH] website-doc.sh: add hint on API removal Signed-off-by: Nicolas Sebrecht --- docs/website-doc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/website-doc.sh b/docs/website-doc.sh index b5fdbd1..2614ccc 100755 --- a/docs/website-doc.sh +++ b/docs/website-doc.sh @@ -55,6 +55,8 @@ function api () { echo "Building Jekyll data: $VERSIONS_YML" # Erase previous content. echo "$HEADER" > "$VERSIONS_YML" + echo "# However, it's correct to /remove/ old API docs here." + echo "# While at it, don't forget to adjust the _doc/versions directory." for version in $(ls "$DESTBASE" -1 | sort -nr) do echo "- $version"