-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
mkdocs.yml
82 lines (74 loc) · 2.09 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 information
site_name: Awesome Kubernetes
site_description: Resources for Awesome Kubernetes
site_author: Ramit Surana
site_url: https://ramitsurana.github.io/awesome-kubernetes/
# Repository
repo_name: ramitsurana/awesome-kubernetes
repo_url: https://github.com/ramitsurana/awesome-kubernetes
# Copyright
copyright: Copyright © 2020 Ramit Surana
# Configuration
theme:
name: material
language: en
features:
- tabs
- instant
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/library
repo: material/ship-wheel
favicon: logo.png
logo:
images/logo.png
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ramitsurana
- icon: fontawesome/brands/twitter
link: https://twitter.com/ramitsurana
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/ramitsurana
# Google Analytics
google_analytics:
- UA-71344758-5
- auto
nav:
- Home: README.md
- Articles: articles/articles.md
- Installers: installers/installers.md
- Releases: releases.md
- Case Studies: case-studies/case-studies.md
- Official Resources: official-resources/official-resources.md
- Applications: applications/applications.md
- Projects:
- Projects: projects/projects.md
- Managed Kubernetes: managed-kubernetes/managed-kubernetes.md
- Learning:
- Books: learning-resources/books.md
- Videos: learning-resources/videos.md
- Podcasts: learning-resources/podcasts.md
- Slides: learning-resources/slides.md
- Certifications: learning-resources/certifications.md
- Interactive-Environments: learning-resources/interactive-environments.md
- Courses: learning-resources/courses.md
- Extras:
- Conferences: extras/conferences.md
- Amazing People: extras/amazing-people.md
- Meetups: extras/meetups.md
- Social Media: extras/social-media.md
- Raspberry Pi: extras/raspberry-pi.md
# Extensions
markdown_extensions:
- admonition
- toc:
permalink: true
plugins:
- search # necessary for search to work