mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-25 19:52:28 +01:00
Update client docs
This commit is contained in:
parent
fe78b80337
commit
66847d53ac
@ -17,13 +17,13 @@ content:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"api": "https://staging.{{ project.domain }}/api/v9",
|
"api": "https://api.old.server.{{ project.domain }}/api/v9",
|
||||||
"cdn": "https://cdn.staging.{{ project.domain }}",
|
"cdn": "https://cdn.old.server.{{ project.domain }}",
|
||||||
"gateway": "wss://gateway.staging.{{ project.domain }}",
|
"gateway": "wss://gateway.staging.{{ project.domain }}",
|
||||||
"invite": "https://staging.{{ project.domain }}/invite",
|
"invite": "https://old.server.{{ project.domain }}/invite",
|
||||||
"template": "https://staging.{{ project.domain }}/template",
|
"template": "https://gateway.old.server.{{ project.domain }}/template",
|
||||||
"gift": "https://staging.{{ project.domain }}/gift",
|
"gift": "https://old.server.{{ project.domain }}/gift",
|
||||||
"scheduledEvent": "https://staging.{{ project.domain }}/events"
|
"scheduledEvent": "https://old.server.{{ project.domain }}/events"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ In your terminal:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download {{ project.name }} Client
|
# Download {{ project.name }} Client
|
||||||
git clone {{ repositories.base_url }}/{{ repositories.client }}.git
|
git clone {{ repositories.base_url }}/{{ repositories.client }}.git -b legacy-v2
|
||||||
|
|
||||||
# Enter the cloned directory, switch branches to the one, which is actually being developed
|
# Enter the cloned directory, switch branches to the one, which is actually being developed
|
||||||
cd client
|
cd client
|
||||||
|
Loading…
Reference in New Issue
Block a user