-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
82 lines (75 loc) · 1.95 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
# project
site_name: 'Start Page+ (64 - bit)'
site_description: 'Documentation for Start Page+ (Visual Studio extension)'
site_author: 'Yann Duran'
copyright: 'Copyright © 2019 Luminous Software Solutions'
site_url: 'https://luminous-software.solutions/start-page-plus-64-bit'
site_dir: 'docs'
docs_dir: 'docs-source'
dev_addr: '127.0.0.1:8006'
# repository
#repo_name: 'start-page-plus-64-bit'
#repo_url: 'https://github.com/luminous-software/start-page-plus-64-bit'
remote_branch: 'master'
remote_name: 'origin'
# configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'deep purple'
accent: 'purple'
custom_dir: 'docs-theme'
favicon: 'assets/images/favicon.ico'
feature:
tabs: false
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo:
icon: 'home'
# layout
pages:
- Overview: 'index.md'
- Getting Started: 'getting-started.md'
- Features: 'features.md'
- Changelog: 'changelog.md'
- Roadmap: 'roadmap.md'
- Known Issues: 'known-issues.md'
# customisation
extra:
version: ''
discus: ''
links:
- https://luminous-software.solutions
social:
- type: 'twitter'
- link: 'https://twitter.com/lumiinus'
- type: 'linkedin'
- link: 'https://linkedin.com/in/yannduran'
repo_icon: ''
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/extra.js
# extensions
markdown_extensions:
- markdown.extensions.tables
- codehilite(css_class=code)
- admonition
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
provider: github
user: luminous-software
repo: time-savers
- pymdownx.betterem:
smart_enable: all
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.snippets