Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed May 16, 2016
1 parent c301a3b commit bb9fe28
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG

## 0.1.0 (upcoming)
## 0.2.0 (May 16th, 2016)

- Initial release
- Beta 1 release
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Contributing Guidelines

Work in progress.
We are open to, and grateful for, any contributions made by the community.

## Reporting Issues and Asking Questions

Before opening an issue, please search the [issue tracker](https://github.com/gabrielbull/react-desktop/issues)
to make sure your issue hasn’t already been reported.

12 changes: 8 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,19 @@ can be used in any JavaScript powered project!
* [Master/Details View](/docs/windows/master-details-view.md)
* [Nav Pane](/docs/windows/nav-pane.md)
* [Progress Circle](/docs/windows/progress-circle.md)
* [Radio](/docs/windows/radio.md)
* [Text](/docs/windows/text.md)
* [Text Input](/docs/windows/text-input.md)
* [Title Bar](/docs/windows/title-bar.md)
* [View](/docs/windows/view.md)
* [Window](/docs/windows/window.md)
4. [Contributing](/CONTRIBUTING.md)
5. [Change Log](/CHANGELOG.md)

<!---
4. Advanced Usage
* [Electron.js](/docs/advanced-usage/electron-js.md)
* [node-webkit](/docs/advanced-usage/node-webkit.md)
5. [Contributing](/CONTRIBUTING.md)
6. [Testing](/docs/testing.md)
7. [Frequently Asked Questions](/docs/faq.md)
8. [Change Log](/CHANGELOG.md)
5. [Testing](/docs/testing.md)
6. [Frequently Asked Questions](/docs/faq.md)
-->
6 changes: 5 additions & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Installation

Documentation is coming soon.
To install the stable version:

> npm install react-desktop --save
This assumes you are using [npm](https://www.npmjs.com/) as your package manager.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
"version": "0.1.70",
"version": "0.2.0",
"description": "React UI Components for OS X El Capitan and Windows 10",
"main": "./index.js",
"keywords": [
Expand Down

0 comments on commit bb9fe28

Please sign in to comment.