Skip to content

Commit

Permalink
fix a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Oct 1, 2024
1 parent 7a036fc commit c8ef50e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ as possible, so that the feed of comments doesn’t change as you’re reading j
because new comments are coming in. This could be especially disruptive on
breaking news and/or controversial stories with very active discussions.

This option can be disabled by setting the environment variable: [DISABLE_LIVE_UPDATES](/environment-variables#disable-live-updates)
This option can be disabled by setting the environment variable: [DISABLE_LIVE_UPDATES](/environment-variables#disable_live_updates)

### Permitted Domains

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ HTTPS, you must configure a proxy in front of Coral such as
[Caddy](https://caddyserver.com/).

**Troubleshooting**: If you are seeing redirect loops when trying to access
pages like the admin, you may need to configure [`TRUST_PROXY`](#trust-proxy) to
pages like the admin, you may need to configure [`TRUST_PROXY`](#trust_proxy) to
tell Coral which upstream proxies to trust.

**Warning**: When `FORCE_SSL=true`, Coral will send [HSTS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security)
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ You will then have to generate a JWT with the following claims:
presented inside Coral to moderators and other users. There are no username validations or restrictions enforced by Coral when you're using SSO.
- `user.badges` _(optional)_ - array of strings to be displayed as badges and custom flair badges beside username inside Coral,
visible to other users and moderators. Badges are configured by passing through strings and can be used to indicate a user's subscription status.
- Custom flair badges are configured by passing through names that link to the desired flair badge image.
- To use custom flair badges, they must also be enabled in the admin, and each custom flair badge name, image URL must be added in the admin as well. If you include the badges claim, but you are not passing a badge value, then use an empty array instead of null.
- Custom flair badges are configured by passing through names that link to the desired flair badge image.
- To use custom flair badges, they must also be enabled in the admin, and each custom flair badge name, image URL must be added in the admin as well. If you include the badges claim, but you are not passing a badge value, then use an empty array instead of null.
- `user.role` _(optional)_ - one of "COMMENTER", "STAFF", "MODERATOR", "ADMIN". Will create/update
Coral user with this permission level. When users have both an assigned role greather than COMMENTER and a badge, both will be displayed.
- `user.url` _(optional)_ - url for user account management, where a user will
Expand Down Expand Up @@ -108,7 +108,7 @@ as follows:
`requestAccountDeletion` does.
- `requestUserCommentsDownload` lets you retrieve a given account's comments download. This mutation will provide you with a `archiveURL` that can be used to download a ZIP file containing the user's comment export.

If you're unsure on how to call GraphQL API's, refer to the section here on [Making your first GraphQL request](/api/schema#making-your-first-request).
If you're unsure on how to call GraphQL API's, refer to the section here on [Making your first GraphQL request](/api/schema#quick-start).

## Login Prompts

Expand Down

0 comments on commit c8ef50e

Please sign in to comment.