-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (60 loc) · 2.43 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
site_name: OptimumKinematics Help File
nav:
- Home: index.md
- Welcome: welcome.md
- Introduction:
- Introduction: 1_Introduction/1_Introduction.md
- Installation Requirements: 1_Introduction/A_Installation_Requirements.md
- Licensing: 1_Introduction/B_Licensing.md
- Quick Start:
- Quick Start: 2_Quick_Start/2_Quick_Start.md
- Launching the Application: 2_Quick_Start/A_Launching_the_Application.md
- Options Menu: 2_Quick_Start/B_Options_Menu.md
- Design Overview: 2_Quick_Start/C_Design_Overview.md
- Simulation Overview: 2_Quick_Start/D_Simulation_Overview.md
- Analysis Overview: 2_Quick_Start/E_Analysis_Overview.md
- Detailed Overview:
- Detailed Overview: 3_Detailed_Overview/3_Detailed_Overview.md
- Reference System: 3_Detailed_Overview/A_Reference_System.md
- Design: 3_Detailed_Overview/B_Design.md
- Simulation: 3_Detailed_Overview/C_Simulation.md
- Analysis: 3_Detailed_Overview/D_Analysis.md
- Frequently Asked Questions:
- Frequently Asked Questions: 4_Frequently_Asked_Questions/4_Frequently_Asked_Questions.md
- Reference and Appendix:
- Reference and Appendix: 5_Reference_And_Appendix/5_Reference_And_Appendix.md
- Default Suspension Types: 5_Reference_And_Appendix/A_Default_Suspension_Types.md
- Default Motion Types: 5_Reference_And_Appendix/B_Default_Motion_Types.md
- Glossary and Definitions: 5_Reference_And_Appendix/C_Glossary_And_Definitions.md
- Hotkeys: 5_Reference_And_Appendix/D_Hotkeys.md
- Contact Information: 5_Reference_And_Appendix/E_Contact_Information.md
theme:
name: null
custom_dir: 'mkdocs-material/material'
palette:
primary: 'orange'
accent: 'orange'
logo: 'img/optimum_kinematics_icon.svg'
favicon: 'img/OptimumKinematics.ico'
language: 'en'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
repo_name: 'Need further assistance?'
repo_url: 'http://www.optimumg.com/contact/software-support/'
extra:
social:
- type: 'globe'
link: 'http://www.optimumg.com/'
- type: 'facebook'
link: 'https://www.facebook.com/OptimumG/'
- type: 'twitter'
link: 'https://twitter.com/g_optimum'
- type: 'instagram'
link: 'https://www.instagram.com/optimumg/?hl=en'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/optimumg'
copyright: 'Copyright © OptimumG 2019'
use_directory_urls: false