From 066ae79223e070a4adb98d0e1fb12ce8c2692188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Thu, 30 Mar 2017 20:08:32 +0100 Subject: [PATCH] Fixed missing docs. --- .travis/build_docs.sh | 5 +++++ mkdocs.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis/build_docs.sh b/.travis/build_docs.sh index db43d7ca9..08c2bbbcf 100644 --- a/.travis/build_docs.sh +++ b/.travis/build_docs.sh @@ -4,3 +4,8 @@ cd "${0%/*}" # Change back to root cd .. mkdocs build --clean --strict + +mkdir docs/markdown +mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md +mkdir docs/html +cp -r -v site/* docs/html diff --git a/mkdocs.yml b/mkdocs.yml index 401100c47..faa91f0dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: utPLSQL site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL -copyright: Copyright © 2016 - utPLSQL Team +copyright: Copyright © 2016 - 2017 utPLSQL Team repo_url: https://github.com/utPLSQL/utPLSQL theme: mkdocs use_directory_urls: false