-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
mkdocs.yml
58 lines (50 loc) · 1.42 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
# https://www.mkdocs.org/user-guide/configuration/#configuration
# Project information
site_author: MLOps Courses
site_name: MLOps Coding Course
site_url: https://mlops-coding-course.fmind.dev/
site_description: Learn how to create, develop, and maintain a state-of-the-art MLOps code base.
# Repository
repo_name: MLOPS-Courses/mlops-coding-course
repo_url: https://github.com/MLOPS-Courses/mlops-coding-course
# Copyright
copyright: Copyright © MLOps Courses
# Configs
strict: true
use_directory_urls: false
# Theme
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
scheme: default
primary: indigo
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.tabs
# Extra
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
- icon: fontawesome/brands/github
link: https://github.com/MLOPS-Courses/mlops-coding-course
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/fmind_dev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/fmind-dev/
analytics:
provider: google
property: G-MWT9Z8Y8PW
# Extensions
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format