Skip to content

Commit

Permalink
More writing
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 22, 2017
1 parent cd14a6b commit 6aba0e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/guides/getting_started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,24 @@ Danger is built to run as a part of this process, so you will need to have this

You should be able to verify that you have successfully integrated Danger by either re-building your CI or pushing your new commits.

## What now?

There are a few of places you can go from here. We'd recommending opening tabs on all these articles:

* [The Dangerfile][dangerfile].
* [Cultural Changes of Danger][culture].
* [The Dangerfile API reference][api].

Then depending on the type of project you are working on, checking out either [Danger + Node App][app], or [Danger + Node Library][lib]. These should give you good overview of what is possible from here, then it's really up to you to find how you can codify some aspects of your team's culture.

Good luck!

[jest-config]: https://facebook.github.io/jest/docs/configuration.html
[github_bots]: https://twitter.com/sebastiangrail/status/750844399563608065
[github_token]: https://github.com/settings/tokens/new
[Yarn]: https://yarnpkg.com
[api]: /js/reference.html
[dangerfile]: /js/guides/the_dangerfile.html
[culture]: /js/guides/culture.html
[app]: /js/tutorials/node-app.html
[lib]: /js/tutorials/node-library.html
2 changes: 1 addition & 1 deletion docs/tutorials/node-app.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide continues after "[Getting Started][started]" - so you should have see

## "Node App"

A node app could cover anything from an API, to a website, a native app or a hardware project. The rules on these projects tend to come from your larger dev team culture. In [Artsy][]] a lot of our rules for applications come from trying to have a similar culture between all projects.
A node app could cover anything from an API, to a website, a native app or a hardware project. The rules on these projects tend to come from your larger dev team culture. In [Artsy][] a lot of our rules for applications come from trying to have a similar culture between all projects.

## Assignees

Expand Down

0 comments on commit 6aba0e4

Please sign in to comment.