Skip to content

Commit

Permalink
chore:don't throw on broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Nov 27, 2024
1 parent 22a5d3b commit fd94ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
tagline: 'React Components for DHIS2 Web Applications',
url: 'https://ui.dhis2.nu',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'dhis2', // Usually your GitHub org/user name.
Expand Down
40 changes: 0 additions & 40 deletions icons/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2490,46 +2490,6 @@ import { IconLink24 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
|ariaLabel|string||||

### SvgLinkOff16

#### Usage

To use `IconLinkOff16`, you can import the component from the `@dhis2/ui` library


```js
import { IconLinkOff16 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
|ariaLabel|string||||

### SvgLinkOff24

#### Usage

To use `IconLinkOff24`, you can import the component from the `@dhis2/ui` library


```js
import { IconLinkOff24 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
Expand Down

0 comments on commit fd94ed5

Please sign in to comment.