Skip to content

Commit

Permalink
Add documentation link (#90)
Browse files Browse the repository at this point in the history
* Add docs link to webapp

* Update docs link in README

Co-authored-by: Rishit Dagli <[email protected]>
  • Loading branch information
shreyaparadkar and Rishit-dagli authored Aug 12, 2021
1 parent 4450aed commit e31d26f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

## 📄 Project Documentation

<!-- TODO: Host the docs -->
[_**Visit the documentation of this project**_](TODO) to get more information in detail.
[_**Visit the documentation of this project**_](https://rishit-dagli.github.io/TF-Watcher/) to get more information in detail.

## 💡 About the Project

Expand Down
3 changes: 1 addition & 2 deletions tfwatcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ _**TF Watcher Python Package**_ is built with TensorFlow and Pyrebase (a python
Aim of this project is to create new TensorFlow callbacks to easily log the data and write it to Firebase realtime database.
_Dedicated to all ML Developers with_ ❤️.

<!-- TODO: Add documentation link -->
[📄 _**Visit the documentation of this project**_](TODO) to get more information in detail.
[📄 _**Visit the documentation of this project**_](https://rishit-dagli.github.io/TF-Watcher/) to get more information in detail.

## Installation

Expand Down
24 changes: 13 additions & 11 deletions webapp/src/components/TextContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,19 @@ const TextContainer = () => (
GitHub
</Button>
</a>
<Button
bgColor="gray.700"
marginRight={{ base: '0', md: '5' }}
marginBottom={{ base: '3', md: '0' }}
width="48"
boxShadow="lg"
leftIcon={<FaRegListAlt />}
className="btn"
>
Documentation
</Button>
<a href="https://rishit-dagli.github.io/TF-Watcher/" target="_blank" rel="noreferrer">
<Button
bgColor="gray.700"
marginRight={{ base: '0', md: '5' }}
marginBottom={{ base: '3', md: '0' }}
width="48"
boxShadow="lg"
leftIcon={<FaRegListAlt />}
className="btn"
>
Documentation
</Button>
</a>
<Button
bgColor="gray.700"
width="48"
Expand Down

0 comments on commit e31d26f

Please sign in to comment.