-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
mkdocs.yml
36 lines (31 loc) · 856 Bytes
/
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
site_name: Insurance Cross Sell Prediction
site_description: A machine learning projects.
repo_url: https://github.com/prsdm/ml-project
theme:
name: material
language: en
palette:
- scheme: default
primary: white
font:
text: Work Sans
code: Space Mono
features:
- navigation.instant
- toc.integrate
nav:
- Home: index.md
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/prsdm
- icon: fontawesome/brands/x-twitter
link: https://x.com/prsdm17
- icon: fontawesome/brands/medium
link: https://medium.com/@prasadmahamulkar
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/prsdm17/ml-fastapi
copyright: |
© 2024 <a href="https://github.com/prsdm" target="_blank" rel="noopener">Prasad Mahamulkar</a>