Skip to content

Commit

Permalink
Update client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 authored Aug 10, 2023
1 parent fe78b80 commit 66847d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/setup/clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ content:

```json
{
"api": "https://staging.{{ project.domain }}/api/v9",
"cdn": "https://cdn.staging.{{ project.domain }}",
"api": "https://api.old.server.{{ project.domain }}/api/v9",
"cdn": "https://cdn.old.server.{{ project.domain }}",
"gateway": "wss://gateway.staging.{{ project.domain }}",
"invite": "https://staging.{{ project.domain }}/invite",
"template": "https://staging.{{ project.domain }}/template",
"gift": "https://staging.{{ project.domain }}/gift",
"scheduledEvent": "https://staging.{{ project.domain }}/events"
"invite": "https://old.server.{{ project.domain }}/invite",
"template": "https://gateway.old.server.{{ project.domain }}/template",
"gift": "https://old.server.{{ project.domain }}/gift",
"scheduledEvent": "https://old.server.{{ project.domain }}/events"
}
```

Expand All @@ -46,7 +46,7 @@ In your terminal:

```bash
# 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
cd client
Expand Down

0 comments on commit 66847d5

Please sign in to comment.