Skip to content

Commit

Permalink
links to Online Help in README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Apr 16, 2014
1 parent 2327f74 commit bf47dc8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
19 changes: 19 additions & 0 deletions org.nodeclipse.help/contents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ One topic is one .md file:

If you happened to explain to a colleague how to use Nodeclipse, this is the destination to check.

## Table of Contents

- [Configuration](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/configuration.md)
- [Node.js](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/nodejs.md)
- [Import](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/import.md)
- [Run](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/run.md)
- [Debug](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/debug.md)
- [Monitor](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/monitor.md)
- [Markdown](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/markdown.md)
- [Github Flavored Markdown (GFM)](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/github-flavored-markdown.md)
- [JavaScript](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/javascript.md)
- [CoffeeScript](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/coffeescript.md)
- [TypeeScript](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/typescript.md)
- [node_redis](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/node_redis.md)
- [Plugins](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/plugins.md)
- [FAQ](.FAQ.md.html)
- [PhantomJS](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/phantomjs.md)
- [Nashorn](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/nashorn.md)

## Tools

GFM Viewer
Expand Down
8 changes: 8 additions & 0 deletions org.nodeclipse.jjs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## Usage

Read at <http://marketplace.eclipse.org/content/nodeclipse-java-8-nashorn-jjs>

Read also built-in <kbd>F1</kbd>
and [Online Help](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.help/contents#intro)

## Developing

Depends on `.ui` and `.common`

Expand Down
8 changes: 8 additions & 0 deletions org.nodeclipse.phantomjs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

## Usage

Read at <http://marketplace.eclipse.org/content/nodeclipse-phantomjs>

Read also built-in <kbd>F1</kbd>
and [Online Help](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.help/contents#intro)

## Developing

Depends on `.ui` and `.common`

0 comments on commit bf47dc8

Please sign in to comment.