Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent 631d943 commit 5c51411
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@

\* Required

<details>
<summary>`INLINE_IMAGES_ORIGIN`</summary>
Details:

- `INLINE_IMAGES_ORIGIN`:

In mdx `docs` folder, given a `advanced/introduction.mdx` file:

```mdx
![](dog.png)
```
becomes `![](https://github.com/pmndrs/uikit/raw/main/docs/advanced/dog.png)`
</details>

becomes

```mdx
![](https://github.com/pmndrs/uikit/raw/main/docs/advanced/dog.png)
```

# dev

Expand Down

0 comments on commit 5c51411

Please sign in to comment.