Skip to content

Commit

Permalink
chore(docs): add covalent-electron and covalent-data to README and do…
Browse files Browse the repository at this point in the history
…cs (#485)

* Adding both Covalent-Electron and Covalent-Data to Readme and docs of Covalent

* updated based on PR recommendations
  • Loading branch information
jeremysmartt authored and kyleledbetter committed Apr 4, 2017
1 parent c3f52ae commit 878bace
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Covalent is a reusable UI platform from Teradata for building web applications w
* [Quickstart Repo](https://github.com/teradata/covalent-quickstart)
* [Plunker Template](http://plnkr.co/edit/7uZQn4mLNJkL6XN9WSNd)
* [Nightly Build Plunker Template](http://plnkr.co/edit/XhSrUWBw2RhCkXPoE4fn)
* [Covalent Electron](https://github.com/Teradata/covalent-electron)
* [Covalent Mock Data Server](https://github.com/Teradata/covalent-data)

---

Expand Down
16 changes: 16 additions & 0 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,22 @@ <h3 md-line>Feature Requests & Bugs</h3>
</a>
</md-nav-list>
</td-expansion-panel>
<td-expansion-panel label="Does Covalent support desktop apps?" sublabel="Build desktop apps with Covalent Electron">
<div class="md-padding">
Covalent is a UI Platform that combines proven design language with a comprehensive web framework, built on Angular & Angular-Material (Design).
Electron is a framework for creating native desktop applications with web technologies like JavaScript, HTML, and CSS.
Covalent Electron is the Electron Platform to build desktop apps using Covalent and Electron
<a md-button color="primary" href="https://github.com/Teradata/covalent-electron" target="_blank">View Repo</a>
</div>
</td-expansion-panel>
<td-expansion-panel label="Is a backend API required?" sublabel="Mock API endpoints with Covalent Data">
<div class="md-padding">
Covalent Data is a Mock API server for rapid prototyping and API standards
Built on Golang
Allows for quick prototyping for your Covalent Applications with an easy to mock http backend server
<a md-button color="primary" href="https://github.com/Teradata/covalent-data" target="_blank">View Repo</a>
</div>
</td-expansion-panel>
</div>
</td-layout-card-over>
<td-layout-footer>
Expand Down

0 comments on commit 878bace

Please sign in to comment.