Skip to content

Commit 2b73177

Browse files
drop .md in the links
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent b3ad2d0 commit 2b73177

18 files changed

Lines changed: 38 additions & 38 deletions

File tree

docs/platform/api/ace-installer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Generates and manages self-host installer bundles. Token + org context; per-acti
4545

4646
## Pages
4747

48-
- [Platform Installer](../ace-installer.md) — schema/model, generate/import,
48+
- [Platform Installer](../ace-installer) — schema/model, generate/import,
4949
installer metadata and latest version, installers CRUD, reconfigure/upgrade,
5050
versions/archives, and marketplace installer status.

docs/platform/api/ace-upgrade/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Platform and per-cluster upgrades (FluxCD-driven).
4545

4646
## Pages
4747

48-
- [Platform Upgrade](../platform-upgrade.md) — the
48+
- [Platform Upgrade](../platform-upgrade) — the
4949
`/api/v1/upgrade*` endpoints: platform upgrade status, job status, history, and
5050
current version, plus triggering a platform upgrade. Requires site-admin org
5151
authorization.
52-
- [Cluster Upgrade](../cluster-upgrade.md) — the
52+
- [Cluster Upgrade](../cluster-upgrade) — the
5353
`/api/v1/clusters/{owner}/{cluster}/upgrade*` and `.../spoke/upgrade*`
5454
endpoints: imported-cluster and spoke-cluster upgrade status, history, current
5555
and latest versions, plus triggering cluster/spoke upgrades. Gated by cluster

docs/platform/api/administration/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ Two admin surfaces: the legacy `/admin` group (administrative-org admins) and `/
8282

8383
## Pages
8484

85-
- [Administrative-Org Admin](../admin-org.md)`/api/v1/admin/*`: manage users and their organizations.
86-
- [Site Admin Console](../site-admin-console.md)`/api/v1/accounts/admin/*`: dashboard, users, orgs, clusters, auth sources.
87-
- [Site Settings](../site-settings.md)`/allowed-domains`, `/disable-registration`, `/branding`.
85+
- [Administrative-Org Admin](../admin-org)`/api/v1/admin/*`: manage users and their organizations.
86+
- [Site Admin Console](../site-admin-console)`/api/v1/accounts/admin/*`: dashboard, users, orgs, clusters, auth sources.
87+
- [Site Settings](../site-settings)`/allowed-domains`, `/disable-registration`, `/branding`.

docs/platform/api/authorization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Custom role management backed by the relationship-based authorization model.
3737

3838
## Pages
3939

40-
- [Roles & Permissions](../roles-permissions.md) — object
40+
- [Roles & Permissions](../roles-permissions) — object
4141
allowed-permissions lookups (single and batch), the available-permissions
4242
catalog, role CRUD, and role principal listings.

docs/platform/api/billing-dashboard/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ Available on billing-enabled deployments.
8383

8484
## Pages
8585

86-
- [Admin Billing Dashboard](../admin-dashboard.md) — the
86+
- [Admin Billing Dashboard](../admin-dashboard) — the
8787
site-admin `/api/v1/dashboard/*` routes: licensed users, their clusters,
8888
per-cluster licenses and licensed products, resource/event histories, marketplace
8989
subscriptions, and system-outage records.
90-
- [User Billing Dashboard](../user-dashboard.md) — the
90+
- [User Billing Dashboard](../user-dashboard) — the
9191
owner-scoped `/api/v1/dashboard/clusters/*` routes (`view:contracts`): an
9292
organization's own active clusters, licenses, licensed products, and event counts.
93-
- [Usage Reports](../usage-reports.md) — the
93+
- [Usage Reports](../usage-reports) — the
9494
`/api/v1/dashboard/summary/*` monthly usage-report views and PDF download, plus
9595
the `/api/v1/dbaas/billing/*` namespace billing reports.

docs/platform/api/chart-repositories/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ role is required. Only `GET` requests are exposed here.
3333

3434
## Pages
3535

36-
- [Chart Repositories](../chart-repositories.md) — list the
36+
- [Chart Repositories](../chart-repositories) — list the
3737
known chart repositories, list the charts inside a repository, and list the
3838
versions of a named chart.

docs/platform/api/client-organizations/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ user access on behalf of each client.
1919

2020
There are two concerns, split across two pages:
2121

22-
- [Client Org Management](../management.md) — site-admin
22+
- [Client Org Management](../management) — site-admin
2323
lifecycle of client organizations: list/get/create/delete client orgs, add or
2424
remove clusters, and query client-org status. Routes live under
2525
`/api/v1/user/client*`.
26-
- [Cluster User Permissions](../cluster-user-permissions.md)
26+
- [Cluster User Permissions](../cluster-user-permissions)
2727
— organization-admin management of the OCM users belonging to a client org on
2828
a specific cluster: list users, create a user with permissions, inspect and
2929
update permissions, generate a kubeconfig, and remove a user. Routes live
@@ -53,5 +53,5 @@ For managed-service providers: site admins create "client orgs" and manage per-c
5353

5454
## Pages
5555

56-
- [Management](../management.md)
57-
- [Cluster user permissions](../cluster-user-permissions.md)
56+
- [Management](../management)
57+
- [Cluster user permissions](../cluster-user-permissions)

docs/platform/api/cloud-providers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ cloud credentials.
4747

4848
## Pages
4949

50-
- [Cloud Providers](../cloud-providers.md) — the public provider
50+
- [Cloud Providers](../cloud-providers) — the public provider
5151
list, CAPI cluster provisioning, and per-provider discovery for GKE, AKS, EKS,
5252
DigitalOcean, Linode, Rancher, Hetzner, and KubeVirt.

docs/platform/api/cluster-management-v1/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ Generic passthrough for any group/version/resource, powering the KubeDB Platform
9696

9797
## Pages
9898

99-
- [Cluster Lifecycle & Info](../lifecycle.md) — get, update, and
99+
- [Cluster Lifecycle & Info](../lifecycle) — get, update, and
100100
delete a cluster; fetch its kubeconfig; discover available resource types; database
101101
status/bundle; feature values; execute whitelisted commands; create resources;
102102
install/uninstall deploy orders; and read resource history.
103-
- [Kubernetes Proxy](../kubernetes-proxy.md) — the generic
103+
- [Kubernetes Proxy](../kubernetes-proxy) — the generic
104104
`/proxy/*` passthrough for any Kubernetes group/version/resource (CRUD, status,
105105
events, controller, scale, HPAs), plus pod logs/exec, node/pod metrics, access
106106
reviews, the `meta.k8s.appscode.com` render endpoints, scanner/policy reports, and
107107
batch delete.
108-
- [Helm](../helm.md) — Helm console (tiller) configuration, Helm
108+
- [Helm](../helm) — Helm console (tiller) configuration, Helm
109109
v3 release management (list/install/upgrade/uninstall/rollback, content, status,
110110
history), bundle/package views, and the resource editor.

docs/platform/api/cluster-management-v2/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Related: `GET /api/v1/agent/:clusterName/:clusterID/token` (Token) — inbox age
6868

6969
## Pages
7070

71-
- [Clusters](../clusters.md) — providers, hubs, cluster identity,
71+
- [Clusters](../clusters) — providers, hubs, cluster identity,
7272
listing, status, import/connect/remove, reconcile, reconfigure, Kubernetes version
7373
upgrades, gateway configs, feature conversion, and vclusters.
74-
- [Subscriptions & Inbox](../subscriptions.md) — cluster,
74+
- [Subscriptions & Inbox](../subscriptions) — cluster,
7575
namespace, and resource notification subscriptions, plus the inbox agent token.

0 commit comments

Comments
 (0)