Skip to content

Commit

Permalink
Merge pull request cake-contrib#118 from pascalberger/feature/doc-improv
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
pascalberger authored Sep 26, 2020
2 parents 7e2c84f + 11e0948 commit 4f2637d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/examples/write-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Task("ReportIssuesToAppVeyor").Does(() =>

The output will look similar to this:

![AppVeyor messages](appveyor-messages.png "AppVeyor messages")
![AppVeyor messages](../appveyor-messages.png "AppVeyor messages")

[AppVeyorBuilds]: ../../../../api/Cake.Issues.PullRequests.AppVeyor/AppVeyorBuildsAliases/
9 changes: 7 additions & 2 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Order: 20
Title: Features
Description: Features of the Cake.Issues.PullRequests.AppVeyor addin.
---
The [Cake.Issues.PullRequests.AppVeyor addin] provides the following features.
The [Cake.Issues.PullRequests.AppVeyor addin] reports issues as messages to AppVeyor builds.

![AppVeyor messages](appveyor-messages.png "AppVeyor messages")

:::{.alert .alert-info}
There's a [demo repository] available which you can fork and to which you can create pull requests to test the integration functionality.
Expand All @@ -12,6 +14,8 @@ There's a [demo repository] available which you can fork and to which you can cr
# Basic features

* Reports issues as messages to AppVeyor builds.
* Messages can be written as comment to GitHub pull requests.
See [GitHub pull request integration] for an example.

# Supported capabilities

Expand All @@ -24,4 +28,5 @@ The [Cake.Issues.PullRequests.AppVeyor addin] doesn't support any additional cap
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | Filtering by modified files | |

[demo repository]: https://github.com/pascalberger/Cake.Issues-Demo
[Cake.Issues.PullRequests.AppVeyor addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor
[Cake.Issues.PullRequests.AppVeyor addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor
[GitHub pull request integration]: ./examples/github-pullrequest-integration

0 comments on commit 4f2637d

Please sign in to comment.