Skip to content

Commit e297e25

Browse files
committed
minor changes
1 parent fdcd50a commit e297e25

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

mkdocs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
site_name: NN basics with TensorFlow
2+
repo_url: https://github.com/fulcrum101/Problemcon_hackathon_TensorFlow/
3+
repo_name: fulcrum101/Problemcon_hackathon_TensorFlow
4+
extra:
5+
homepage: https://www.problemcon.lv
6+
27
theme:
38
name: material
49
logo: logo.png
@@ -18,15 +23,13 @@ theme:
1823
name: Switch to light mode
1924
nav:
2025
- Introduction: introduction.ipynb
21-
- Part 1 - Regression: part_1.ipynb
26+
- Part 1 Regression: part_1.ipynb
2227
- Part 2 Computer Visiom: part_2.ipynb
2328
- Useful links: useful_links.ipynb
2429

25-
repo_url: https://github.com/fulcrum101/Problemcon_hackathon_TensorFlow/
26-
repo_name: fulcrum101/Problemcon_hackathon_TensorFlow
2730

28-
extra:
29-
homepage: https://www.problemcon.lv
31+
32+
3033

3134
plugins:
3235
- search

0 commit comments

Comments
 (0)