Skip to content

Commit

Permalink
Boards - help links
Browse files Browse the repository at this point in the history
  • Loading branch information
andylwelch committed Nov 5, 2024
1 parent c80eea2 commit f579efd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/config/kubernetes/boards-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ webfront:
hosts:
- "connections.example.com"
# - "*.example.com"
env:
# DOCUMENTATION_URL: https://docs.huddo.com/boards/howto/knowledgebase/
# PRODUCT_INFO_URL: https://huddo.com/boards
# SUPPORT_EMAIL: [email protected]

events:
env:
Expand Down
4 changes: 4 additions & 0 deletions docs/boards/cp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ Download our [config file](../../assets/config/kubernetes/boards-cp.yaml) and up

Are [detailed here](../env/common.md).

**Customising Help menu links**:

The help menu links can be [customised](../env/help-links.md).

**Customising Boards notifications**:

Some elements of the Boards notifications that are sent out [can be customised](../env/notifications.md).
Expand Down
19 changes: 19 additions & 0 deletions docs/boards/env/help-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Customise Help Links

You can customise the help links that appear in the header of the Boards application.

![Boards Help Links](./help.png)

---

The following `webfront` environment variables are used to customise the help links:

| Variable | Default | Description |
| ------------------- | ---------------------------------------------------- | ------------------------------------ |
| `DOCUMENTATION_URL` | `https://docs.huddo.com/boards/howto/knowledgebase/` | URL of the documentation |
| `PRODUCT_INFO_URL` | `https://huddo.com/boards` | URL of the product information page |
| `SUPPORT_EMAIL` | `[email protected]` | Email address of the support contact |

For example:

![Customise Help Links](./help-yaml.png)
Binary file added docs/boards/env/help-yaml.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 added docs/boards/env/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ nav:
- Configuration: boards/env/common.md
- Compatibility: boards/compatibility.md
- Customise Emails: boards/env/notifications.md
- Customise Help Links: boards/env/help-links.md
- Helm Charts: boards/helm-charts.md
- Proxy (nginx): boards/proxy/nginx.md
- Integrations:
Expand Down

0 comments on commit f579efd

Please sign in to comment.