-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
101 lines (87 loc) · 2.31 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
# Project information
site_name: Active Workspace Extensions
site_description: Customize Active Workspce With Extensions
site_author: Siemens
site_url: https://activeworkspaceextensions.github.io/
# Repository
repo_name: ActiveWorkspaceExtensions/
repo_url: https://github.com/ActiveWorkspaceExtensions/
edit_uri: ""
# Build Directory
site_dir: ../ActiveWorkspaceExtensions.github.io/
# Copyright
copyright: 'Copyright © 2018 Siemens'
# Configuration
theme:
name: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: 'images/favicon.ico'
logo: 'images/mytc.svg'
# Social
extra:
social:
- type: 'github'
link: 'https://github.com/ActiveWorkspaceExtensions'
- type: 'twitter'
link: 'https://twitter.com/SiemensPLM'
# Google Analytics
google_analytics:
- 'UA-120272199-1'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- attr_list
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- fontawesome_markdown
# Overrides
extra_css:
- 'stylesheets/extra.css'
extra_javascript:
- 'javascripts/extra.js'
# Pages
pages:
- Home: index.md
- Getting Started:
- Environment Setup: Getting-Started/Environment-Setup/Environment-Setup.md
- My First Extension: Getting-Started/My-First-Extension/My-First-Extension.md
- Docs:
- What is Declarative: Documentation/What-is-Declarative/What-is-Declarative.md
- Examples:
- Location Example: Documentation/Examples/Location-Example/Location-Example.md
- Extensions:
- HomeFolderLinkcmdGlobal: Extensions/HomeFolderLinkcmdGlobal/HomeFolderLinkcmdGlobal.md
- InboxLinkcmdGlobal: Extensions/InboxLinkcmdGlobal/InboxLinkcmdGlobal.md
- at4Create: Extensions/at4Create/at4Create.md