Skip to content

Commit

Permalink
Fix the break link and make some
Browse files Browse the repository at this point in the history
useful links displyed.
  • Loading branch information
Soyn committed Jul 31, 2019
1 parent ba5274b commit c8a424d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/architecture.md
Expand Up @@ -33,7 +33,13 @@ evaluating your code, and adds the DSL attributes into the global evaluation con
**Step 6: Results**. Once the `danger runner` process is finished with evaluation, the results are passed back to the
the platform. The platform then chooses whether to create/delete/edit any messages in core review.

[provs]: https://github.com/danger/danger-js/tree/master/source/ci_source/providers
[dangerdsl]: https://github.com/danger/danger-js/blob/master/sourformace/dsl/DangerDSL.ts
[runner]: https://github.com/danger/danger-js/blob/master/source/commands/danger-runner.ts
[in_runner]: https://github.com/danger/danger-js/blob/master/source/runner/runners/inline.ts
## Structure Of Project

Following is the main structure of project. Hope it is helpful for developer.

- [Providers](https://github.com/danger/danger-js/tree/master/source/ci_source/providers)

- [DangerDSL](https://github.com/danger/danger-js/blob/master/source/dsl/DangerDSL.ts)

- [Runner](https://github.com/danger/danger-js/blob/master/source/commands/danger-runner.ts)
- [Inline-Runner](https://github.com/danger/danger-js/blob/master/source/runner/runners/inline.ts)

0 comments on commit c8a424d

Please sign in to comment.