-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
103 lines (92 loc) · 2.26 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
103
---
# Project information
site_name: Host Networks
site_description: Host Networks FAQ
site_author: Nick Meredith
# Copyright
copyright: 'Copyright © 2020 Host Networks'
# Theme Configuration
theme:
name: material
# Theme color palette
palette:
#primary: 'light blue 800'
#primary: 'light blue 800'
#accent: 'light blue a200'
primary: 'green'
accent: 'light green'
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default theme values
language: en
feature:
tabs: false
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/favicon.png
logo: 'img/hn-logo.png'
# Customization
extra:
search:
language: en
social:
- type: facebook
link: https://facebook.com/HostNetworksAU
- type: twitter
link: https://twitter.com/HostNetworks
# Extentions
markdown_extensions:
- codehilite
#- codehilite:
# linenums: true
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
pages:
- 'FAQ Home': 'index.md'
- 'cPanel Hosting':
- 'E-Mail Settings': 'cpanel-hosting/email-settings.md'
- 'Hosts File': 'cpanel-hosting/hosts-file.md'
- 'PHP OPcache': 'cpanel-hosting/php-opcache.md'
- 'IPv6 Networking':
- 'Windows and IPv6': 'networking/win10v6.md'
# - 'Reseller Hosting':
# - 'DNS': 'reseller-hosting/dns.md'
- 'Contact': 'contact.md'
# Extra CSS includes
extra_css:
- "static/css/extra.css"
#theme: 'material'
# language: 'en'
# palette:
# primary: 'green'
# accent: 'green'
#extra:
# search:
# language: 'en'
# palette:
# primary: 'green'
# accent: 'light-green'
# social:
# - type: 'facebook'
# link: 'https://facebook.com/HostNetworksAU'
# - type: 'twitter'
# link: 'https://twitter.com/HostNetworks'
# language: 'en'