-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Envoy support page and update theme #178
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.hugo_build.lock | ||
.hvm | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ weight: 90 | |
--- | ||
|
||
{{% notice style="tip" title="API Credentials" icon="rocket" %}} | ||
In order to use the API you will have to generate an API Key Client ID and Secret either from the user interface, or by using the command line tool as described in ["creating api keys"]({{< relref "deploy.md#creating-api-keys" >}}). | ||
In order to use the API you will have to generate an API Key Client ID and Secret either from the user interface, or by using the command line tool as described in ["creating api keys"]({{% relref "deploy.md#creating-api-keys" %}}). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The change was made after noticing a warning message. |
||
{{% /notice %}} | ||
|
||
## Authentication and Authorization | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Envoy Support" | ||
date: 2024-12-10T13:53:33-05:00 | ||
lastmod: 2024-12-10T13:53:33-05:00 | ||
description: "Envoy Support" | ||
weight: 100 | ||
--- | ||
|
||
## How can we help? | ||
|
||
|
||
| | Open Source | One-Time Setup | Managed Service | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This table comes from the Envoy repo's README. If additional information should be included, let me know. |
||
| ------------------------------- | :----------------------: | :----------------------: | :----------------------: | | ||
| [Envoy Documentation](https://trisa.dev/envoy/index.html) | ✓ | ✓ | ✓ | | ||
| Access to [TRISA Slack Community](https://trisa-workspace.slack.com/) | ✓ | ✓ | ✓ | | ||
| Training from Envoy Team | | ✓ | ✓ | | ||
| Dedicated Support | | | ✓ | | ||
| Response Time* | Within 5 business days | Within 5 business days | Within 3 business days | | ||
|
||
|
||
|
||
***The Envoy team's business hours are 9AM - 6PM Eastern.** |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ enableMissingTranslationPlaceholders = false | |
[params] | ||
|
||
# Source Code repository section | ||
description = "TRISA Documentation" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was removed to resolve a build error. An update to the theme required moving the description to |
||
github_repository = "https://github.com/trisacrypto/trisa" | ||
version = "v1beta1" | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I installed the hugo version manager to see if that would help me resolve issues with links inside the notice shortcode working.