forked from jmug/stoatchat
fix: replace some links and Revolt mentions to current Stoat (#515)
This commit is contained in:
@@ -8,16 +8,12 @@ sidebar_position: 1
|
||||
|
||||
You can connect to the API on the following URLs:
|
||||
|
||||
| URL | Release | Description |
|
||||
| ----------------------------- | :--------: | --------------------------- |
|
||||
| `https://api.revolt.chat` | Production | Primary API endpoint |
|
||||
| `https://app.revolt.chat/api` | Production | API endpoint for old client |
|
||||
| `https://revolt.chat/api` | Staging | API endpoint for new client |
|
||||
| URL | Release | Description |
|
||||
| ----------------------------- | :--------: | ---------------------------------- |
|
||||
| `https://api.stoat.chat` | Production | Primary API endpoint |
|
||||
|
||||
You can connect to the events server on the following URLs:
|
||||
|
||||
| URL | Release | Description |
|
||||
| ------------------------------ | :--------: | ------------------------------ |
|
||||
| `wss://ws.revolt.chat` | Production | Primary events endpoint |
|
||||
| `wss://app.revolt.chat/events` | Production | Events endpoint for old client |
|
||||
| `wss://revolt.chat/events` | Staging | Events endpoint for new client |
|
||||
| URL | Release | Description |
|
||||
| ------------------------------ | :--------: | ------------------------------------- |
|
||||
| `wss://events.stoat.chat` | Production | Primary events endpoint |
|
||||
|
||||
@@ -10,7 +10,7 @@ The Plugin API is very powerful. **Tread carefully.**
|
||||
**Zero guarantees or sandboxes are provided.** Your code is run as-is.
|
||||
:::
|
||||
|
||||
This document details the very experimental plugin API available in [Revite](https://github.com/revoltchat/revite).
|
||||
This document details the very experimental plugin API available in [Revite](https://github.com/stoatchat/for-legacy-web).
|
||||
|
||||
This is more or less a proof of concept but can be used to achieve some simple client modifications.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user