-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
47 lines (40 loc) · 982 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
37
38
39
40
41
42
43
44
45
46
47
site_name: Nbdev-dev
nav:
- Home: index.md
- Docs:
- Tutorial: tutorial.md
- Coderunner: coderunner.md
- Documenter: documenter.md
- Export: export.md
- Make: make.md
- Common: common.md
- Styleguide: styleguide.md
- Developer's guide: developerguide.md
theme:
name: material
palette:
primary: white
font:
text: Roboto
logo: assets/nbdev.png
favicon: assets/nbdev.png
features:
navigation.tabs
markdown_extensions:
- meta
- toc
- pymdownx.highlight:
linenums: true
plugins:
- search
- tags
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/thecodingprojec
- icon: fontawesome/brands/medium
link: https://medium.com/ml-and-automation
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/satyabratapal
repo_url: https://github.com/sapal6/nbdev.jl.git
repo_name: nbdev.jl