Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9afa968

Browse files
committed
Adjusting MkDocs configuration
1 parent f8f26bb commit 9afa968

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Format documented here
22
# http://www.mkdocs.org/user-guide/configuration/
3+
# https://squidfunk.github.io/mkdocs-material/getting-started/
34

45
site_url: http://utPLSQL.org/
56
site_name: utPLSQL-framework
6-
site_description: utPLSQL Ultimate Unit Testing Framework for Oracle PL/SQL
7+
site_description: utPLSQL Ultimate Testing Framework for Oracle PL/SQL & SQL
78
copyright: Copyright © 2016 - 2022 utPLSQL Team
8-
#repo_url: https://github.com/utPLSQL/utPLSQL # disable for offline docs
9+
repo_url: https://github.com/utPLSQL/utPLSQL
910
theme:
1011
name: material
1112
palette:
@@ -70,7 +71,7 @@ plugins:
7071
- git-revision-date-localized: # disable for offline docs
7172
enable_creation_date: true # disable for offline docs
7273
type: datetime # disable for offline docs
73-
74+
7475
nav:
7576
- User Guide:
7677
- index.md
@@ -81,7 +82,7 @@ nav:
8182
- Advanced data comparison: userguide/advanced_data_comparison.md
8283
- Running unit tests: userguide/running-unit-tests.md
8384
- Querying for test suites: userguide/querying_suites.md
84-
- Testing best pracitces: userguide/best-practices.md
85+
- Testing best practices: userguide/best-practices.md
8586
- Upgrade utPLSQL: userguide/upgrade.md
8687
- Reporting:
8788
- Using reporters: userguide/reporters.md

0 commit comments

Comments
 (0)