Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361f007 commit 066ae79Copy full SHA for 066ae79
2 files changed
.travis/build_docs.sh
@@ -4,3 +4,8 @@ cd "${0%/*}"
4
# Change back to root
5
cd ..
6
mkdocs build --clean --strict
7
+
8
+mkdir docs/markdown
9
+mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md
10
+mkdir docs/html
11
+cp -r -v site/* docs/html
mkdocs.yml
@@ -3,7 +3,7 @@
3
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
0 commit comments