Skip to content

Commit

Permalink
add third-party-integrations section and move some docs there
Browse files Browse the repository at this point in the history
  • Loading branch information
q0rban committed Aug 20, 2024
1 parent 37b51b7 commit d98a60d
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 20 deletions.
15 changes: 0 additions & 15 deletions content/administer-tugboat-crew/_index.md

This file was deleted.

16 changes: 16 additions & 0 deletions content/manage-users/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title = "Manage Users"
date = 2019-09-19T10:35:44-04:00
weight = 10
chapter = true
pre = "<b></b>"
aliases = ['/administer-tugboat-crew']
+++

### Tugboat Admin

# Manage Tugboat Users

Add users, remove users, or change user permissions.

{{% children /%}}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Account Authentication"
date: 2020-04-17T17:00:00-04:00
weight: 6
aliases:
- "/administer-tugboat-crew/account-authentication"
---

#### Authenticate a Tugboat account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Add a User"
date: 2019-09-26T15:15:25-04:00
weight: 1
aliases:
- "/administer-tugboat-crew/add-a-user"
---

## To add a user to a project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Add a Tugboat Bot to your Team"
date: 2019-09-26T15:16:12-04:00
weight: 5
aliases:
- "/administer-tugboat-crew/add-tugboat-bot-to-team"
---

When Tugboat posts comments to a pull request, those comments show as being made by the user who linked Tugboat to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Change User Permissions"
date: 2019-09-26T15:15:58-04:00
lastmod: 2020-04-17T17:00:00-04:00
weight: 3
aliases:
- "/administer-tugboat-crew/change-permissions"
---

## Change user permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Remove a User"
date: 2019-09-26T15:15:49-04:00
weight: 2
aliases:
- "/administer-tugboat-crew/remove-a-user"
---

## To remove a user from a project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "User Permission Levels"
date: 2019-09-19T10:36:14-04:00
lastmod: 2020-04-17T17:00:00-04:00
weight: 4
aliases:
- "/administer-tugboat-crew/user-admin"
---

### User permission levels explained
Expand Down
3 changes: 2 additions & 1 deletion content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pre = "<b></b>"

# Reference

Sometimes you just need to know more about a parameter or environment variable.
The following provide reference material for various aspects of Tugboat, such as Tugboat configuration, Docker images,
environment variables, and the like.

{{% children /%}}
15 changes: 15 additions & 0 deletions content/third-party-integrations/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Third-Party Integrations"
date = 2019-09-19T10:58:04-04:00
weight = 6
chapter = true
pre = "<b></b>"
+++

### Reference

# Third-Party Integrations

The following resources describe how to integrate your Tugboat project with various third-party services.

{{% children depth="4" /%}}
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Diffy Integration"
date: 2020-07-17T17:00:00-04:00
weight: 1
weight: 10
aliases:
- /starter-configs/code-snippets/diffy-integration
---

Tugboat does not provide `visualdiffs` for pages behind authentication. If you need to generate visual diffs from pages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Slack Webhook Integration"
date: Thu, Apr 29 2021
weight: 1
weight: 20
aliases:
- /starter-configs/code-snippets/slack-integration
---

Incoming Webhooks are a simple way to post messages from Tugboat into [Slack](https://slack.com/). Creating an Incoming
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Tenon.io Integration"
date: 2019-09-19T11:00:49-04:00
weight: 1
weight: 30
aliases:
- /starter-configs/tutorials/tenon-io
---

[Tenon.io](https://tenon.io) can identify 508 and WCAG 2.0 issues in any environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Testery.io Integration"
date: 2020-06-30T11:00:00-04:00
weight: 6
weight: 40
aliases:
- /starter-configs/tutorials/testery
---

Wondering how to set up automated testing against your dynamically-generated Tugboat environment? Here's one way to get
Expand Down

0 comments on commit d98a60d

Please sign in to comment.