-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
54 lines (40 loc) · 1.24 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: 'Cognizant Intelligent Test Scripter'
site_description: 'Documentation for Cognizant Intelligent Test Scripter'
site_author: 'Cognizant Intelligent Test Scripter Team'
site_url: 'https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc'
site_favicon: 'favicon.ico'
repo_name: 'CITS'
repo_url: 'https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter'
edit_uri: ../Cognizant-Intelligent-Test-Scripter-Helpdoc/edit/master/docs
pages:
- Home: index.md
- Actions:
- Web: actions/webactions.md
- Usage:
- Engine: faq/engine.md
- Custom Methods: faq/customfunction.md
- Addon Usage: faq/addon.md
- Linux: faq/linux.md
- FAQ: faq/FAQ_GitHub.md
- Migration: faq/migration.md
- Shortcuts: shortcuts.md
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: '#'
# Options
extra:
logo: 'logo.svg'
palette:
primary: 'teal'
accent: 'light blue'
# Google Analytics
google_analytics:
- 'UA-101145118-1'
- 'auto'
use_directory_urls: false
theme: 'material'
extra_css:
- 'fix/fix.css'
copyright: Copyright © 2014 - 2017 . Maintained by the <a href="/about/release-notes/#maintenance-team">Cognizant Intelligent Test Scripter Team</a>.