Skip to content

Commit d8d7498

Browse files
authored
fix: Docs links (#1406)
1 parent 046011c commit d8d7498

File tree

8 files changed

+6
-80
lines changed

8 files changed

+6
-80
lines changed

www/src/components/cluster/ClusterMetadataPanel.tsx

-13
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,6 @@ export default function ClusterMetadataPanel({
9898
'-'
9999
)}
100100
</Prop>
101-
<Prop
102-
title="Docs"
103-
margin={0}
104-
>
105-
<A
106-
inline
107-
href="https://docs.plural.sh/operations/uninstall"
108-
target="_blank"
109-
rel="noopener noreferrer"
110-
>
111-
Destroying the Cluster and Installations
112-
</A>
113-
</Prop>
114101
</InfoPanel>
115102
)
116103
}

www/src/components/cluster/ClusterSidecar.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ export function ClusterSidecar({ cluster }: ClusterSidecarProps): ReactElement {
7272
'-'
7373
)}
7474
</SidecarItem>
75-
<SidecarItem heading="Docs">
76-
<A
77-
inline
78-
href="https://docs.plural.sh/operations/uninstall"
79-
target="_blank"
80-
rel="noopener noreferrer"
81-
>
82-
Destroying the Cluster and Installations
83-
</A>
84-
</SidecarItem>
8575
</Sidecar>
8676
</Flex>
8777
)

www/src/components/marketplace/MarketplaceRepositories.tsx

-9
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,6 @@ function MarketplaceRepositories({ publisher }: { publisher?: any }) {
317317
marginTop="large"
318318
gap="medium"
319319
>
320-
<Button
321-
as="a"
322-
href="https://docs.plural.sh/adding-new-application"
323-
target="_blank"
324-
primary
325-
endIcon={<ArrowTopRightIcon />}
326-
>
327-
Add an application
328-
</Button>
329320
{!publisher && (
330321
<Button
331322
secondary

www/src/components/profile/KeyBackups.tsx

+1-8
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,7 @@ export function KeyBackups() {
284284
color="text-light"
285285
>
286286
Secure cloud backups of the machine-local AES encryption keys for
287-
your installation repositories.{' '}
288-
<A
289-
href="https://docs.plural.sh/getting-started/manage-git-repositories/workspace-encryption"
290-
target="_blank"
291-
inline
292-
>
293-
Learn more
294-
</A>
287+
your installation repositories.
295288
</P>
296289
</>
297290
}

www/src/components/shell/onboarding/OnboardingTips.tsx

+2-20
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,14 @@ function OnboardingTips({ autoAdvanceTime = 10000, ...props }: any) {
3030
key="sa"
3131
>
3232
You can use service accounts to have an entire team manage a set of
33-
installations for one of your plural clusters. Learn more{' '}
34-
<A
35-
inline
36-
target="_blank"
37-
rel="noopener noreferrer"
38-
href="https://docs.plural.sh/advanced-topics/identity-and-access-management/identity-and-installations/service-accounts"
39-
>
40-
here
41-
</A>
42-
.
33+
installations for one of your plural clusters.
4334
</Span>,
4435
<Span
4536
margin={0}
4637
key="oidc"
4738
>
4839
Plural can be an identity provider for most web facing applications
49-
using OpenId Connect. Learn more{' '}
50-
<A
51-
inline
52-
target="_blank"
53-
rel="noopener noreferrer"
54-
href="https://docs.plural.sh/basic-setup-and-deployment/openid-connect"
55-
>
56-
here
57-
</A>
58-
.
40+
using OpenId Connect.
5941
</Span>,
6042
<Span
6143
margin={0}

www/src/components/shell/onboarding/checklist/Checklist.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function OnboardingChecklist() {
190190
with the&nbsp;
191191
<A
192192
inline
193-
href="https://docs.plural.sh/getting-started/getting-started"
193+
href="https://docs.plural.sh/getting-started/first-steps/cli-quickstart"
194194
target="_blank"
195195
rel="noopener noreferrer"
196196
>

www/src/components/shell/terminal/Content.tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,7 @@ function MissingPermissionsModal({ refetch, missing }): JSX.Element {
9393
your cloud account: <b>{missing.join(', ')}</b>.
9494
</Span>
9595
<Span>
96-
Please update your credentials in your cloud account and try
97-
again.&nbsp;
98-
<A
99-
inline
100-
href="https://docs.plural.sh/getting-started/cloud-shell-quickstart#set-up-a-cloud-provider"
101-
target="_blank"
102-
>
103-
Learn more
104-
</A>
96+
Please update your credentials in your cloud account and try again.
10597
</Span>
10698
</Flex>
10799
</Modal>

www/src/components/shell/terminal/actionbar/options/DeleteShellModal.tsx

+1-10
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,7 @@ function DeleteShellModal({ onClose }) {
150150
>
151151
plural destroy
152152
</Chip>
153-
before completing this action. You can learn more&nbsp;
154-
<A
155-
data-phid="delete-shell-learn-more"
156-
inline
157-
href="https://docs.plural.sh/operations/uninstall"
158-
target="_blank"
159-
>
160-
here
161-
</A>
162-
.
153+
before completing this action.
163154
</Span>
164155
</Flex>
165156

0 commit comments

Comments
 (0)