-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
102 lines (96 loc) · 3.44 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# META
site_name: KronoDocs
copyright: © Copyright 2006-2020 Inflectra Corporation, All Rights Reserved | en-US |
repo_name: Inflectra
repo_url: https://www.inflectra.com
site_url: https://kronodoc.inflectra.com/
# EXTENSIONS USED
markdown_extensions:
- attr_list
- footnotes
- admonition
- codehilite:
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- toc:
permalink: true
# THEME INFORMATION
theme:
features:
- instant
icon:
logo: material/library
repo: fontawesome/brands/git-alt
language: en
name: material
palette:
primary: black
accent: amber
font:
code: IBM Plex Mono
favicon: images/favicon.ico
logo: images/logo.svg
custom_dir: overrides
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/inflectra
- icon: fontawesome/brands/twitter
link: https://twitter.com/inflectra
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/inflectra-corporation
analytics:
provider: custom
property: see the custom.html partial
# NAVIGATION MENU
nav:
- User Manual:
- How to use this manual: User-Manual\index.md
- Functionality Overview: User-Manual\Functionality-Overview.md
- Home Page: User-Manual\Home-Page.md
- Knowledge Base: User-Manual\Knowledge-Base.md
- Forums: User-Manual\Forums.md
- Help Desk: User-Manual\Help-Desk.md
- User Profile: User-Manual\User-Profile.md
- Reports: User-Manual\Reports.md
- Quick Start Guide: Quick-Start-Guide\index.md
- Administration Guide:
- How to use this guide: Administration-Guide\index.md
- Installing KronoDesk: Administration-Guide\Installing-KronoDesk.md
- System Administration: Administration-Guide\System-Administration.md
- System Settings: Administration-Guide\System-Settings.md
- Users: Administration-Guide\Users.md
- Forum Settings: Administration-Guide\Forum-Settings.md
- Knowledge Base Settings: Administration-Guide\Knowledge-Base-Settings.md
- Help Desk Settings: Administration-Guide\Help-Desk-Settings.md
- Workflows: Administration-Guide\Workflows.md
- Event Notifications: Administration-Guide\Event-Notifications.md
- Appendices:
- Troubleshooting: Administration-Guide\Appendix-A----Troubleshooting.md
- Using with SSL: Administration-Guide\Appendix-B----Using-with-SSL.md
- Sending Email through IIS: Administration-Guide\Appendix-C----Sending-Email-through-IIS.md
- Upgrading: Administration-Guide\Appendix-D----Upgrading.md
- Integrations:
- Email:
- Installing: Email-Integration-Guide\Installing-the-Email-Integration-Service.md
- Configuring: Email-Integration-Guide\Configuring-the-Email-Integration-Service.md
- Using: Email-Integration-Guide\Using-the-Email-Integration-Service-with-KronoDesk.md
- Migration:
- Importing from Excel: Migration-and-Integration-Guide\Importing-from-Microsoft-Excel.md