-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (21 loc) · 780 Bytes
/
mkdocs.yml
File metadata and controls
23 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
strict: true
pages:
- Home: index.md
- User Guide:
- Installation: userguide/install.md
- Getting Started: userguide/getting-started.md
- Annotations: userguide/annotations.md
- Assertions: userguide/assertions.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