mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Link webhooks and access token pages to documentation
This commit is contained in:
parent
d4d08a8307
commit
cb5b1aec0e
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ export default function AccessTokens() {
|
|||
They should be kept secure and never included in client code, instead they should be kept on a server that you control.
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
Read more about how to use these tokens at _some documentation here_.
|
||||
Read more about how to use these tokens, with examples, at <a href="https://owncast.online/docs/integrations/">our documentation</a>.
|
||||
</Paragraph>
|
||||
|
||||
<Table rowKey="token" columns={columns} dataSource={tokens} pagination={false} />
|
||||
|
|
|
@ -175,7 +175,7 @@ export default function Webhooks() {
|
|||
A webhook is a callback made to an external API in response to an event. These are endpoints that live outside of Owncast and run code who wants to be made aware of events that take place on your server.
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
Read more about how to use webhooks at _some documentation here_.
|
||||
Read more about how to use webhooks, with examples, at <a href="https://owncast.online/docs/integrations/">our documentation</a>.
|
||||
</Paragraph>
|
||||
|
||||
<Table rowKey="id" columns={columns} dataSource={webhooks} pagination={false} />
|
||||
|
|
Loading…
Reference in a new issue