You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/cockpit/troubleshooting/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ categories:
50
50
## Cockpit troubleshooting pages
51
51
52
52
<LinksList>
53
-
-<LinkListto="/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers/"label="My pusher does not support custom HTTP headers" />
54
-
-<LinkListto="/cockpit/troubleshooting/resetting-grafana-password-via-the-api/"label="Resetting a Grafana password" />
55
-
-<LinkListto="/cockpit/troubleshooting/synchronize-grafana-data-sources/"label="Troubleshooting issues with data not showing up on Grafana dashboards" />
53
+
-[My pusher does not support custom HTTP headers](/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers)
54
+
-[Resetting a Grafana password](/cockpit/troubleshooting/resetting-grafana-password-via-the-api)
55
+
-[Troubleshooting issues with data not showing up on Grafana dashboards](/cockpit/troubleshooting/synchronize-grafana-data-sources)
Copy file name to clipboardExpand all lines: pages/components/docs-editor.mdx
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ content:
135
135
136
136
🧩 This component uses a **Tag** style.
137
137
138
-
Props:
138
+
Props:
139
139
-`title` (mandatory!)
140
140
-`tags` (use OBJECT array)
141
141
-`description`
@@ -145,7 +145,7 @@ Props:
145
145
**Code example:**
146
146
147
147
```jsx
148
-
<DefaultCard
148
+
<DefaultCard
149
149
title="Lorem Ipsum"
150
150
tags={['one', 'two', 'three']}
151
151
description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad."
@@ -236,7 +236,7 @@ Props:
236
236
**Render:**
237
237
238
238
Example using `DefaultCard` in `Grid` wrapper.
239
-
239
+
240
240
<Grid>
241
241
<DefaultCardtitle="Lorem Ipsum"tags={['one', 'two', 'three']}description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad."url="/#"label="Link label" />
242
242
<DefaultCardtitle="Lorem Ipsum"description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad." />
@@ -256,15 +256,15 @@ Example using `DefaultCard` in `Grid` wrapper.
256
256
**Code example:**
257
257
258
258
```jsx
259
-
<HelpBanner
259
+
<HelpBanner
260
260
url="/#"
261
261
title ='Still need help?'
262
262
/>
263
-
```
263
+
```
264
264
265
265
**Render**
266
266
267
-
<HelpBanner
267
+
<HelpBanner
268
268
url="/#"
269
269
title='Still need help?'
270
270
/>
@@ -284,13 +284,13 @@ Example using `DefaultCard` in `Grid` wrapper.
284
284
285
285
```jsx
286
286
<LinksList>
287
-
-<LinkList to="/path-to-page/" label="My secrets and variables are not injected properly in my functions"/>
288
-
-<LinkList to="/path-to-page/" label="My function falls after trying too many times"/>
289
-
-<LinkList to="/path-to-page/" label="My function is an error state"/>
290
-
-<LinkList to="/path-to-page/" label="Tests fail on Serverless Functions"/>
291
-
-<LinkList to="/path-to-page/" label="Unable to find the function handler"/>
292
-
-<LinkList to="/path-to-page/" label="I am unable to create a Serverless Functions namespace"/>
293
-
-<LinkList to="/path-to-page/" label="I am experiencing timeout errors"/>
287
+
-[My secrets and variables are not injected properly in my functions](/path-to-page)
288
+
-[My function falls after trying too many times](/path-to-page)
289
+
- [My function is an error state](/path-to-page)
290
+
- [Tests fail on Serverless Functions](/path-to-page)
291
+
- [Unable to find the function handler](/path-to-page)
292
+
- [I am unable to create a Serverless Functions namespace](/path-to-page)
293
+
- [I am experiencing timeout errors](/path-to-page)
294
294
</LinksList>
295
295
```
296
296
**Render:**
@@ -413,7 +413,7 @@ By adding a product name to the component, the list will display the X latest ch
413
413
414
414
🧩 This component uses a **Tag** style.
415
415
416
-
Props:
416
+
Props:
417
417
-`productIcon` (mandatory!) - Icon name from Ultraviolet lib
418
418
-`title` (mandatory!)
419
419
-`description`
@@ -422,7 +422,7 @@ Props:
422
422
**Code example:**
423
423
424
424
```jsx
425
-
<ProductCard
425
+
<ProductCard
426
426
productIcon="AccountExperienceProductIcon"
427
427
title="Lorem Ipsum"
428
428
description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad."
@@ -489,7 +489,7 @@ Props:
489
489
490
490
There is 4 SummaryCard using props mentionned below.
491
491
492
-
The `icon` names are not random ones they come from Ultraviolet lib.
492
+
The `icon` names are not random ones they come from Ultraviolet lib.
Copy file name to clipboardExpand all lines: pages/container-registry/troubleshooting/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,5 @@ categories:
43
43
## Container Registry troubleshooting pages
44
44
45
45
<LinksList>
46
-
-<LinkListto="/container-registry/troubleshooting/common-errors-when-pushing-images-to-container-registry/"label="Common errors when pushing images to Container Registry" />
46
+
-[Common errors when pushing images to Container Registry](/container-registry/troubleshooting/common-errors-when-pushing-images-to-container-registry)
0 commit comments