-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (31 loc) · 883 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
site_name: TensorFlow Developer Certificate Exam Preparation Projects
site_url: http://dev.gadityaramesh.com/tf-dev-exam-prep/
repo_url: https://github.com/ARGF0RCE/tf_developer_exam_prep
repo_name: ARGF0RCE/tf_developer_exam_prep
theme:
name: material
features:
- navigation.instant
- navigation.top
- toc.integrate
palette:
primary: black
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- mkdocs-jupyter
- search
edit_uri: ""
nav:
- Home: 'index.md'
- Mini-Projects:
- Computer Vision:
- 'Project 00 Food Vision Big': 'food_vision_big.ipynb'
- 'Project 01 Dog Breed Classification': 'dog_breed_classification.ipynb'
- NLP:
- 'Project 02 SkimLit': 'skimlit.ipynb'
- Time Series:
- 'Project 03 BitPredict': 'bitpredict.ipynb'