From 014e29ffdfe069b3ceadc053f941f2243e2cd131 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Thu, 9 Jan 2020 14:26:17 -0500 Subject: [PATCH] Add instructions for downloading the SQLite docs --- docs/file-scrapers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/file-scrapers.md b/docs/file-scrapers.md index 1895f276..912517d1 100644 --- a/docs/file-scrapers.md +++ b/docs/file-scrapers.md @@ -87,3 +87,6 @@ The generated html is in `salt/doc/_build/html`. Copy it to See `lib/docs/scrapers/scala.rb` ## SQLite + +Download the docs from https://sqlite.org/download.html, unzip it, and rename +it to `/path/to/devdocs/docs/sqlite`