Skip to content

Commit

Permalink
fix documentation to new ux and added new supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 22, 2024
1 parent 68000c9 commit b9e2c35
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/configuration/azure-devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 6
---

# Azure DevOps

![Sentry](./img/azuredevops.png)

The Azure DevOps configuration requires:
- **Organization Url (Mandatory)**: url to the organization in azure devops or your TFS server.
- **Project (Mandatory)**: name of the project in azure devops.
- **Pipeline ID (Mandatory)**: number that represents the pipeline to track.
- **Authorization token (Mandatory)**: this is user access token to access the project.
- **Alias (Optional)**: A friendly name to display in the tray list.

There is also a **delete button** to remove this configuration from the list.
2 changes: 1 addition & 1 deletion docs/configuration/cctray/cctray.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

Barklarm support any server that follows [CCtray V1 Specification](https://cctray.org/v1/)

![CCTray](./img/cctray.jpeg)
![CCTray](./img/cctray.png)

The cctray configuration contains:
- **URL (mandatory)**: url to the ccTray xml file. Currently it requires to be a file from a single project, collections are not yet supported.
Expand Down
Binary file removed docs/configuration/cctray/img/cctray.jpeg
Binary file not shown.
Binary file added docs/configuration/cctray/img/cctray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/configuration/datadog-monitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3
---
# Datadog Monitors

![Datadog](./img/datadog.jpeg)
![Datadog](./img/datadog.png)

The Datadog configuration requires:

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1
---
# GitHub Actions

![Github](./img/github.jpeg)
![Github](./img/github.png)

The GitHub configuration requires:

Expand Down
Binary file added docs/configuration/img/azuredevops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/configuration/img/datadog.jpeg
Binary file not shown.
Binary file added docs/configuration/img/datadog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/configuration/img/github.jpeg
Binary file not shown.
Binary file added docs/configuration/img/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/configuration/img/new-relic.jpeg
Binary file not shown.
Binary file added docs/configuration/img/new-relic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/configuration/img/sentry.jpeg
Binary file not shown.
Binary file added docs/configuration/img/sentry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/configuration/new-relic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 5
---
# New Relic

![New Relic](./img/new-relic.jpeg)
![New Relic](./img/new-relic.png)

The New Relic configuration requires:

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

# Sentry

![Sentry](./img/sentry.jpeg)
![Sentry](./img/sentry.png)

The Sentry configuration requires:
- **Organization (Mandatory)**: sentry organization handle.
Expand Down

0 comments on commit b9e2c35

Please sign in to comment.