Skip to content

Commit 7add4bc

Browse files
committed
add column for purpose of doc links
1 parent 6b3bba9 commit 7add4bc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc-contributor/reference.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Links
44

5-
| Topic |
6-
| -------------------------------------------------------------------------------------------------- |
7-
| [nteract monorepo](https://github.com/nteract/nteract) |
8-
| [React](https://reactjs.org/) |
9-
| [React Docs - Main Concepts](https://reactjs.org/docs/hello-world.html) |
10-
| [Styleguidist](https://react-styleguidist.js.org/) |
11-
| [Styleguidist Docs - Getting Started](https://react-styleguidist.js.org/docs/getting-started.html) |
12-
| [Docusaurus](https://docusaurus.io/) |
13-
| [Docusaurus Docs - Installation](https://docusaurus.io/docs/en/installation) |
14-
| [now](https://zeit.co/now) |
15-
| [Node.js - Download](https://nodejs.org/en/download/) |
16-
| [Yarn - Getting Started](https://yarnpkg.com/en/docs/getting-started) |
5+
| Topic | Why it's helpful |
6+
|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
7+
| [nteract monorepo](https://github.com/nteract/nteract) | Source code for nteract desktop, packages, and components with READMEs for more information |
8+
| [React](https://reactjs.org/) | The primary JavaScript framework uzed by nteract |
9+
| [React Docs - Main Concepts](https://reactjs.org/docs/hello-world.html) | Official React docs |
10+
| [Styleguidist](https://react-styleguidist.js.org/) | A tool used to create an interactive style guide for nteract components |
11+
| [Styleguidist Docs - Getting Started](https://react-styleguidist.js.org/docs/getting-started.html) | How to get started with Styleguidist tool |
12+
| [Docusaurus](https://docusaurus.io/) | A tool for creating documentation websites |
13+
| [Docusaurus Docs - Installation](https://docusaurus.io/docs/en/installation) | Installation of docusaurus |
14+
| [now](https://zeit.co/now) | The service used to deploy our documentation and website |
15+
| [Node.js - Download](https://nodejs.org/en/download/) | A project used for creating large concurrent JavaScript applicaiton |
16+
| [Yarn - Getting Started](https://yarnpkg.com/en/docs/getting-started) | Tool used for dependency deployment and builds |

0 commit comments

Comments
 (0)