Skip to content

Commit 1ff3421

Browse files
committed
add note about synclist documentation
Issue: AAH-2335
1 parent 4b42187 commit 1ff3421

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

src/containers/token/token-insights.tsx

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Trans, t } from '@lingui/macro';
22
import { Button, ClipboardCopyVariant } from '@patternfly/react-core';
33
import * as React from 'react';
4-
import { Link } from 'react-router-dom';
54
import { MyDistributionAPI } from 'src/api';
65
import {
76
AlertList,
@@ -12,7 +11,6 @@ import {
1211
closeAlertMixin,
1312
} from 'src/components';
1413
import { AppContext } from 'src/loaders/app-context';
15-
import { Paths, formatPath } from 'src/paths';
1614
import { RouteProps, withRouter } from 'src/utilities';
1715
import { errorMessage, getRepoUrl } from 'src/utilities';
1816

@@ -96,16 +94,10 @@ class TokenInsights extends React.Component<RouteProps, IState> {
9694
<h2>{t`Connect Private Automation Hub`}</h2>
9795
<p>
9896
<Trans>
99-
Use the{' '}
100-
<Link to={formatPath(Paths.ansibleRepositories)}>
101-
Repositories
102-
</Link>{' '}
103-
page to sync collections curated by your organization to the Red
104-
Hat Certified repository in your private Automation Hub. Users
105-
with the correct permissions can use the sync toggles on the{' '}
106-
<Link to={formatPath(Paths.collections)}>Collections</Link> page
107-
to control which collections are added to their
108-
organization&apos;s sync repository.
97+
Use the Server URL below to sync certified collections to the
98+
Red Hat Certified repository in your private Automation Hub. If
99+
you wish to sync validated content, you can add a remote with a
100+
server url pointed to the validated repo.
109101
</Trans>
110102
</p>
111103
</section>
@@ -185,13 +177,13 @@ class TokenInsights extends React.Component<RouteProps, IState> {
185177
Use this URL to configure the API endpoints that clients need to
186178
download certified content from Automation Hub. Synclists are
187179
deprecated in AAP 2.4 and will be removed in a future release,
188-
instead use client-side requirements.yml. [link to AAP synclist
189-
documentation]
180+
instead use client-side requirements.yml, see AAP 2.4
181+
documentation.
190182
</Trans>
191183
</p>
192184
<ClipboardCopy isReadOnly>{`${getRepoUrl(
193185
'published',
194-
)}published/`}</ClipboardCopy>
186+
)}content/published`}</ClipboardCopy>
195187
</section>
196188
<section className='body pf-c-content'>
197189
<h2>{t`SSO URL`}</h2>

0 commit comments

Comments
 (0)