-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (54 loc) · 1.33 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
# Project information
site_name: yosoyfunes tools
site_description: tools
site_url: https://tools.yosoyfunes.com/
site_author: Matias Anoniz
repo_name: 'github/yosoyfunes'
repo_url: 'https://github.com/yosoyfunes/tools.yosoyfunes.com'
edit_uri: ''
# Main menu
nav:
- Docker:
- Install: docker/install-docker.md
- Containers: docker/run-container.md
- Alpine: docker/alpine.md
- Kubernetes: k8s/kubernetes.md
- Linux:
- Certificates: linux/certificate.md
- MySQL: linux/mysql.md
use_directory_urls: false
# Uncomment next line to change default (docs) documentation folder
docs_dir: mkdocs
# Uncomment next line to change default (site) website folder
site_dir: docs
# Uncomment next line to disable "search" plugin
#plugins: []
#-------------------------------
# SITE AND THEME CONFIGURATIONS
#-------------------------------
# Copyright
copyright: 'Copyright © 2021 Matias Anoniz'
theme:
name: 'material'
include_sidebar: true
#logo: 'img/logo_white.png'
#favicon: 'img/favicon.ico'
palette:
primary: 'cyan'
accent: 'cyan'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
feature:
tabs: false
extra_css:
- 'css/extra.css'
extra:
social:
- type: 'globe'
link: 'https://tools.yosoyfunes.com/'
# Extensions
markdown_extensions:
- admonition
- codehilite:
linenums: true