Skip to content

Commit 088b4ad

Browse files
Fix links
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent 288f775 commit 088b4ad

26 files changed

Lines changed: 102 additions & 102 deletions

docs/platform/guides/account-management/kubernetes/credentials.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Details:
263263

264264
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create) you got from previous step.
265265

266-
![Aws Cred](images/aws-cred.png)
266+
![Aws Cred](../images/aws-cred.png)
267267

268268
<!-- ![Add AWS Credential](../images/aws-cred.png) -->
269269

@@ -284,7 +284,7 @@ The command will output a JSON response containing the service principal details
284284
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
285285

286286

287-
![Do Cred](images/do-cred.png)
287+
![Do Cred](../images/do-cred.png)
288288

289289
## Digital Ocean
290290
To access Digital Ocean Managed clusters, you need to create a API token from Digital Ocean.
@@ -324,7 +324,7 @@ To access GKE clusters, you need to create a GCP service account with with conta
324324

325325
Then add the service account credentials [here](https://appscode.com/id/{user}/user/settings/credentials/create).
326326

327-
![Gcp Oauth](images/gcp-oauth.png)
327+
![Gcp Oauth](../images/gcp-oauth.png)
328328

329329
## Google OAuth
330330

@@ -339,7 +339,7 @@ This will create a credential, you will be able to access your k8s cluster with.
339339

340340
<br><br><br>
341341

342-
![Linode Cred](images/linode-cred.png)
342+
![Linode Cred](../images/linode-cred.png)
343343

344344
## Linode
345345

@@ -353,7 +353,7 @@ Then add the credential [here](https://appscode.com/id/{user}/user/settings/cred
353353

354354
<br><br><br>
355355

356-
![Rancher Cred](images/rancher-cred.png)
356+
![Rancher Cred](../images/rancher-cred.png)
357357

358358
## Rancher
359359

@@ -371,7 +371,7 @@ Copy the generated access key, secret key, and API endpoint from the `Account &
371371

372372
Next, add these credentials to the [KubeDB Platform user settings credentials page](https://appscode.com/id/{user}/user/settings/credentials/create).
373373

374-
![Azure Storage](../images/credentials/azureStorage.png)
374+
![Azure Storage](../../images/credentials/azureStorage.png)
375375

376376
## Azure Storage
377377

@@ -384,7 +384,7 @@ Then add the credential [here](https://appscode.com/id/{user}/user/settings/cred
384384

385385
<br><br><br><br>
386386

387-
![Cloudflare Storage](../images/credentials/cloudflareStorage.png)
387+
![Cloudflare Storage](../../images/credentials/cloudflareStorage.png)
388388

389389
## Cloudflare R2 Storage
390390

@@ -397,7 +397,7 @@ Then add the credential [here](https://appscode.com/id/{user}/user/settings/cred
397397

398398
<br><br><br><br>
399399

400-
![Hetzner](../images/credentials/Hetzner.png)
400+
![Hetzner](../../images/credentials/Hetzner.png)
401401

402402
## Hetzner
403403

@@ -412,7 +412,7 @@ Then add the credential [here](https://appscode.com/id/{user}/user/settings/cred
412412

413413
<br><br><br>
414414

415-
![Scaleway](../images/credentials/Scaleway.png)
415+
![Scaleway](../../images/credentials/Scaleway.png)
416416

417417
## Scaleway
418418

@@ -427,7 +427,7 @@ Then add the credential [here](https://appscode.com/id/{user}/user/settings/cred
427427

428428
<br><br><br>
429429

430-
![Vultr](../images/credentials/vultr.png)
430+
![Vultr](../../images/credentials/vultr.png)
431431

432432
## Vultr
433433

docs/platform/guides/account-management/site-administration/ace-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before starting the upgrade, download the required values file from the AppsCode
2929

3030
## Step 1 — Open KubeDB Platform Upgrade
3131

32-
![KubeDB Platform Version Page](../images/upgrade-version-1.png)
32+
![KubeDB Platform Version Page](../../images/upgrade-version-1.png)
3333

3434
Go to **SITE ADMINISTRATION > KubeDB Platform Upgrade** from the left-hand menu.
3535

@@ -39,7 +39,7 @@ The page displays the current KubeDB Platform version and the upgrade status of
3939

4040
## Step 2 — Upload the Values File
4141

42-
![Upload Values File](../images/upgrade-version-2.png)
42+
![Upload Values File](../../images/upgrade-version-2.png)
4343

4444
On the **Upgrade KubeDB Platform** screen:
4545

@@ -50,7 +50,7 @@ On the **Upgrade KubeDB Platform** screen:
5050

5151
## Step 3 — Monitor Upgrade Progress
5252

53-
![Upgrade In Progress](../images/upgrade-version-3.png)
53+
![Upgrade In Progress](../../images/upgrade-version-3.png)
5454

5555
The platform will upgrade individual components one by one. You can track progress directly on this page:
5656

@@ -62,6 +62,6 @@ The platform will upgrade individual components one by one. You can track progre
6262

6363
## Step 4 — Verify Completion
6464

65-
![Upgrade Complete](../images/upgrade-version-4.png)
65+
![Upgrade Complete](../../images/upgrade-version-4.png)
6666

6767
Once all components have been updated, the status changes to **Updated**. Confirm that the new version number is correctly reflected at the top of the page.

docs/platform/guides/account-management/site-administration/authentication-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Site administrators can configure external authentication backends (such as LDAP
1717

1818
## Add an Authentication Source
1919

20-
![Add Authentication Source](../images/authentication-sources.png)
20+
![Add Authentication Source](../../images/authentication-sources.png)
2121

2222
Go to **SITE ADMINISTRATION > Authentication Sources** and configure a new source using the form below.
2323

docs/platform/guides/account-management/site-administration/branding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Site administrators can customize the platform's appearance and identity — inc
1717

1818
## Configure Branding
1919

20-
![Configure Branding](../images/Branding.png)
20+
![Configure Branding](../../images/Branding.png)
2121

2222
Go to **SITE ADMINISTRATION > Branding** to update the platform's visual identity.
2323

docs/platform/guides/account-management/site-administration/client-org.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Once your Hub is ready and your Spoke is licensed, you can create the organizati
3535

3636
> **Note:** Make sure the user who will be the organization admin already exists. If not, create one first via **SITE ADMINISTRATION > User Accounts**.
3737
38-
![Client Organizations List](../images/client-org-4.png)
38+
![Client Organizations List](../../images/client-org-4.png)
3939

4040
Go to **USER SETTINGS > Client Organizations** and click **+ Add Organization**.
4141

4242
### Step 1 — Basic Info
4343

44-
![Basic Info](../images/client-org-1.png)
44+
![Basic Info](../../images/client-org-1.png)
4545

4646
- **Organization Name:** Enter a display name for the organization (e.g., `test-final`).
4747
- **Custom Annotations:** Optionally add key-value annotations applied to the organization's namespace.
@@ -51,7 +51,7 @@ Go to **USER SETTINGS > Client Organizations** and click **+ Add Organization**.
5151

5252
### Step 2 — Select Cluster
5353

54-
![Select Cluster and Node Pool](../images/client-org-2.png)
54+
![Select Cluster and Node Pool](../../images/client-org-2.png)
5555

5656
- **Hub Cluster:** Select the Hub cluster to use as the management plane.
5757
- **Spoke Cluster:** Select the licensed Spoke cluster where the organization's workloads will run.
@@ -60,7 +60,7 @@ Go to **USER SETTINGS > Client Organizations** and click **+ Add Organization**.
6060

6161
### Step 3 — Gateway Configuration
6262

63-
![Gateway Configuration](../images/client-org-3.png)
63+
![Gateway Configuration](../../images/client-org-3.png)
6464

6565
- **Use Shared Gateway:** No dedicated gateway configuration is applied. The organization shares the existing gateway.
6666
- **Use Dedicated Gateway:** Select from available gateway configurations to assign a dedicated gateway for this organization.
@@ -70,7 +70,7 @@ Go to **USER SETTINGS > Client Organizations** and click **+ Add Organization**.
7070

7171
## Verification
7272

73-
![Organization Details](../images/client-org-5.png)
73+
![Organization Details](../../images/client-org-5.png)
7474

7575
After submission, the organization is created and visible in the list. Clicking on it shows its details — including the assigned Spoke cluster and its status.
7676

docs/platform/guides/account-management/site-administration/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Site Admin Dashboard gives administrators a high-level overview of the entir
1717

1818
## Accessing the Dashboard
1919

20-
![Site Administration Dashboard](../images/site-admin-dashboard.png)
20+
![Site Administration Dashboard](../../images/site-admin-dashboard.png)
2121

2222
Navigate to **SITE ADMINISTRATION > Dashboard** from the top navigation bar.
2323

docs/platform/guides/account-management/site-administration/delete-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When a user account is deleted from the **User Accounts** list, it is soft-delet
1717

1818
## 1. View Deleted Accounts
1919

20-
![View Deleted Accounts](../images/site-admin-deleted-account-1.png)
20+
![View Deleted Accounts](../../images/site-admin-deleted-account-1.png)
2121

2222
Go to **SITE ADMINISTRATION > Deleted Accounts** to see the list of deleted user accounts.
2323

@@ -26,7 +26,7 @@ Go to **SITE ADMINISTRATION > Deleted Accounts** to see the list of deleted user
2626

2727
## 2. Confirm Reactivation
2828

29-
![Confirm Account Reactivation](../images/site-admin-deleted-account-2.png)
29+
![Confirm Account Reactivation](../../images/site-admin-deleted-account-2.png)
3030

3131
Clicking **Reactive** opens a confirmation dialog.
3232

docs/platform/guides/account-management/site-administration/external-authentication-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Site administrators can enable third-party OAuth login providers (such as GitHub
1717

1818
## Add an External Authentication Source
1919

20-
![Add External Authentication Source](../images/external-authentication.png)
20+
![Add External Authentication Source](../../images/external-authentication.png)
2121

2222
Go to **SITE ADMINISTRATION > External Authentication Sources** and fill in the form.
2323

docs/platform/guides/account-management/site-administration/organizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Site administrators can view all organizations on the platform and create new on
1717

1818
## 1. View All Organizations
1919

20-
![View All Organizations](../images/site-admin-organizations-1.png)
20+
![View All Organizations](../../images/site-admin-organizations-1.png)
2121

2222
Go to **SITE ADMINISTRATION > Organizations** to see the full list of organizations.
2323

@@ -28,7 +28,7 @@ Go to **SITE ADMINISTRATION > Organizations** to see the full list of organizati
2828

2929
## 2. Create a New Organization
3030

31-
![Create New Organization](../images/site-admin-organizations-2.png)
31+
![Create New Organization](../../images/site-admin-organizations-2.png)
3232

3333
Click **+ New Organization** to open the creation form.
3434

docs/platform/guides/account-management/site-administration/sign-up-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Site administrators can control who is allowed to register on the platform by ma
1717

1818
## Overview
1919

20-
![Sign-up Configuration Overview](../images/sign-up-config-1.png)
20+
![Sign-up Configuration Overview](../../images/sign-up-config-1.png)
2121

2222
Go to **SITE ADMINISTRATION > Sign-up Configuration** to manage registration settings.
2323

@@ -36,7 +36,7 @@ Restrict sign-ups to users with email addresses from specific approved domains.
3636

3737
## Add a New Allowed Domain
3838

39-
![Add Allowed Domain](../images/sign-up-config-2.png)
39+
![Add Allowed Domain](../../images/sign-up-config-2.png)
4040

4141
Click **+ Add Domains** to open the form.
4242

0 commit comments

Comments
 (0)