-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (22 loc) · 810 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (22 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Format documented here
# http://www.mkdocs.org/user-guide/configuration/
site_name: utPLSQL
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
copyright: Copyright © 2016 - utPLSQL Team
repo_url: https://github.com/utplsql/utplsql/
theme: mkdocs
use_directory_urls: false
strict: true
pages:
- Home: index.md
- User Guide:
- Installation: userguide/install.md
- Getting Started: userguide/getting-started.md
- Annotations: userguide/annotations.md
- Expectations: userguide/expectations.md
- Testing Best Pracitces: userguide/best-practices.md
- Upgrade utPLSQL : userguide/upgrade.md
- About:
- Project Details: about/project-details.md
- License: about/license.md
- Support: about/support.md