forked from c17hawke/wafer_mlops_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (51 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
# Project information
site_name: WAFER ML-OPS docs
# define TOC or order of website-
nav:
- Home: index.md
- Project: project.md
- Pipeline Stage 1 (Initial setup): stage1_init_setup.md
- Reference: reference.md
site_author: Sunny Bhaveen Chandra
site_description: >-
DESCRIPTION
# Repository
repo_name: c17hawke/mlops_main
repo_url: https://github.com/c17hawke/mlops_main
extra_css:
- stylesheets/extra.css
# Configuration
theme:
name: material
features:
- tab
language: en
palette:
scheme: slate
primary: teal
accent: teal
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/c17hawke
- icon: fontawesome/brands/twitter
link: https://twitter.com/c17hawke
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/c17hawke
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/c17hawke/
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
markdown_extensions:
- codehilite:
linenums: false
- admonition
- pymdownx.arithmatex
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- pymdownx.highlight
- attr_list
copyright: |
© 2021 <a href="https://github.com/c17hawke" target="_blank" rel="noopener">Sunny Bhaveen Chandra</a>